Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dcommands.py214 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument
216 if postconfig:
218 ftools.write_file(postconfig_file, postconfig)
231 if postconfig:
235 def get_bb_env(target=None, postconfig=None): argument
237 return bitbake("-e %s" % target, postconfig=postconfig).output
239 return bitbake("-e", postconfig=postconfig).output
241 def get_bb_vars(variables=None, target=None, postconfig=None): argument
243 bbenv = get_bb_env(target, postconfig=postconfig)
280 def get_bb_var(var, target=None, postconfig=None): argument
[all …]
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A DeSDK.py28 def run_esdk_cmd(env_eSDK, tmpdir_eSDKQA, cmd, postconfig=None, **options): argument
29 if postconfig:
32 f.write(postconfig)