Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py87 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 Dsigning.py78 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 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 Dbuildoptions.py128 test_recipe = 'ed'
130 ret = bitbake('-n %s' % test_recipe)
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/aspell/
H A Daspell_0.60.8.bbappend1 # 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 Dm4_%.bbappend1 # 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 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
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/overlayfs-user/
H A Doverlayfs-user.bb9 include test_recipe.inc
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py168 def test_recipe(self): member in LayerIndexObjectsTest