Home
last modified time | relevance | path

Searched refs:execute_pre_post_process (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A Dsdk.py6 from oe.utils import execute_pre_post_process
61 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_PRE_TARGET_COMMAND"))
70 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_TARGET_COMMAND"))
81 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_HOST_COMMAND"))
H A Drootfs.py7 from oe.utils import execute_pre_post_process
72 execute_pre_post_process(self.d, rpm_pre_process_cmds)
113 execute_pre_post_process(self.d, rpm_post_process_cmds)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py7 from oe.utils import execute_pre_post_process
61 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_PRE_TARGET_COMMAND"))
72 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_TARGET_COMMAND"))
87 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_HOST_COMMAND"))
H A Drootfs.py9 from oe.utils import execute_pre_post_process
151 execute_pre_post_process(self.d, deb_pre_process_cmds)
187 execute_pre_post_process(self.d, deb_post_process_cmds)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Dsdk.py7 from oe.utils import execute_pre_post_process
57 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_PRE_TARGET_COMMAND"))
66 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_TARGET_COMMAND"))
77 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_HOST_COMMAND"))
H A Drootfs.py10 from oe.utils import execute_pre_post_process
281 execute_pre_post_process(self.d, opkg_pre_process_cmds)
322 execute_pre_post_process(self.d, opkg_post_process_cmds)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py5 from oe.utils import execute_pre_post_process
193 execute_pre_post_process(self.d, pre_process_cmds)
206 execute_pre_post_process(self.d, rootfs_post_install_cmds)
210 execute_pre_post_process(self.d, post_process_cmds)
287 execute_pre_post_process(self.d, post_uninstall_cmds)
H A Dsdk.py6 from oe.utils import execute_pre_post_process
58 execute_pre_post_process(self.d, self.d.getVar('SDK_POSTPROCESS_COMMAND'))
H A Dutils.py255 def execute_pre_post_process(d, cmds): function
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbaremetal-image.bbclass39 from oe.utils import execute_pre_post_process
58 execute_pre_post_process(d, d.getVar('ROOTFS_POSTPROCESS_COMMAND'))
H A Dimage.bbclass265 from oe.utils import execute_pre_post_process
270 execute_pre_post_process(d, pre_process_cmds)
276 from oe.utils import execute_pre_post_process
280 execute_pre_post_process(d, post_process_cmds)