xref
: /
OK3568_Linux_fs
/
yocto
/
poky
/
bitbake
/
lib
/
bb
/
tests
/
runqueue-tests
/
recipes
/
fails-mc
/
fails-mc2.bb
(revision 4882a59341e53eb6f0b4789bf948001014eff981)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
python () {
2
if
d.getVar
("BB_CURRENT_MC") == "mc_2":
3
bb.fatal
("Multiconfig is mc_2")
4
}
5