@@ -2,7 +2,6 @@ require recipes-ti/ipc/ti-ipc.inc
require recipes-ti/ipc/ti-ipc-common.inc
require ti-ipc-rtos.inc
-inherit deploy
inherit update-alternatives
DEPENDS = "ti-xdctools-native ti-sysbios doxygen-native zip-native"
@@ -100,17 +99,6 @@ ALTERNATIVE_TARGET[dra7-dsp2-fw.xe66] = "${nonarch_base_libdir}/firmware/ipc/ti_
ALTERNATIVE_TARGET[dra7-ipu1-fw.xem4] = "${nonarch_base_libdir}/firmware/ipc/ti_platforms_evmDRA7XX_ipu1/test_omx_ipu1_vayu.xem4"
ALTERNATIVE_TARGET[dra7-ipu2-fw.xem4] = "${nonarch_base_libdir}/firmware/ipc/ti_platforms_evmDRA7XX_ipu2/test_omx_ipu2_vayu.xem4"
-do_deploy() {
- install -d ${DEPLOYDIR}
-}
-
-do_deploy:append:omap-a15() {
- install -d ${DEPLOYDIR}/ipc
- install -m 0644 ${S}/packages/ti/ipc/tests/bin/ti_platforms_evmDRA7XX_ipu1/test_omx_ipu1_vayu.xem4 ${DEPLOYDIR}/ipc/dra7-ipu1-fw.xem4
-}
-
-addtask deploy after do_install
-
# Disable the "buildpaths" check while we figure out how we are
# going to address this issue.
#
The pre-built messageq IPC firmware is packaged into rootfs and boot partition as part of ti-rtos-messageq-test-fw recipe in the meta-ti-bsp layers. There is no need to deploy the vayu IPC firmware anymore. Remove the deploy task. Signed-off-by: Beleswar Padhi <b-padhi@ti.com> --- meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb | 12 ------------ 1 file changed, 12 deletions(-)