Home
last modified time | relevance | path

Searched refs:get_bb_var (Results 26 – 46 of 46) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py10 from oeqa.utils.commands import get_bb_var, bitbake
45 directory = get_bb_var(bb_var, target);
91 toolchain_outputname = get_bb_var('TOOLCHAIN_OUTPUTNAME', self.buildtarget)
137 mfilename = get_bb_var("IMAGE_LINK_NAME", self.buildtarget)\
H A Dpackage.py8 from oeqa.utils.commands import bitbake, get_bb_vars, get_bb_var, runqemu
104 dest = get_bb_var('PKGDEST', 'selftest-hardlink')
105 bindir = get_bb_var('bindir', 'selftest-hardlink')
178 sysconfdir = get_bb_var('sysconfdir', 'selftest-chown')
H A Dimagefeatures.py9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
86 distro_features = get_bb_var('DISTRO_FEATURES')
153 sysroot = get_bb_var('STAGING_DIR_NATIVE', 'core-image-minimal')
201 all_image_types = set(get_bb_var("IMAGE_TYPES", image).split())
H A Dgdbserver.py13 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars , runqemu, runCmd
32 native_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", gdb_recipe)
H A Dkerneldevelopment.py9 from oeqa.utils.commands import runCmd, get_bb_var
46 kernel_source = get_bb_var('STAGING_KERNEL_DIR')
H A Ddevtool.py273 machine = get_bb_var('MACHINE')
295 recipefile = get_bb_var('FILE', pn)
425 installdir = get_bb_var('D', pn)
454 recipefile = get_bb_var('FILE', pn)
557 recipefile = get_bb_var('FILE', testrecipe)
574 recipefile = get_bb_var('FILE', testrecipe)
601 recipefile = get_bb_var('FILE', testrecipe)
1536 if get_bb_var('DISTRO') == 'poky-tiny':
1659 src_uri = get_bb_var('SRC_URI', recipe)
2035 bbpath = get_bb_var('BBPATH')
[all …]
H A Dreproducible.py7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
110 diffoscope_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffoscope-native")
265 diffutils_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffutils-native")
266 diffoscope_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "diffoscope-native")
267 jquery_sysroot = get_bb_var("RECIPE_SYSROOT_NATIVE", "jquery-native")
H A Dliboe.py8 from oeqa.utils.commands import get_bb_var, get_bb_vars, bitbake, runCmd
17 cls.tmp_dir = get_bb_var('TMPDIR')
H A Dgcc.py11 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars, runqemu
22 targets = get_bb_var("RUNTIMETARGET", "gcc-runtime").split()
H A Drecipetool.py13 from oeqa.utils.commands import runCmd, bitbake, get_bb_var
63 recipefile = get_bb_var('FILE', testrecipe)
342 recipefn = os.path.basename(get_bb_var('FILE', 'base-files'))
368 if 'x11' not in get_bb_var('DISTRO_FEATURES'):
427 collections = get_bb_var('BBFILE_COLLECTIONS').split()
994 libpath = os.path.join(get_bb_var('COREBASE'), 'scripts', 'lib', 'recipetool')
1058 commonlicdir = get_bb_var('COMMON_LICENSE_DIR')
1207 src_uri = get_bb_var('SRC_URI', recipe).split()
1308 recipefile = get_bb_var('FILE', testrecipe)
1352 recipefile = get_bb_var('FILE', testrecipe)
H A Dpkgdata.py12 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
220 result = runCmd('oe-pkgdata-util -p %s lookup-pkg zlib' % get_bb_var('PKGDATA_DIR'))
H A Dbblock.py13 from oeqa.utils.commands import runCmd, get_bb_var, get_bb_vars, bitbake
H A Dsstatetests.py15 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer, get_bb_vars
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py11 from oeqa.utils.commands import get_bb_var, get_bb_vars
25 … self.measure_disk_usage(get_bb_var("IMAGE_ROOTFS", self.build_target), 'rootfs', 'rootfs', True)
/openbmc/openbmc/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
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py12 from oeqa.utils.commands import get_bb_var
18 dir=get_bb_var('TOPDIR'))
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dbsp.py23 from oeqa.utils.commands import get_bb_var
25 machine = get_bb_var('MACHINE')
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py56 from oeqa.utils.commands import get_bb_var
59 layers = get_layers(get_bb_var('BBLAYERS'))
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py285 def get_bb_var(var, target=None, postconfig=None): function
290 bblayers = get_bb_var("BBLAYERS")
303 corenames = get_bb_var('LAYERSERIES_CORENAMES')
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py14 from oeqa.utils.commands import runCmd, bitbake, get_bb_var
/openbmc/openbmc/poky/documentation/test-manual/
H A Dintro.rst377 ``oeqa.utils.commands.get_bb_var()`` or use

12