| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | imagefeatures.py | 7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu 84 distro_features = get_bb_var('DISTRO_FEATURES') 106 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 107 link_name = get_bb_var('IMAGE_LINK_NAME', image_name) 143 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 144 link_name = get_bb_var('IMAGE_LINK_NAME', image_name) 153 sysroot = get_bb_var('STAGING_DIR_NATIVE', 'core-image-minimal') 181 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 182 link_name = get_bb_var('IMAGE_LINK_NAME', image_name) 203 all_image_types = set(get_bb_var("IMAGE_TYPES", image_name).split()) [all …]
|
| H A D | fitimage.py | 6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var 46 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 47 machine = get_bb_var('MACHINE') 127 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 128 machine = get_bb_var('MACHINE') 281 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 282 machine = get_bb_var('MACHINE') 365 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 366 machine = get_bb_var('MACHINE') 456 deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') [all …]
|
| H A D | minidebuginfo.py | 12 from oeqa.utils.commands import bitbake, get_bb_var, runCmd 17 target_sys = get_bb_var("TARGET_SYS") 18 binutils = "binutils-cross-{}".format(get_bb_var("TARGET_ARCH")) 26 deploy_dir = get_bb_var("DEPLOY_DIR_IMAGE") 27 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", binutils) 28 readelf = get_bb_var("READELF", "core-image-minimal")
|
| H A D | runtime_test.py | 6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu 37 testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal') 119 if get_bb_var('DISTRO') == 'poky-tiny': 137 if get_bb_var('DISTRO') == 'poky-tiny': 154 …gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RECIPE_SYSROOT_… 172 if get_bb_var('DISTRO') == 'poky-tiny': 191 …gpg_home, os.path.join(signing_key_dir, 'key.secret')), native_sysroot=get_bb_var("RECIPE_SYSROOT_… 223 qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') 224 qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') 270 qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') [all …]
|
| H A D | buildoptions.py | 12 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars 18 image_pkgtype = get_bb_var("IMAGE_PKGTYPE") 25 … log_data_file = os.path.join(get_bb_var("WORKDIR", "core-image-minimal"), "temp/log.do_rootfs") 45 log_compile = os.path.join(get_bb_var("WORKDIR", recipe), "temp/log.do_compile") 51 distro_features = get_bb_var('DISTRO_FEATURES') 82 if "packages-list" not in get_bb_var("ERROR_QA"): 143 …self.assertTrue(os.path.isdir(get_bb_var('BUILDHISTORY_DIR')), "buildhistory dir was not created.") 154 history_dir = get_bb_var('BUILDHISTORY_DIR_PACKAGE', 'hicolor-icon-theme') 188 deploy_dir_src = get_bb_var('DEPLOY_DIR_SRC')
|
| H A D | externalsrc.py | 12 from oeqa.utils.commands import get_bb_var, runCmd 34 …self.assertEqual(get_bb_var("S", test_recipe), externalsrc_dir, msg = "S does not equal to EXTERNA… 40 …self.assertEqual(get_bb_var("S", test_recipe), externalsrc_dir, msg = "S does not equal to EXTERNA… 44 …self.assertEqual(get_bb_var("S", test_recipe), externalsrc_dir, msg = "S does not equal to EXTERNA…
|
| H A D | wic.py | 23 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu 28 return get_bb_var('HOST_ARCH') 101 stdir = get_bb_var('STAGING_DIR', image) 234 kimgtype = get_bb_var('KERNEL_IMAGETYPE', 'core-image-minimal') 237 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools') 245 kimgtype = get_bb_var('KERNEL_IMAGETYPE', 'core-image-minimal') 390 os.environ['PATH'] = get_bb_var("PATH", "wic-tools") 395 rootfs_dir = get_bb_var('IMAGE_ROOTFS', 'core-image-minimal') 474 os.environ['PATH'] = get_bb_var("PATH", "wic-tools") 483 rootfs_dir = get_bb_var('IMAGE_ROOTFS', 'core-image-minimal') [all …]
|
| H A D | signing.py | 6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, create_temp_layer 32 nsysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "gnupg-native") 35 return nsysroot + get_bb_var("bindir_native") 74 package_classes = get_bb_var('PACKAGE_CLASSES') 207 recipe_append_file = test_recipe + '_' + get_bb_var('PV', test_recipe) + '.bbappend'
|
| H A D | _sstatetests_noauto.py | 9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var 67 …runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildA)) + 'bitbake ' + ' '.jo… 77 …result_cleansstate = runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildB)) +… 83 …result_build = runCmd((". %s/oe-init-build-env %s && " % (get_bb_var('COREBASE'), buildB)) + 'bitb…
|
| H A D | layerappend.py | 8 from oeqa.utils.commands import bitbake, get_bb_var 56 corebase = get_bb_var("COREBASE") 85 stagingdir = get_bb_var("SYSROOT_DESTDIR", "layerappendtest")
|
| H A D | glibc.py | 7 from oeqa.utils.commands import bitbake, get_bb_var, runqemu 32 builddir = get_bb_var("B", "glibc-testsuite") 43 tmpdir = get_bb_var("BASE_WORKDIR")
|
| H A D | prservice.py | 12 from oeqa.utils.commands import runCmd, bitbake, get_bb_var 20 cls.pkgdata_dir = get_bb_var('PKGDATA_DIR') 30 stampdata = get_bb_var('STAMP', target=package_name).split('/') 81 current_db_path = os.path.join(get_bb_var('PERSISTENT_DIR'), 'prserv.sqlite3')
|
| H A D | bbtests.py | 9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars 168 dl_dir = get_bb_var("DL_DIR") 230 lic_dir = get_bb_var('LICENSE_DIRECTORY') 298 test_recipe_summary_after = get_bb_var('SUMMARY', test_recipe) 307 src = get_bb_var("SRC_URI",test_recipe) 320 src = get_bb_var("SRC_URI",test_recipe) 324 srcdir = get_bb_var('S', test_recipe)
|
| H A D | runqemu.py | 13 from oeqa.utils.commands import bitbake, runqemu, get_bb_var, runCmd 29 kvm = oe.types.qemu_use_kvm(get_bb_var('QEMU_USE_KVM'), 'x86_64') 44 RunqemuTests.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE') 160 cls.machine = get_bb_var('MACHINE') 161 cls.deploy_dir_image = get_bb_var('DEPLOY_DIR_IMAGE')
|
| H A D | manifest.py | 8 from oeqa.utils.commands import get_bb_var, bitbake 43 directory = get_bb_var(bb_var, target); 89 toolchain_outputname = get_bb_var('TOOLCHAIN_OUTPUTNAME', self.buildtarget) 135 mfilename = get_bb_var("IMAGE_LINK_NAME", self.buildtarget)\
|
| H A D | package.py | 6 from oeqa.utils.commands import bitbake, get_bb_vars, get_bb_var, runqemu 95 dest = get_bb_var('PKGDEST', 'selftest-hardlink') 96 bindir = get_bb_var('bindir', 'selftest-hardlink') 157 sysconfdir = get_bb_var('sysconfdir', 'selftest-chown')
|
| H A D | oescripts.py | 11 from oeqa.utils.commands import runCmd, bitbake, get_bb_var 22 result = runCmd("buildhistory-diff -p %s" % get_bb_var('BUILDHISTORY_DIR')) 38 scripts_dir = os.path.join(get_bb_var('COREBASE'), 'scripts') 47 cls.tmpdir = get_bb_var('TMPDIR')
|
| H A D | devtool.py | 13 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer 366 recipefile = get_bb_var('FILE', pn) 453 recipefile = get_bb_var('FILE', testrecipe) 470 recipefile = get_bb_var('FILE', testrecipe) 497 recipefile = get_bb_var('FILE', testrecipe) 516 recipefile = get_bb_var('FILE', testrecipe) 545 recipefile = get_bb_var('FILE', testrecipe) 553 collections = get_bb_var('BBFILE_COLLECTIONS').split() 736 checkextend = 'native' in (get_bb_var('BBCLASSEXTEND', testrecipe) or '').split() 754 src_uri = (get_bb_var('SRC_URI', testrecipe) or '').split() [all …]
|
| H A D | reproducible.py | 7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars 109 diffoscope_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffoscope-native") 245 diffutils_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffutils-native") 246 diffoscope_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffoscope-native") 247 jquery_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "jquery-native")
|
| H A D | recipetool.py | 10 from oeqa.utils.commands import runCmd, bitbake, get_bb_var 48 recipefile = get_bb_var('FILE', testrecipe) 327 recipefn = os.path.basename(get_bb_var('FILE', 'base-files')) 354 if 'x11' not in get_bb_var('DISTRO_FEATURES'): 414 collections = get_bb_var('BBFILE_COLLECTIONS').split() 530 libpath = os.path.join(get_bb_var('COREBASE'), 'scripts', 'lib', 'recipetool') 580 commonlicdir = get_bb_var('COMMON_LICENSE_DIR') 729 src_uri = get_bb_var('SRC_URI', recipe).split() 802 recipefile = get_bb_var('FILE', testrecipe)
|
| H A D | kerneldevelopment.py | 3 from oeqa.utils.commands import runCmd, get_bb_var 40 kernel_source = get_bb_var('STAGING_KERNEL_DIR')
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | test-remote-image | 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) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/ |
| H A D | systemd_boot.py | 5 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu 24 deploydir = get_bb_var('DEPLOY_DIR_IMAGE', "core-image-minimal") 60 sysroot = get_bb_var('RECIPE_SYSROOT_NATIVE', 'wic-tools')
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/ |
| H A D | distro.py | 23 from oeqa.utils.commands import get_bb_var 25 distro = get_bb_var('DISTRO')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | nfs.py | 7 from oeqa.utils.commands import bitbake, get_bb_var, Command 12 unfs_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "unfs3-native")
|