Searched refs:get_file_appends (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | edit.py | 35 appends = tinfoil.get_file_appends(recipe_path)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 127 def get_file_appends(self, fn): member in TinfoilCookerAdapter.TinfoilCookerCollectionAdapter 128 return self.tinfoil.get_file_appends(fn, self.mc) 561 def get_file_appends(self, fn, mc=''): member in Tinfoil
|
H A D | cooker.py | 541 … envdata = self.databuilder.parseRecipe(fn, self.collections[mc].get_file_appends(fn), layername) 945 applied_appends.extend(self.collections[mc].get_file_appends(fn)) 1342 infos = bb_caches[mc].parse(fn, self.collections[mc].get_file_appends(fn), layername) 1913 def get_file_appends(self, fn): member in CookerCollectFiles 2132 appends = self.cooker.collections[mc].get_file_appends(filename) 2369 … to_reparse.add((mc, filename, self.cooker.collections[mc].get_file_appends(filename), layername))
|
H A D | command.py | 465 return command.cooker.collections[mc].get_file_appends(fn) 582 appendfiles = command.cooker.collections[mc].get_file_appends(fn)
|
H A D | runqueue.py | 2302 'appends' : self.cooker.collections[mc].get_file_appends(taskfn), 2397 'appends' : self.cooker.collections[mc].get_file_appends(taskfn),
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | action.py | 188 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full))
|
H A D | query.py | 349 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 131 append_files = tinfoil.get_file_appends(recipefile)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | image-manifest | 194 append_files = tinfoil.get_file_appends(info.fn)
|