Searched refs:write_recipeinc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | lic_checksum.py | 23 self.write_recipeinc('emptytest', """ 44 self.write_recipeinc('emptytest', """
|
| H A D | bbtests.py | 73 …self.write_recipeinc('man-db', 'FILESEXTRAPATHS:prepend := "${THISDIR}/files:"\nSRC_URI += "file:/… 141 self.write_recipeinc('man-db', data) 164 self.write_recipeinc('aspell', data) 218 …self.write_recipeinc('man-db',"\ndo_fail_task () {\nexit 1 \n}\n\naddtask do_fail_task before do_f… 306 self.write_recipeinc(test_recipe, 'PATCHTOOL=\"git\"')
|
| H A D | overlayfs.py | 41 self.write_recipeinc('overlayfs-user', overlayfs_recipe_append) 176 self.write_recipeinc(recipe, data) 177 self.write_recipeinc('overlayfs-user', overlayfs_recipe_append)
|
| H A D | image_typedep.py | 16 self.write_recipeinc('emptytest', """
|
| H A D | buildoptions.py | 85 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') 92 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
|
| H A D | prservice.py | 44 self.write_recipeinc(package_name, inc_data)
|
| H A D | devtool.py | 668 self.write_recipeinc('m4', 'EXTERNALSRC_BUILD = "%s"\ndo_clean() {\n\t:\n}\n' % builddir_m4)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 203 def write_recipeinc(self, recipe, data): member in OESelftestTestCase
|