Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py737 command.cooker.showEnvironment(None, pkg)
741 def showEnvironment(self, command, params): member in CommandsAsync
748 command.cooker.showEnvironment(bfile)
750 showEnvironment.needcache = False
H A Dcooker.py494 def showEnvironment(self, buildfile=None, pkgs_to_build=None): member in BBCooker