@@ -33,11 +33,11 @@ PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/b
PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware"
PACKAGECONFIG:append:aarch64 = " atf optee"
-PACKAGECONFIG:append:j721e = " dm"
-PACKAGECONFIG:append:j7200 = " dm"
-PACKAGECONFIG:append:j721s2 = " dm"
-PACKAGECONFIG:append:j784s4 = " dm"
-PACKAGECONFIG:append:am62xx = " dm"
+PACKAGECONFIG:append:aarch64:j721e = " dm"
+PACKAGECONFIG:append:aarch64:j7200 = " dm"
+PACKAGECONFIG:append:aarch64:j721s2 = " dm"
+PACKAGECONFIG:append:aarch64:j784s4 = " dm"
+PACKAGECONFIG:append:aarch64:am62xx = " dm"
COMPATIBLE_MACHINE = "(ti-soc)"
This is not needed as the R5 builds do not use the firmware and can cause issues as ti-rtos-firmware does not handle MULTICONFIG well. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)