Home
last modified time | relevance | path

Searched refs:postconfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py221 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument
223 if postconfig:
225 ftools.write_file(postconfig_file, postconfig)
238 if postconfig:
242 def get_bb_env(target=None, postconfig=None): argument
244 return bitbake("-e %s" % target, postconfig=postconfig).output
246 return bitbake("-e", postconfig=postconfig).output
248 def get_bb_vars(variables=None, target=None, postconfig=None): argument
250 bbenv = get_bb_env(target, postconfig=postconfig)
287 def get_bb_var(var, target=None, postconfig=None): argument
[all …]
/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image155 postconfig = "QA_GET_MACHINE = \"${MACHINE}\""
156 machine = get_bb_var('QA_GET_MACHINE', postconfig=postconfig)
218 postconfig = "QA_GET_MACHINE = \"${MACHINE}\""
219 machine = get_bb_var('QA_GET_MACHINE', postconfig=postconfig)
223 postconfig = "QA_GET_DISTRO = \"${DISTRO}\""
224 distro = get_bb_var('QA_GET_DISTRO', postconfig=postconfig)
274 postconfig = "DEPLOY_DIR_IMAGE = \"%s\"" % self.repo.localdir
275 result = bitbake("%s -c testimage" % image_type, ignore_status=True, postconfig=postconfig)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Desdk.py30 def run_esdk_cmd(env_eSDK, tmpdir_eSDKQA, cmd, postconfig=None, **options): argument
31 if postconfig:
34 f.write(postconfig)