Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlic_checksum.py25 self.write_recipeinc('emptytest', """
46 self.write_recipeinc('emptytest', """
H A Dbbtests.py75 …self.write_recipeinc('man-db', 'FILESEXTRAPATHS:prepend := "${THISDIR}/files:"\nSRC_URI += "file:/…
143 self.write_recipeinc('man-db', data)
164 self.write_recipeinc('aspell', data)
226 …self.write_recipeinc('man-db',"\ndo_fail_task () {\nexit 1 \n}\n\naddtask do_fail_task before do_f…
319 self.write_recipeinc(test_recipe, 'PATCHTOOL=\"git\"')
H A Doverlayfs.py44 self.write_recipeinc('overlayfs-user', overlayfs_recipe_append)
179 self.write_recipeinc(recipe, data)
180 self.write_recipeinc('overlayfs-user', overlayfs_recipe_append)
H A Dimage_typedep.py18 self.write_recipeinc('emptytest', """
H A Dbuildoptions.py89 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
96 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
H A Dprservice.py58 self.write_recipeinc(package_name, inc_data)
H A Dsstatetests.py765 self.write_recipeinc("binutils", target_config)
817 self.write_recipeinc(change_recipe, change_content)
H A Ddevtool.py772 self.write_recipeinc('m4', 'EXTERNALSRC_BUILD = "%s"\ndo_clean() {\n\t:\n}\n' % builddir_m4)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py191 def write_recipeinc(self, recipe, data): member in OESelftestTestCase