Searched refs:write_recipeinc (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | lic_checksum.py | 25 self.write_recipeinc('emptytest', """ 46 self.write_recipeinc('emptytest', """
|
H A D | bbtests.py | 75 …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 D | overlayfs.py | 44 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 D | image_typedep.py | 18 self.write_recipeinc('emptytest', """
|
H A D | buildoptions.py | 89 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') 96 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
|
H A D | prservice.py | 58 self.write_recipeinc(package_name, inc_data)
|
H A D | sstatetests.py | 752 self.write_recipeinc("binutils", target_config) 804 self.write_recipeinc(change_recipe, change_content)
|
H A D | devtool.py | 795 self.write_recipeinc('m4', 'EXTERNALSRC_BUILD = "%s"\ndo_clean() {\n\t:\n}\n' % builddir_m4)
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 191 def write_recipeinc(self, recipe, data): member in OESelftestTestCase
|