meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/optee-os: Fix FILESEXTRAPATHS
@ 2023-01-10 17:06 Theodore A. Roth
  2023-01-13 18:05 ` Jon Mason
  2023-01-17 20:26 ` [meta-arm] " Denys Dmytriyenko
  0 siblings, 2 replies; 3+ messages in thread
From: Theodore A. Roth @ 2023-01-10 17:06 UTC (permalink / raw)
  To: meta-arm
  Cc: Ross.Burton, jdmason, Emekcan.Aras, Theodore A. Roth, Theodore A . Roth

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 <theodore_roth@trimble.com>
Signed-off-by: Theodore A. Roth <troth@openavr.org>
---
 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"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-17 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 17:06 [PATCH] arm/optee-os: Fix FILESEXTRAPATHS Theodore A. Roth
2023-01-13 18:05 ` Jon Mason
2023-01-17 20:26 ` [meta-arm] " Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).