Home
last modified time | relevance | path

Searched refs:get_bb_vars (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py7 from oeqa.utils.commands import bitbake, get_bb_vars
34 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS'])
65 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS', 'BUILD_SYS'])
102 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS', 'BUILD_SYS'])
146 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'BUILD_SYS'])
227 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS'])
253 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC'])
274 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC'])
302 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC'])
H A Dcve_check.py4 from oeqa.utils.commands import bitbake, get_bb_vars
77 vars = get_bb_vars(["CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"])
113 … vars = get_bb_vars(["CVE_CHECK_DIR", "CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"])
149 vars = get_bb_vars(["CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"])
185 vars = get_bb_vars(["CVE_CHECK_SUMMARY_DIR", "CVE_CHECK_SUMMARY_FILE_NAME_JSON"])
H A Dsstate.py10 from oeqa.utils.commands import get_bb_vars
20 bb_vars = get_bb_vars(needed_vars)
39 bb_vars = get_bb_vars(['SSTATE_DIR', 'NATIVELSBSTRING'])
H A DeSDK.py11 from oeqa.utils.commands import runCmd, bitbake, get_bb_vars
49 bb_vars = get_bb_vars(['SDK_DEPLOY', 'TOOLCHAINEXT_OUTPUTNAME'], pn_task)
79 bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image)
H A Dcontainerimage.py8 from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
50 bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',
H A Dbuildhistory.py10 from oeqa.utils.commands import bitbake, get_bb_vars
16 bb_vars = get_bb_vars(['USER_CLASSES', 'INHERIT'])
H A Dbinutils.py6 from oeqa.utils.commands import bitbake, get_bb_vars
32 bb_vars = get_bb_vars(["B", "TARGET_SYS", "T"], recipe)
H A Dmeta_ide.py7 from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
19 bb_vars = get_bb_vars(['MULTIMACH_TARGET_SYS', 'TMPDIR', 'COREBASE'])
H A Dgotoolchain.py10 from oeqa.utils.commands import runCmd, bitbake, get_bb_vars
26 bb_vars = get_bb_vars(['SDK_DEPLOY', 'TOOLCHAIN_OUTPUTNAME'],
H A Druntime_test.py6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
81 bb_vars = get_bb_vars(needed_vars, 'core-image-minimal')
288 vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
378 vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
H A Dliboe.py6 from oeqa.utils.commands import get_bb_var, get_bb_vars, bitbake, runCmd
60 bb_vars = get_bb_vars(['SYSROOT_DESTDIR', 'bindir'], 'attr-native')
H A Dbbtests.py9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
90 bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe)
133 bb_vars = get_bb_vars(["DEPLOY_DIR_IMAGE", "IMAGE_LINK_NAME"], "core-image-minimal")
281 bb_vars = get_bb_vars(['SUMMARY', 'PV'], test_recipe)
H A Dgcc.py6 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars, runqemu
44 bb_vars = get_bb_vars(["B", "TARGET_SYS"], recipe)
H A Dbblayers.py9 from oeqa.utils.commands import runCmd, get_bb_var, get_bb_vars
103 … bb_vars = get_bb_vars(['BBFILE_COLLECTIONS'] + ['%s_%s' % (v, layername) for v in layervars])
H A Drecipetool.py11 from oeqa.utils.commands import get_bb_vars, create_temp_layer
79 bb_vars = get_bb_vars(['COREBASE'])
528 bb_vars = get_bb_vars(['BBPATH'])
777 bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'FILESEXTRAPATHS'], testrecipe)
814 bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)
838 bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)
H A Dpackage.py6 from oeqa.utils.commands import bitbake, get_bb_vars, get_bb_var, runqemu
31 vars = get_bb_vars(["STAGING_DIR", "BUILD_ARCH", "bindir_native", "libdir_native"])
H A Dsigning.py6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, create_temp_layer
93 bb_vars = get_bb_vars(needed_vars, test_recipe)
H A Ddevtool.py14 from oeqa.utils.commands import get_bb_vars, runqemu, get_test_layer
255 bb_vars = get_bb_vars(['TOPDIR', 'SSTATE_DIR'])
334 bb_vars = get_bb_vars(['D', 'bindir'], pn)
418 bb_vars = get_bb_vars(['TESTLIBOUTPUT', 'STAMP'], 'libftdi')
622 bb_vars = get_bb_vars(['PKGD', 'mandir'], 'mdadm')
893 bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
925 bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
978 bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
1046 bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)
1211 bb_vars = get_bb_vars(['FILE'], testrecipe)
[all …]
H A Dreproducible.py7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
153 bb_vars = get_bb_vars(needed_vars)
231 d = get_bb_vars(capture_vars)
H A Dbuildoptions.py12 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars
37 bb_vars = get_bb_vars(['SYSROOT_DESTDIR', 'bindir'], 'ccache-native')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dmetadata.py14 from oeqa.utils.commands import runCmd, get_bb_vars
27 data_dict = get_bb_vars()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py11 from oeqa.utils.commands import get_bb_var, get_bb_vars
102 self.bb_vars = get_bb_vars(None, self.build_target)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dyocto-check-layer28 from oeqa.utils.commands import get_bb_vars
210 td['bbvars'] = get_bb_vars()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py23 from oeqa.utils.commands import runCmd, get_bb_vars, get_test_layer
221 bbvars = get_bb_vars()
284 self.tc.td = get_bb_vars()

12