[bitbake-devel] [PATCH 1/1][v3] bitbake/cooker, bitbake-layers: show the .bbappend files that matches no existing .bb recipe

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jul 5 12:36:30 UTC 2011


On Sat, 2011-07-02 at 23:15 +0800, Dexuan Cui wrote:
> This patch moves the logic of show_appends_with_no_recipes from bitbake-layers
> into bitbake. By default, a fatal message is printed; we can also define a variable
> BB_DANGLINGAPPENDS_WARNONLY to make the message only a warning(the variables
> could be defined in conf/local.conf with a value "yes", "true" or "1").
> 
> Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>
> ---
>  bitbake/bin/bitbake-layers |   21 +--------------------
>  bitbake/lib/bb/cooker.py   |   22 ++++++++++++++++++++++
>  2 files changed, 23 insertions(+), 20 deletions(-)

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list