Home
last modified time | relevance | path

Searched refs:bbclassextend (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py145 def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): argument
156 if bbclassextend:
290 bbclassextend = values.get('BBCLASSEXTEND', '').split()
291 if bbclassextend:
292 for variant in bbclassextend:
H A Dbuild.py46 workspacepn = check_workspace_recipe(workspace, args.recipename, bbclassextend=True)
H A Dide_sdk.py333 workspace, self.name, bbclassextend=True)
794 workspace, recipe, bbclassextend=True)
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-y2038-tests_2.40.bb20 bbclassextend = d.getVar("BBCLASSEXTEND").replace("nativesdk", "").strip()
21 d.setVar("BBCLASSEXTEND", bbclassextend)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py857 bbclassextend = None
862 bbclassextend = splitval[1].split()
863 if not 'native' in bbclassextend:
864 bbclassextend.insert(0, 'native')
865 line = 'BBCLASSEXTEND = "%s"' % ' '.join(bbclassextend)
867 if not bbclassextend:
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1287 homepage="", bugtracker="", provides="", bbclassextend="", argument
1301 self.bbclassextend = bbclassextend
H A Dcooker.py281 provides='?', bbclassextend='?', inherits='?',
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass1586 bbclassextend = (d.getVar('BBCLASSEXTEND') or '').split()
1588 skip_classes = bbclassextend
1589 if bb.data.inherits_class('native', d) or 'native' in bbclassextend: