From 393e37c90e2d7fff077211cadf6fe973f4e33529 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Tue, 10 Jan 2023 10:06:27 -0700 Subject: [PATCH] arm/optee-os: Fix FILESEXTRAPATHS The include file should be pointing to `optee-os-3.19.0` instead of `optee-os-3_19` (which does not exist). Fixes: 3259a2a8402f ("arm/optee: support optee 3.19") Signed-off-by: Theodore A. Roth Signed-off-by: Theodore A. Roth Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-os-3_19.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/optee/optee-os-3_19.inc b/meta-arm/recipes-security/optee/optee-os-3_19.inc index 8adb6996..61475dcf 100644 --- a/meta-arm/recipes-security/optee/optee-os-3_19.inc +++ b/meta-arm/recipes-security/optee/optee-os-3_19.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" inherit deploy python3native require optee.inc -FILESEXTRAPATHS:prepend := "${THISDIR}/optee-os-3_19:" +FILESEXTRAPATHS:prepend := "${THISDIR}/optee-os-3.19.0:" CVE_PRODUCT = "linaro:op-tee op-tee:op-tee_os"