From b5cb0c8f45bbde50788a48e7898bcc39d1cc25cb Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 10 Oct 2020 02:11:50 +0000 Subject: [PATCH] u-boot-ti: adjust location of optee binary to align with meta-arm Signed-off-by: Denys Dmytriyenko Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index f07dcfd0..2063bac2 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc @@ -34,7 +34,7 @@ PV_append = "+git${SRCPV}" DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" -PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" +PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" PACKAGECONFIG_append_aarch64 = " atf optee"