On Thu, 2011-05-26 at 14:12 -0700, Darren Hart wrote: > Note: I used bb.note() instead of bb.debug() to ensure the message at least > makes it to the console. From what I could gather, bb.debug() doesn't > go anywhere during recipe parsing.
Why? We exclude about 30 different recipes when parsing and would you really want to see a usability message from each one when you likely don't care about it? A bb.debug is fine and the user can see it if they run with -D to get more info. A bb.note is just irritating. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
