Searched refs:test_recipe (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bbtests.py | 87 test_recipe = 'zlib' 90 bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe) 96 bitbake('-c clean %s' % test_recipe) 97 bitbake('-c package -f %s' % test_recipe) 98 self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe) 102 bitbake('-c package -f %s' % test_recipe) 108 ret = bitbake(test_recipe) 113 test_recipe = 'zlib' 115 bitbake(test_recipe) 116 self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe) [all …]
|
| H A D | signing.py | 78 test_recipe = 'ed' 87 bitbake('-c clean %s' % test_recipe) 88 bitbake('-f -c package_write_rpm %s' % test_recipe) 90 self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe) 93 bb_vars = get_bb_vars(needed_vars, test_recipe) 133 test_recipe = 'ed' 155 self.add_command_to_tearDown('bitbake -c clean %s' % test_recipe) 159 bitbake('-c clean %s' % test_recipe) 160 bitbake('-c populate_lic %s' % test_recipe) 187 test_recipe = 'ed' [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 | buildoptions.py | 128 test_recipe = 'ed' 130 ret = bitbake('-n %s' % test_recipe)
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/aspell/ |
| H A D | aspell_0.60.8.bbappend | 1 # This bbappend is used to alter the recipe using the test_recipe.inc file created by tests. 2 include test_recipe.inc
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/overlayfs-user/ |
| H A D | overlayfs-user.bb | 9 include test_recipe.inc
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 168 def test_recipe(self): member in LayerIndexObjectsTest
|