mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
Adds a test to validate that multiconfigs can independently mask off recipes by setting BBMASK. See the test description for further information about how the test works. (Bitbake rev: 513fc2dddf13d5e344162c26d89d2dde2fe85634) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 lines
96 B
BlitzBasic
5 lines
96 B
BlitzBasic
python () {
|
|
if d.getVar("BB_CURRENT_MC") == "mc2":
|
|
bb.fatal("Multiconfig is mc2")
|
|
}
|