bitbake: bitbake/cookerdata: Explicitly specify cooker configuration options
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 May 2013 22:01:48 +0000 (23:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2013 11:10:14 +0000 (12:10 +0100)
commit4a287f8ec88dd19d8ab2c9d44161406c33279984
tree6ae869239210b3f1181a4587c35bfd3a128896aa
parentf1430b68d1142b796c0cbd17685a9617ffe8fce1
bitbake: bitbake/cookerdata: Explicitly specify cooker configuration options

As the code stands today its hard to know which configuration variables
are used by which parts of the system. Some are used by the UIs, some
by bin/bitbake itself, some by cooker.

This patch changes the configuration to just contain the variables cooker
uses, and changes bin/bitbake to access the variables it needs directly
which hopefully lets us start to untangle this mess.

(Bitbake rev: e57497a24b6157c92519a34accd66035a39ad1f8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake
bitbake/lib/bb/cookerdata.py