Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py587 bfile = params[0]
595 command.cooker.buildFileInternal(bfile, task, fireevents=False, quietlog=True)
597 command.cooker.buildFile(bfile, task)
714 bfile = params[0]
716 command.cooker.showEnvironment(bfile)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py929 def bfile(request, build_id, package_id): function