Searched refs:bbfile (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 503 def _parse_recipe(bb_data, bbfile, appends, mc, layername): argument 507 bbfile_loc = os.path.abspath(os.path.dirname(bbfile)) 513 return bb.parse.handle(bbfile, bb_data) 515 def parseRecipeVariants(self, bbfile, appends, virtonly=False, mc=None, layername=None): argument 522 (bbfile, virtual, mc) = bb.cache.virtualfn2realfn(bbfile) 525 return self._parse_recipe(bb_data, bbfile, appends, mc, layername) 529 return self._parse_recipe(bb_data, bbfile, appends, mc, layername) 532 datastores = self._parse_recipe(bb_data, bbfile, appends, '', layername) 538 newstores = self._parse_recipe(bb_data, bbfile, appends, mc, layername)
|
H A D | cooker.py | 1954 (bbfile, append) = b
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 114 bbfile = os.path.basename(fn).replace('.bbappend', '.bb').replace('%', '*') 118 bbfile))
|
/openbmc/openbmc/poky/scripts/ |
H A D | devtool | 114 bbfile = os.path.basename(fn).replace('.bbappend', '.bb').replace('%', '*') 118 bbfile))
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | archiver.bbclass | 546 bbfile = d.getVar('FILE') 550 shutil.copy(bbfile, outdir) 562 dirname = os.path.dirname(bbfile) 564 f = open(bbfile, 'r')
|