Lines Matching refs:get_bb_var
37 from oeqa.utils.commands import runCmd, bitbake, get_bb_var
40 for path in get_bb_var('BBPATH').split(":"):
130 self.image_name = get_bb_var('IMAGE_LINK_NAME', target=image_type)
131 self.kernel_type = get_bb_var('KERNEL_IMAGETYPE', target=image_type)
143 target_controller = get_bb_var('TEST_TARGET')
144 bbpath = get_bb_var('BBPATH').split(':')
156 machine = get_bb_var('QA_GET_MACHINE', postconfig=postconfig)
160 image_fstypes = get_bb_var('IMAGE_FSTYPES').split(' ')
219 machine = get_bb_var('QA_GET_MACHINE', postconfig=postconfig)
224 distro = get_bb_var('QA_GET_DISTRO', postconfig=postconfig)
276 …testimage_results = ftools.read_file(os.path.join(get_bb_var("T", image_type), "log.do_testimage"))