Home
last modified time | relevance | path

Searched refs:get_file_appends (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dedit.py35 appends = tinfoil.get_file_appends(recipe_path)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py126 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 Dcommand.py440 return command.cooker.collections[mc].get_file_appends(fn)
557 appendfiles = command.cooker.collections[mc].get_file_appends(fn)
H A Dcooker.py620 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 Drunqueue.py1615 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 Daction.py182 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full))
H A Dquery.py338 appends = self.tinfoil.cooker.collections[mc].get_file_appends(basename)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py128 append_files = tinfoil.get_file_appends(recipefile)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest194 append_files = tinfoil.get_file_appends(info.fn)