[U-Boot] buildman and "echo" output?

Simon Glass sjg at chromium.org
Fri Dec 14 17:23:02 UTC 2018


Hi,

On Fri, 14 Dec 2018 at 05:23, Tom Rini <trini at konsulko.com> wrote:
>
> On Fri, Dec 14, 2018 at 08:21:36PM +1300, Chris Packham wrote:
> > Hi Tom, Simon,
> >
> > On Fri, Dec 14, 2018 at 5:01 AM Tom Rini <trini at konsulko.com> wrote:
> > >
> > > Hey Simon,
> > >
> > > How hard would it be to have buildman notice and print out the echo'd
> > > warnings we have in the toplevel Makefile?  By which I mean if you use
> > > buildman to build omap3_beagle you see just the DT warnings but if you
> > > run make by hand you also get:
> > > ==================== WARNING ======================
> > > This board does not use CONFIG_DM_MMC. Please update
> > > the board to use CONFIG_DM_MMC before the v2019.04 release.
> > > Failure to update by the deadline may result in board removal.
> > > See doc/driver-model/MIGRATION.txt for more info.
> > > ====================================================
> > > ===================== WARNING ======================
> > > This board does not use CONFIG_DM_USB. Please update
> > > the board to use CONFIG_DM_USB before the v2019.07 release.
> > > Failure to update by the deadline may result in board removal.
> > > See doc/driver-model/MIGRATION.txt for more info.
> > > ====================================================
> > >
> > > and as we want to get these things migrated we should make sure buildman
> > > shows them I think.  Thanks!
> > >
> >
> > If these appear on stderr buildman seems to output them. I could turn
> > the following into a proper patch if you want.
>
> Seems like the most reasonable way to fix this, yes please, thanks!

Yes that makes sense, and these will also show up as warnings in buildman.

Regards,
Simon


More information about the U-Boot mailing list