Searched refs:bbclassextend (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 145 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 D | build.py | 46 workspacepn = check_workspace_recipe(workspace, args.recipename, bbclassextend=True)
|
H A D | ide_sdk.py | 333 workspace, self.name, bbclassextend=True) 794 workspace, recipe, bbclassextend=True)
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-y2038-tests_2.40.bb | 20 bbclassextend = d.getVar("BBCLASSEXTEND").replace("nativesdk", "").strip() 21 d.setVar("BBCLASSEXTEND", bbclassextend)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 857 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__.py | 1287 homepage="", bugtracker="", provides="", bbclassextend="", argument 1301 self.bbclassextend = bbclassextend
|
H A D | cooker.py | 281 provides='?', bbclassextend='?', inherits='?',
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 1586 bbclassextend = (d.getVar('BBCLASSEXTEND') or '').split() 1588 skip_classes = bbclassextend 1589 if bb.data.inherits_class('native', d) or 'native' in bbclassextend:
|