Early boot of remote processors from SPL stage of bootloader requires
the remoteproc firmware to be present in the boot partition. Deploy this
rproc IPC firmware so that it can be copied to the boot partitions of
the wic images.

Signed-off-by: Aniket Limaye <[email protected]>
---
 meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 b4d2e2fa..7d845d39 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,6 +2,8 @@ require recipes-ti/ipc/ti-ipc.inc
 require recipes-ti/ipc/ti-ipc-common.inc
 require ti-ipc-rtos.inc
 
+inherit deploy
+
 DEPENDS = "ti-xdctools-native ti-sysbios doxygen-native zip-native"
 
 PACKAGES =+ "${PN}-fw"
@@ -100,6 +102,17 @@ pkg_postrm:${PN}-fw:omapl138 () {
   update-alternatives --remove rproc-dsp-fw 
ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674
 }
 
+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.
 #
-- 
2.47.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18097): 
https://lists.yoctoproject.org/g/meta-ti/message/18097
Mute This Topic: https://lists.yoctoproject.org/mt/110003434/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to