Message ID | 20250806170442.243461-5-b-padhi@ti.com |
---|---|
State | New |
Headers | show |
Series | Add recipe to package MessageQ Application and Firmware | expand |
Beleswar, On 06/08/25 22:34, Beleswar Padhi wrote: > 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> > --- This patch might need to be squashed into the previous 2 patches. Without this patch, 2 recipes will be deploying to the same filename ${DEPLOYDIR}/ipc/dra7-ipu1-fw.xem4 which will fail builds I believe Regards, Aniket > meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb | 12 ------------ > 1 file changed, 12 deletions(-) > > diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb > index 853fa117..d2ac6276 100644 > --- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb > +++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb > @@ -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. > #
diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb index 853fa117..d2ac6276 100644 --- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb @@ -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(-)