Home
last modified time | relevance | path

Searched refs:test_recipe (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py89 test_recipe = 'zlib'
98 bitbake('-c clean %s' % test_recipe)
110 ret = bitbake(test_recipe)
115 test_recipe = 'zlib'
117 bitbake(test_recipe)
251 bitbake(test_recipe)
264 bitbake(test_recipe)
293 test_recipe = 'ed'
318 test_recipe = "man-db"
326 self.delete_recipeinc(test_recipe)
[all …]
H A Dsigning.py80 test_recipe = 'ed'
89 bitbake('-c clean %s' % test_recipe)
95 bb_vars = get_bb_vars(needed_vars, test_recipe)
135 test_recipe = 'ed'
161 bitbake('-c clean %s' % test_recipe)
189 test_recipe = 'ed'
192 bitbake(test_recipe)
194 bitbake('-S lockedsigs %s' % test_recipe)
201 bitbake(test_recipe)
209 recipe_append_file = test_recipe + '_' + get_bb_var('PV', test_recipe) + '.bbappend'
[all …]
H A Dexternalsrc.py19 test_recipe = "git-submodule-test"
27 """ % (test_recipe, externalsrc_dir)
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 Drpmtests.py13 test_recipe = "testrpm"
14 bitbake(test_recipe)
H A Dbuildoptions.py132 test_recipe = 'ed'
134 ret = bitbake('-n %s' % test_recipe)
/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/
H A Dman-db_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/m4/
H A Dm4_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/xcursor-transparent-theme/
H A Dxcursor-transparent-theme_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/systemd-machine-units/
H A Dsystemd-machine-units_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/base-files/
H A Dbase-files_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/binutils/
H A Dbinutils_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/gcc-source/
H A Dgcc-source_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/
H A Daspell_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/perlcross/
H A Dperlcross_%.bbappend1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
2 include test_recipe.inc
/openbmc/openbmc/poky/meta-selftest/recipes-test/emptytest/
H A Demptytest.bb1 include test_recipe.inc
4 # is successful since test_recipe.inc has not yet been modified.
/openbmc/openbmc/poky/meta-selftest/recipes-test/overlayfs-user/
H A Doverlayfs-user.bb9 include test_recipe.inc
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py168 def test_recipe(self): member in LayerIndexObjectsTest