]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MC
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Dec 2016 19:02:11 +0000 (19:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 17:21:47 +0000 (17:21 +0000)
commit84b3a5ac3509109abd7550ee8becd3daa8ded0df
treed1fb0e34443d13ac48fd270dfd752caff98dc28f
parent7bab6ffc45494aea9b5c6264a153b3f9b6290301
bitbake: cookerdata: Convert multiconfig to use BB_CURRENT_MC

People are struggling with multiconfig as the point the conf file
is injected into the data store is not what people expect. We can't
really use a post config since that is too late and we can't really
use a pre config file since that is too early. In OE terms, we need
something right around the local.conf point so it behaves in a similar
way.

A way to handle this is to set the new variable BB_CURRENT_MC to be the
currently selected multiconfig, then the metadata itself can choose
when to inject the approriate configuration.

(Bitbake rev: 1469828fa747da0aaaa3e964954ff17f2b3180fa)

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