Searched refs:bbfile (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cache.py | 282 def parse_recipe(bb_data, bbfile, appends, mc=''): argument 289 bbfile_loc = os.path.abspath(os.path.dirname(bbfile)) 294 bb_data = bb.parse.handle(bbfile, bb_data) 314 def load_bbfile(self, bbfile, appends, virtonly = False, mc=None): argument 321 (bbfile, virtual, mc) = virtualfn2realfn(bbfile) 324 datastores = parse_recipe(bb_data, bbfile, appends, mc) 329 return parse_recipe(bb_data, bbfile, appends, mc) 332 datastores = parse_recipe(bb_data, bbfile, appends) 338 newstores = parse_recipe(bb_data, bbfile, appends, mc)
|
| H A D | cooker.py | 1995 (bbfile, append) = b
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | devtool | 114 bbfile = os.path.basename(fn).replace('.bbappend', '.bb').replace('%', '*') 118 bbfile))
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | archiver.bbclass | 533 bbfile = d.getVar('FILE') 537 shutil.copy(bbfile, outdir) 549 dirname = os.path.dirname(bbfile) 551 f = open(bbfile, 'r')
|