All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm/optee-test: use precise BSD license
@ 2021-11-25 17:33 Ross Burton
  2021-11-25 17:33 ` [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit Ross Burton
  2021-11-25 17:34 ` [PATCH 3/3] CI: build optee-test in qemuarm64-secureboot Ross Burton
  0 siblings, 2 replies; 5+ messages in thread
From: Ross Burton @ 2021-11-25 17:33 UTC (permalink / raw)
  To: meta-arm

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-security/optee/optee-test.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc
index 99656a14..b5dfff42 100644
--- a/meta-arm/recipes-security/optee/optee-test.inc
+++ b/meta-arm/recipes-security/optee/optee-test.inc
@@ -2,7 +2,7 @@ SUMMARY = "OP-TEE sanity testsuite"
 DESCRIPTION = "Open Portable Trusted Execution Environment - Test suite"
 HOMEPAGE = "https://www.op-tee.org/"
 
-LICENSE = "BSD & GPLv2"
+LICENSE = "BSD-2-Clause & GPLv2"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
 
 inherit python3native ptest
-- 
2.25.1



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

* [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit
  2021-11-25 17:33 [PATCH 1/3] arm/optee-test: use precise BSD license Ross Burton
@ 2021-11-25 17:33 ` Ross Burton
  2021-12-03 13:29   ` [meta-arm] " Sumit Garg
  2021-11-25 17:34 ` [PATCH 3/3] CI: build optee-test in qemuarm64-secureboot Ross Burton
  1 sibling, 1 reply; 5+ messages in thread
From: Ross Burton @ 2021-11-25 17:33 UTC (permalink / raw)
  To: meta-arm

Now that the TA devkit has been split out of optee-os, the build
dependencies of optee-test need to be updated too.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-security/optee/optee-test.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc
index b5dfff42..94cf46ff 100644
--- a/meta-arm/recipes-security/optee/optee-test.inc
+++ b/meta-arm/recipes-security/optee/optee-test.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
 inherit python3native ptest
 require optee.inc
 
-DEPENDS = "optee-client optee-os python3-pycryptodome-native"
+DEPENDS = "optee-client optee-os-tadevkit python3-pycryptodome-native"
 
 SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \
            file://run-ptest \
-- 
2.25.1



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

* [PATCH 3/3] CI: build optee-test in qemuarm64-secureboot
  2021-11-25 17:33 [PATCH 1/3] arm/optee-test: use precise BSD license Ross Burton
  2021-11-25 17:33 ` [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit Ross Burton
@ 2021-11-25 17:34 ` Ross Burton
  1 sibling, 0 replies; 5+ messages in thread
From: Ross Burton @ 2021-11-25 17:34 UTC (permalink / raw)
  To: meta-arm

This recipe doesn't get built through dependencies, so add it explicitly.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/qemuarm64-secureboot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml
index b7f3cb44..6ea2064f 100644
--- a/ci/qemuarm64-secureboot.yml
+++ b/ci/qemuarm64-secureboot.yml
@@ -14,3 +14,4 @@ target:
   - core-image-base
   - perf
   - optee-examples
+  - optee-test
-- 
2.25.1



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

* Re: [meta-arm] [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit
  2021-11-25 17:33 ` [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit Ross Burton
@ 2021-12-03 13:29   ` Sumit Garg
  2021-12-06 16:01     ` Jon Mason
  0 siblings, 1 reply; 5+ messages in thread
From: Sumit Garg @ 2021-12-03 13:29 UTC (permalink / raw)
  To: Ross Burton; +Cc: meta-arm

Hi Ross,

On Thu, 25 Nov 2021 at 23:04, Ross Burton <ross@burtonini.com> wrote:
>
> Now that the TA devkit has been split out of optee-os, the build
> dependencies of optee-test need to be updated too.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta-arm/recipes-security/optee/optee-test.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc
> index b5dfff42..94cf46ff 100644
> --- a/meta-arm/recipes-security/optee/optee-test.inc
> +++ b/meta-arm/recipes-security/optee/optee-test.inc
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
>  inherit python3native ptest
>  require optee.inc
>
> -DEPENDS = "optee-client optee-os python3-pycryptodome-native"
> +DEPENDS = "optee-client optee-os-tadevkit python3-pycryptodome-native"
>

This change has been backported to honister without backporting the
actual dependency [2]. Can you backport dependency as well?

[1] https://git.yoctoproject.org/meta-arm/commit/?h=honister&id=26501daba08729dcf8124aadd31eeb24f193df8b
[2] https://git.yoctoproject.org/meta-arm/commit/?id=3210fe4e65d9dd990a0432e02c04c323106d60b7

-Sumit

>  SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \
>             file://run-ptest \
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#2457): https://lists.yoctoproject.org/g/meta-arm/message/2457
> Mute This Topic: https://lists.yoctoproject.org/mt/87306724/1777089
> Group Owner: meta-arm+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [sumit.garg@linaro.org]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [meta-arm] [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit
  2021-12-03 13:29   ` [meta-arm] " Sumit Garg
@ 2021-12-06 16:01     ` Jon Mason
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Mason @ 2021-12-06 16:01 UTC (permalink / raw)
  To: Sumit Garg; +Cc: Ross Burton, meta-arm

On Fri, Dec 03, 2021 at 06:59:19PM +0530, Sumit Garg wrote:
> Hi Ross,
> 
> On Thu, 25 Nov 2021 at 23:04, Ross Burton <ross@burtonini.com> wrote:
> >
> > Now that the TA devkit has been split out of optee-os, the build
> > dependencies of optee-test need to be updated too.
> >
> > Signed-off-by: Ross Burton <ross.burton@arm.com>
> > ---
> >  meta-arm/recipes-security/optee/optee-test.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-arm/recipes-security/optee/optee-test.inc b/meta-arm/recipes-security/optee/optee-test.inc
> > index b5dfff42..94cf46ff 100644
> > --- a/meta-arm/recipes-security/optee/optee-test.inc
> > +++ b/meta-arm/recipes-security/optee/optee-test.inc
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
> >  inherit python3native ptest
> >  require optee.inc
> >
> > -DEPENDS = "optee-client optee-os python3-pycryptodome-native"
> > +DEPENDS = "optee-client optee-os-tadevkit python3-pycryptodome-native"
> >
> 
> This change has been backported to honister without backporting the
> actual dependency [2]. Can you backport dependency as well?

Done.

Thanks,
Jon

> 
> [1] https://git.yoctoproject.org/meta-arm/commit/?h=honister&id=26501daba08729dcf8124aadd31eeb24f193df8b
> [2] https://git.yoctoproject.org/meta-arm/commit/?id=3210fe4e65d9dd990a0432e02c04c323106d60b7
> 
> -Sumit
> 
> >  SRC_URI = "git://github.com/OP-TEE/optee_test.git;branch=master;protocol=https \
> >             file://run-ptest \
> > --
> > 2.25.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#2457): https://lists.yoctoproject.org/g/meta-arm/message/2457
> > Mute This Topic: https://lists.yoctoproject.org/mt/87306724/1777089
> > Group Owner: meta-arm+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [sumit.garg@linaro.org]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> 


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

end of thread, other threads:[~2021-12-06 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 17:33 [PATCH 1/3] arm/optee-test: use precise BSD license Ross Burton
2021-11-25 17:33 ` [PATCH 2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit Ross Burton
2021-12-03 13:29   ` [meta-arm] " Sumit Garg
2021-12-06 16:01     ` Jon Mason
2021-11-25 17:34 ` [PATCH 3/3] CI: build optee-test in qemuarm64-secureboot Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.