Searched defs:layername (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 497 def _parse_recipe(bb_data, bbfile, appends, mc, layername): argument 509 def parseRecipeVariants(self, bbfile, appends, virtonly=False, mc=None, layername=None): argument 538 def parseRecipe(self, virtualfn, appends, layername): argument
|
H A D | cache.py | 515 def parse(self, filename, appends, layername): argument
|
H A D | cooker.py | 2083 def parse(self, mc, cache, filename, appends, layername): argument
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | query.py | 482 …def print_cross_files(self, bbpath, keyword, layername, f, needed_filename, show_filenames, ignore… argument 507 … def check_cross_depends(self, keyword, layername, f, needed_file, show_filenames, ignore_layers): argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 2124 def _get_layer(layername, d): argument
|