diff mbox series

[master/scarthgap,3/5] conf: omap-a15.inc: Update package for wic dependency

Message ID 20250801150037.2650736-4-b-padhi@ti.com
State New
Headers show
Series Add recipe to package prebuilt messageQ FW | expand

Commit Message

Beleswar Padhi Aug. 1, 2025, 3 p.m. UTC
The pre-built messageq IPC firmware is available in ti-linux-firmware
and packaged in ti-rtos-messageq-test-fw recipe in the meta-ti-bsp
layer. Update the dependency in machine conf to the above recipe. This
removes any dependency on meta-ti-extras layer.

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
---
 meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index a258decd..f7b9d3ad 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -50,4 +50,4 @@  IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
 WKS_FILE ?= "sdimage-2part.wks"
 IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTLINUX_BOOT_FILES} ipc/dra7-ipu1-fw.xem4;dra7-ipu1-fw.xem4"
 do_image_wic[depends] += "virtual/bootloader:do_deploy"
-do_image_wic[depends] += "ti-ipc-rtos:do_deploy"
+do_image_wic[depends] += "ti-rtos-messageq-test-fw:do_deploy"