Searched refs:test_recipe (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bbtests.py | 89 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 D | signing.py | 80 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 D | externalsrc.py | 19 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 D | rpmtests.py | 13 test_recipe = "testrpm" 14 bitbake(test_recipe)
|
H A D | buildoptions.py | 132 test_recipe = 'ed' 134 ret = bitbake('-n %s' % test_recipe)
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/ |
H A D | man-db_%.bbappend | 1 # 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 D | m4_%.bbappend | 1 # 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 D | xcursor-transparent-theme_%.bbappend | 1 # 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 D | systemd-machine-units_%.bbappend | 1 # 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 D | base-files_%.bbappend | 1 # 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 D | binutils_%.bbappend | 1 # 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 D | gcc-source_%.bbappend | 1 # 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 D | aspell_%.bbappend | 1 # 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 D | perlcross_%.bbappend | 1 # 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 D | emptytest.bb | 1 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 D | overlayfs-user.bb | 9 include test_recipe.inc
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | layerindexobj.py | 168 def test_recipe(self): member in LayerIndexObjectsTest
|