]> code.ossystems Code Review - openembedded-core.git/commit
Add initial bitbake-layers script
authorChris Larson <chris_larson@mentor.com>
Mon, 7 Feb 2011 17:50:27 +0000 (10:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Feb 2011 22:33:43 +0000 (22:33 +0000)
commit68bd4069625082503d5664744cf944c202779a4b
treeb329fbe8cbc9745418f587efd8f0cd65f9c837e6
parent1385162cd22d71524e12dc58f48c7d8714d8dc0c
Add initial bitbake-layers script

This script has subcommands which operate against your bitbake layers, either
displaying useful information, or acting against them.  Currently, it only
provides a show_appends command, which shows you what bbappends are in effect,
and warns you if you have appends which are not being utilized.

Currently, a bug exists when using this due to the DataContext stuff, but I'm
not certain as to the root cause, it appears to be the bb package relying
implicitly on the way the bitbake script does things.  A fix for that issue
will be forthcoming, as will further subcommands.

(Bitbake rev: 78b6d4cb26cec3321f8eec9889205a6b93b2ee18)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-layers [new file with mode: 0644]