[bitbake-devel] [PATCH] bitbake/runqueue: don't shout about hash updates

Richard Purdie richard.purdie at linuxfoundation.org
Wed Oct 23 21:56:59 UTC 2019


On Wed, 2019-10-23 at 10:37 -0500, Mark Hatle wrote:
> This was from a patch the other day:
> 
> -                bb.warn("Deferring %s after %s" % (tid,
> sqdata.hashes[h]))
> +                bb.note("Deferring %s after %s" % (tid,
> sqdata.hashes[h]))
> 
> Is that also debug, or is it really something to be displayed?  (Same
> file.)

The more of this we hide on the console, the harder debugging any
failures will be. Debugging this code is a total nightmare so if people
want help with sorting failures we will have to put up with some
verbosity for now.

I merged the above since it is useful to know you have an overlapping
build and the code is working.

I agree that bitbake is too chatty about the other message Ross has
posted about but I want to ensure we are printing the useful event info
we need before I merge that or something similar.

Cheers,

Richard



More information about the bitbake-devel mailing list