Searched refs:get_file_appends (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | edit.py | 35 appends = tinfoil.get_file_appends(recipe_path)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 126 def get_file_appends(self, fn): member in TinfoilCookerAdapter.TinfoilCookerCollectionAdapter 127 return self.tinfoil.get_file_appends(fn, self.mc) 546 def get_file_appends(self, fn, mc=''): member in Tinfoil
|
| H A D | command.py | 440 return command.cooker.collections[mc].get_file_appends(fn) 557 appendfiles = command.cooker.collections[mc].get_file_appends(fn)
|
| H A D | cooker.py | 620 envdata = bb_caches[mc].loadDataFull(fn, self.collections[mc].get_file_appends(fn)) 1023 applied_appends.extend(self.collections[mc].get_file_appends(fn)) 1425 infos = bb_caches[mc].parse(fn, self.collections[mc].get_file_appends(fn)) 1954 def get_file_appends(self, fn): member in CookerCollectFiles 2174 appends = self.cooker.collections[mc].get_file_appends(filename) 2391 to_reparse.add((mc, filename, self.cooker.collections[mc].get_file_appends(filename)))
|
| H A D | runqueue.py | 1615 the_data = bb_cache.loadDataFull(fn, self.cooker.collections[mc].get_file_appends(fn)) 2151 …ask, taskname, taskhash, unihash, True, self.cooker.collections[mc].get_file_appends(taskfn), task… 2154 …ask, taskname, taskhash, unihash, True, self.cooker.collections[mc].get_file_appends(taskfn), task… 2238 …sk, taskname, taskhash, unihash, False, self.cooker.collections[mc].get_file_appends(taskfn), task… 2241 …sk, taskname, taskhash, unihash, False, self.cooker.collections[mc].get_file_appends(taskfn), task…
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 182 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full))
|
| H A D | query.py | 338 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 128 append_files = tinfoil.get_file_appends(recipefile)
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | image-manifest | 194 append_files = tinfoil.get_file_appends(info.fn)
|