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.py714 command.cooker.showEnvironment(None, pkg)
718 def showEnvironment(self, command, params): member in CommandsAsync
725 command.cooker.showEnvironment(bfile)
727 showEnvironment.needcache = False
H A Dcooker.py491 def showEnvironment(self, buildfile=None, pkgs_to_build=None): member in BBCooker