Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py705 command.cooker.showEnvironment(None, pkg)
709 def showEnvironment(self, command, params): member in CommandsAsync
716 command.cooker.showEnvironment(bfile)
718 showEnvironment.needcache = False
H A Dcooker.py573 def showEnvironment(self, buildfile=None, pkgs_to_build=None): member in BBCooker