Searched defs:appends (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 503 def _parse_recipe(bb_data, bbfile, appends, mc, layername): argument 515 def parseRecipeVariants(self, bbfile, appends, virtonly=False, mc=None, layername=None): argument 544 def parseRecipe(self, virtualfn, appends, layername): argument
|
H A D | cache.py | 515 def parse(self, filename, appends, layername): argument 541 def loadCached(self, filename, appends): argument 555 def cacheValid(self, fn, appends): argument 566 def cacheValidUpdate(self, fn, appends): argument
|
H A D | tinfoil.py | 642 def parse_recipe_file(self, fn, appends=True, appendlist=None, config_data=None): argument
|
H A D | cooker.py | 2079 def parse(self, mc, cache, filename, appends, layername): argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 123 def parse_recipe(config, tinfoil, pn, appends, filter_workspace=True): argument
|