Home
last modified time | relevance | path

Searched refs:CookerCollectFiles (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcooker.py64 collection = bb.cooker.CookerCollectFiles(bbfile_config_priorities)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py393 self.collections[mc] = CookerCollectFiles(self.bbfile_config_priorities, mc)
1276 collections = {mc: CookerCollectFiles(self.bbfile_config_priorities, mc)}
1760 class CookerCollectFiles(object): class