Lines Matching refs:tinfoil
54 self.tinfoil.run_command('parseConfiguration')
55 except (bb.tinfoil.TinfoilUIException, bb.BBHandledException):
149 for mc in self.tinfoil.cooker.multiconfigs:
150 for f in self.tinfoil.cooker.collections[mc].overlayed.keys():
151 for of in self.tinfoil.cooker.collections[mc].overlayed[f]:
181 for mc in self.tinfoil.cooker.multiconfigs:
182 … appends |= set(self.tinfoil.cooker.collections[mc].get_file_appends(f1full))
191 for mc in self.tinfoil.cooker.multiconfigs:
192 bbappends |= set(self.tinfoil.cooker.collections[mc].bbappends)
213 for layername, pattern, regex, _ in self.tinfoil.cooker.bbfile_config_priorities:
220 bbfiles = str(self.tinfoil.config_data.getVar('BBFILES')).split()
250 layer = bb.utils.get_file_layer(filename, self.tinfoil.config_data)