[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Tue Dec 19 21:27:06 UTC 2017


Hi Tom,

On 19 December 2017 at 14:19, Tom Rini <trini at konsulko.com> wrote:
>
> On Tue, Dec 19, 2017 at 06:30:48AM -0700, Simon Glass wrote:
>
> > Hi Tom,
> >
> > Here is the remainder of my queue for u-boot-dm, including the test
> > patches that were dropped. If any of the test patches cause a problem
> > with your workflow, please let me know. If you would rather hold these
> > off until next release that's fine too.
>
> The problem is that travis doesn't (yet?  I suppose we could add that
> into the matrix) run 'make tests' but I do.  And the new binman tests
> don't pass, both due to dtc things:
> 15:56:55 FATAL ERROR: Unrecognized check name "unit_address_vs_reg"

That sounds like you need a newer dtc. I wonder if we should run the
one in the U-Boot tree?

> and utils:
> 15:56:58 sh: 1: coverage: not found
> 15:56:58 Exception: Error running 'coverage report': <type 'str'>

Yes you need the coverage tools:

To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):

   $ sudo apt-get install python-pip python-pytest
   $ sudo pip install coverage

Regards,
Simon


More information about the U-Boot mailing list