[2/3] arm/optee-test: change DEPENDS to optee-os-tadevkit

Message ID 20211125173400.1285847-2-ross.burton@arm.com
State New
Headers show
Series [1/3] arm/optee-test: use precise BSD license | expand

Commit Message

Ross Burton Nov. 25, 2021, 5:33 p.m. UTC
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(-)

Comments

Sumit Garg Dec. 3, 2021, 1:29 p.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jon Mason Dec. 6, 2021, 4:01 p.m. UTC | #2
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]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

Patch

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 \