diff mbox series

arm/optee-os: Fix FILESEXTRAPATHS

Message ID 20230110170627.10991-1-troth@openavr.org
State New
Headers show
Series arm/optee-os: Fix FILESEXTRAPATHS | expand

Commit Message

Theodore A. Roth Jan. 10, 2023, 5:06 p.m. UTC
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(-)

Comments

Jon Mason Jan. 13, 2023, 6:05 p.m. UTC | #1
On Tue, 10 Jan 2023 10:06:27 -0700, Theodore A. Roth wrote:
> The include file should be pointing to `optee-os-3.19.0` instead of
> `optee-os-3_19` (which does not exist).

Applied, thanks!

[1/1] arm/optee-os: Fix FILESEXTRAPATHS
      commit: 393e37c90e2d7fff077211cadf6fe973f4e33529

Best regards,
Denys Dmytriyenko Jan. 17, 2023, 8:26 p.m. UTC | #2
On Tue, Jan 10, 2023 at 10:06:27AM -0700, Theodore A. Roth wrote:
> 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:"

This should be "optee-os-3.19" as correctly explained by Ross here:
https://lists.yoctoproject.org/g/meta-arm/message/4278


>  CVE_PRODUCT = "linaro:op-tee op-tee:op-tee_os"
>  
> -- 
> 2.25.1
diff mbox series

Patch

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"