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

* Re: [PATCH] arm/optee-os: Fix FILESEXTRAPATHS
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2023-01-13 18:05 UTC (permalink / raw)
  To: meta-arm, Theodore A. Roth
  Cc: Ross.Burton, jdmason, Theodore A . Roth, Emekcan.Aras

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,
-- 
Jon Mason <jon.mason@arm.com>


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

* Re: [meta-arm] [PATCH] arm/optee-os: Fix FILESEXTRAPATHS
  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 ` Denys Dmytriyenko
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2023-01-17 20:26 UTC (permalink / raw)
  To: Theodore A. Roth
  Cc: meta-arm, Ross.Burton, jdmason, Emekcan.Aras, Theodore A . Roth

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


^ permalink raw reply	[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).