Home
last modified time | relevance | path

Searched refs:write_recipeinc (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py23 self.write_recipeinc('emptytest', """
44 self.write_recipeinc('emptytest', """
H A Dbbtests.py73 …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 Doverlayfs.py41 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 Dimage_typedep.py16 self.write_recipeinc('emptytest', """
H A Dbuildoptions.py85 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
92 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
H A Dprservice.py44 self.write_recipeinc(package_name, inc_data)
H A Ddevtool.py668 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 Dcase.py203 def write_recipeinc(self, recipe, data): member in OESelftestTestCase