All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0
@ 2022-04-27  9:45 Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 2/5] package/optee-client: " Etienne Carriere
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-27  9:45 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere, Clément Léger

Bump OP-TEE OS package version to OP-TEE release 3.17.0.

Cc: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 boot/optee-os/Config.in     | 4 ++--
 boot/optee-os/optee-os.hash | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/optee-os/Config.in b/boot/optee-os/Config.in
index 30b6f62434..fb8a189a75 100644
--- a/boot/optee-os/Config.in
+++ b/boot/optee-os/Config.in
@@ -18,7 +18,7 @@ choice
 	  Select the version of OP-TEE OS you want to use
 
 config BR2_TARGET_OPTEE_OS_LATEST
-	bool "3.16.0"
+	bool "3.17.0"
 	depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
 	select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
 	help
@@ -52,7 +52,7 @@ endif
 
 config BR2_TARGET_OPTEE_OS_VERSION
 	string
-	default "3.16.0"	if BR2_TARGET_OPTEE_OS_LATEST
+	default "3.17.0"	if BR2_TARGET_OPTEE_OS_LATEST
 	default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
 				if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
 
diff --git a/boot/optee-os/optee-os.hash b/boot/optee-os/optee-os.hash
index d3a2637a4e..5c1047bac3 100644
--- a/boot/optee-os/optee-os.hash
+++ b/boot/optee-os/optee-os.hash
@@ -1,4 +1,4 @@
-# From https://github.com/OP-TEE/optee_os/archive/3.16.0/optee-os-3.16.0.tar.gz
-sha256  ebc8e18ad2039ee97c34f74a7546de9119e26f04c368b6c7fd0c55f93d33d2d6  optee-os-3.16.0.tar.gz
+# From https://github.com/OP-TEE/optee_os/archive/3.17.0/optee-os-3.16.0.tar.gz
+sha256  5d5a3bda83abddfeb5ee765a15525f23adf2709ba2475a05e0c5f25790c1883f  optee-os-3.17.0.tar.gz
 # Locally computed
 sha256  1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a  LICENSE
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/5] package/optee-client: bump to version 3.17.0
  2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
@ 2022-04-27  9:46 ` Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 3/5] package/optee-test: " Etienne Carriere
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-27  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere, Clément Léger

Bump OP-TEE Client package version to OP-TEE release 3.17.0.

Cc: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 package/optee-client/optee-client.hash | 4 ++--
 package/optee-client/optee-client.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/optee-client/optee-client.hash b/package/optee-client/optee-client.hash
index ff90f6d2a8..d2efb1043a 100644
--- a/package/optee-client/optee-client.hash
+++ b/package/optee-client/optee-client.hash
@@ -1,4 +1,4 @@
-# From https://github.com/OP-TEE/optee_client/archive/3.16.0/optee-client-3.16.0.tar.gz
-sha256  cba92bedc9f8c39c19e50a22259066eaad5ceb248308edee27e221f11f5d8064  optee-client-3.16.0.tar.gz
+# From https://github.com/OP-TEE/optee_client/archive/3.17.0/optee-client-3.17.0.tar.gz
+sha256  bf62ceaac59e8a650abf7632e702b5929335f4974f3173f8c51900cb0f91660f  optee-client-3.17.0.tar.gz
 # Locally computed
 sha256  fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f  LICENSE
diff --git a/package/optee-client/optee-client.mk b/package/optee-client/optee-client.mk
index 2cadc564f0..aaf072b40f 100644
--- a/package/optee-client/optee-client.mk
+++ b/package/optee-client/optee-client.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_CLIENT_VERSION = 3.16.0
+OPTEE_CLIENT_VERSION = 3.17.0
 OPTEE_CLIENT_SITE = $(call github,OP-TEE,optee_client,$(OPTEE_CLIENT_VERSION))
 OPTEE_CLIENT_LICENSE = BSD-2-Clause
 OPTEE_CLIENT_LICENSE_FILES = LICENSE
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/5] package/optee-test: bump to version 3.17.0
  2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 2/5] package/optee-client: " Etienne Carriere
@ 2022-04-27  9:46 ` Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 4/5] package/optee-examples: " Etienne Carriere
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-27  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere, Clément Léger

Bump OP-TEE test package version to OP-TEE release 3.17.0.

Cc: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 package/optee-test/optee-test.hash | 4 ++--
 package/optee-test/optee-test.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/optee-test/optee-test.hash b/package/optee-test/optee-test.hash
index c42e922d90..7f2c4110db 100644
--- a/package/optee-test/optee-test.hash
+++ b/package/optee-test/optee-test.hash
@@ -1,4 +1,4 @@
-# From https://github.com/OP-TEE/optee_test/archive/3.16.0/optee-test-3.16.0.tar.gz
-sha256  b24a3871605a341fa87e6d4e111f97001f11a72c025e75d6739ed78841b6acba  optee-test-3.16.0.tar.gz
+# From https://github.com/OP-TEE/optee_test/archive/3.17.0/optee-test-3.17.0.tar.gz
+sha256  5b0555b6fef926f8a0a471285cb4c264407c9be32461836240b3c412bf7933bb  optee-test-3.17.0.tar.gz
 # Locally computed
 sha256  6e6810981f0ddab9e0d44399d0700a15d9f760a3c2843cc866659c2074139ae7  LICENSE.md
diff --git a/package/optee-test/optee-test.mk b/package/optee-test/optee-test.mk
index 7b27558b36..3a5670d26b 100644
--- a/package/optee-test/optee-test.mk
+++ b/package/optee-test/optee-test.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_TEST_VERSION = 3.16.0
+OPTEE_TEST_VERSION = 3.17.0
 OPTEE_TEST_SITE = $(call github,OP-TEE,optee_test,$(OPTEE_TEST_VERSION))
 OPTEE_TEST_LICENSE = GPL-2.0, BSD-2-Clause,
 OPTEE_TEST_LICENSE_FILES = LICENSE.md
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/5] package/optee-examples: bump to version 3.17.0
  2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 2/5] package/optee-client: " Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 3/5] package/optee-test: " Etienne Carriere
@ 2022-04-27  9:46 ` Etienne Carriere
  2022-04-27  9:46 ` [Buildroot] [PATCH 5/5] package/optee-benchmark: " Etienne Carriere
  2022-04-27 19:40 ` [Buildroot] [PATCH 1/5] boot/optee-os: " Arnout Vandecappelle
  4 siblings, 0 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-27  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere, Clément Léger

Bump OP-TEE Examples package version to OP-TEE release 3.17.0.

Cc: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 package/optee-examples/optee-examples.hash | 4 ++--
 package/optee-examples/optee-examples.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/optee-examples/optee-examples.hash b/package/optee-examples/optee-examples.hash
index 9228fb39d2..0433c72752 100644
--- a/package/optee-examples/optee-examples.hash
+++ b/package/optee-examples/optee-examples.hash
@@ -1,4 +1,4 @@
-# From https://github.com/linaro-swg/optee_examples/archive/3.16.0/optee-examples-3.16.0.tar.gz
-sha256  45e06dc5520f3097cc124434acafc26b8db28db87df62f3ad2ddff06cacce969  optee-examples-3.16.0.tar.gz
+# From https://github.com/linaro-swg/optee_examples/archive/3.17.0/optee-examples-3.17.0.tar.gz
+sha256  03d18a0439cfe99ed1ceefc9af000b39b28424c8747e0d92a2701e7fbb6c519a  optee-examples-3.17.0.tar.gz
 # Locally computed
 sha256  6f1ef8449cb82ae79d2155605f7985bdf0f08e7ab5007de9b4362e8bf28733b9  LICENSE
diff --git a/package/optee-examples/optee-examples.mk b/package/optee-examples/optee-examples.mk
index 31e5f260df..ebb0688af5 100644
--- a/package/optee-examples/optee-examples.mk
+++ b/package/optee-examples/optee-examples.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_EXAMPLES_VERSION = 3.16.0
+OPTEE_EXAMPLES_VERSION = 3.17.0
 OPTEE_EXAMPLES_SITE = $(call github,linaro-swg,optee_examples,$(OPTEE_EXAMPLES_VERSION))
 OPTEE_EXAMPLES_LICENSE = BSD-2-Clause
 OPTEE_EXAMPLES_LICENSE_FILES = LICENSE
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/5] package/optee-benchmark: bump to version 3.17.0
  2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
                   ` (2 preceding siblings ...)
  2022-04-27  9:46 ` [Buildroot] [PATCH 4/5] package/optee-examples: " Etienne Carriere
@ 2022-04-27  9:46 ` Etienne Carriere
  2022-04-27 19:40 ` [Buildroot] [PATCH 1/5] boot/optee-os: " Arnout Vandecappelle
  4 siblings, 0 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-27  9:46 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere, Clément Léger

Bump OP-TEE Benchmark package version to OP-TEE release 3.17.0.

Cc: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 package/optee-benchmark/optee-benchmark.hash | 4 ++--
 package/optee-benchmark/optee-benchmark.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/optee-benchmark/optee-benchmark.hash b/package/optee-benchmark/optee-benchmark.hash
index 2e75b4ff8e..54981c9d2c 100644
--- a/package/optee-benchmark/optee-benchmark.hash
+++ b/package/optee-benchmark/optee-benchmark.hash
@@ -1,4 +1,4 @@
-# From https://github.com/linaro-swg/optee_benchmark/archive/3.16.0/optee-benchmark-3.16.0.tar.gz
-sha256  55b24525f08ffda6799f90ab7bab2125f1c3f17d5cbd1b34480cd28b5f46fca9  optee-benchmark-3.16.0.tar.gz
+# From https://github.com/linaro-swg/optee_benchmark/archive/3.17.0/optee-benchmark-3.17.0.tar.gz
+sha256  50a4623a4c34909e722d403381e4077c84d7189ab3a7ed57a402a3461bee13e3  optee-benchmark-3.17.0.tar.gz
 # Locally computed
 sha256  0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383  LICENSE
diff --git a/package/optee-benchmark/optee-benchmark.mk b/package/optee-benchmark/optee-benchmark.mk
index 493f407a44..1f5e01b868 100644
--- a/package/optee-benchmark/optee-benchmark.mk
+++ b/package/optee-benchmark/optee-benchmark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_BENCHMARK_VERSION = 3.16.0
+OPTEE_BENCHMARK_VERSION = 3.17.0
 OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
 OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
 OPTEE_BENCHMARK_LICENSE_FILES = LICENSE
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0
  2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
                   ` (3 preceding siblings ...)
  2022-04-27  9:46 ` [Buildroot] [PATCH 5/5] package/optee-benchmark: " Etienne Carriere
@ 2022-04-27 19:40 ` Arnout Vandecappelle
  2022-04-29  8:41   ` Etienne Carriere
  4 siblings, 1 reply; 7+ messages in thread
From: Arnout Vandecappelle @ 2022-04-27 19:40 UTC (permalink / raw)
  To: Etienne Carriere, buildroot; +Cc: Clément Léger



On 27/04/2022 11:45, Etienne Carriere wrote:
> Bump OP-TEE OS package version to OP-TEE release 3.17.0.
> 
> Cc: Clément Léger <clement.leger@bootlin.com>
> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>

  Applied series to master, thanks.

  Regards,
  Arnout

> ---
>   boot/optee-os/Config.in     | 4 ++--
>   boot/optee-os/optee-os.hash | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/boot/optee-os/Config.in b/boot/optee-os/Config.in
> index 30b6f62434..fb8a189a75 100644
> --- a/boot/optee-os/Config.in
> +++ b/boot/optee-os/Config.in
> @@ -18,7 +18,7 @@ choice
>   	  Select the version of OP-TEE OS you want to use
>   
>   config BR2_TARGET_OPTEE_OS_LATEST
> -	bool "3.16.0"
> +	bool "3.17.0"
>   	depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
>   	select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
>   	help
> @@ -52,7 +52,7 @@ endif
>   
>   config BR2_TARGET_OPTEE_OS_VERSION
>   	string
> -	default "3.16.0"	if BR2_TARGET_OPTEE_OS_LATEST
> +	default "3.17.0"	if BR2_TARGET_OPTEE_OS_LATEST
>   	default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
>   				if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
>   
> diff --git a/boot/optee-os/optee-os.hash b/boot/optee-os/optee-os.hash
> index d3a2637a4e..5c1047bac3 100644
> --- a/boot/optee-os/optee-os.hash
> +++ b/boot/optee-os/optee-os.hash
> @@ -1,4 +1,4 @@
> -# From https://github.com/OP-TEE/optee_os/archive/3.16.0/optee-os-3.16.0.tar.gz
> -sha256  ebc8e18ad2039ee97c34f74a7546de9119e26f04c368b6c7fd0c55f93d33d2d6  optee-os-3.16.0.tar.gz
> +# From https://github.com/OP-TEE/optee_os/archive/3.17.0/optee-os-3.16.0.tar.gz
> +sha256  5d5a3bda83abddfeb5ee765a15525f23adf2709ba2475a05e0c5f25790c1883f  optee-os-3.17.0.tar.gz
>   # Locally computed
>   sha256  1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a  LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0
  2022-04-27 19:40 ` [Buildroot] [PATCH 1/5] boot/optee-os: " Arnout Vandecappelle
@ 2022-04-29  8:41   ` Etienne Carriere
  0 siblings, 0 replies; 7+ messages in thread
From: Etienne Carriere @ 2022-04-29  8:41 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: Clément Léger, buildroot

Hello Arnout,

By the way, people have faced issues build OP-TEE with recent OpenSSL
version 3.0 (i think). There seems a path needs to be provided due to
API changes between 2.x and 3.x.
# export OPENSSL_MODULES=/path/to/sdk/usr/lib/oss-modules

Maybe related to an issue seem in a u-boot, elsewhere:
https://github.com/pyca/cryptography/issues/6895

Did one face such issues with OpenSSL 3.0?

Best regards,
Etienne

On Wed, 27 Apr 2022 at 21:40, Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
>
> On 27/04/2022 11:45, Etienne Carriere wrote:
> > Bump OP-TEE OS package version to OP-TEE release 3.17.0.
> >
> > Cc: Clément Léger <clement.leger@bootlin.com>
> > Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
>
>   Applied series to master, thanks.
>
>   Regards,
>   Arnout
>
> > ---
> >   boot/optee-os/Config.in     | 4 ++--
> >   boot/optee-os/optee-os.hash | 4 ++--
> >   2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/boot/optee-os/Config.in b/boot/optee-os/Config.in
> > index 30b6f62434..fb8a189a75 100644
> > --- a/boot/optee-os/Config.in
> > +++ b/boot/optee-os/Config.in
> > @@ -18,7 +18,7 @@ choice
> >         Select the version of OP-TEE OS you want to use
> >
> >   config BR2_TARGET_OPTEE_OS_LATEST
> > -     bool "3.16.0"
> > +     bool "3.17.0"
> >       depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
> >       select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
> >       help
> > @@ -52,7 +52,7 @@ endif
> >
> >   config BR2_TARGET_OPTEE_OS_VERSION
> >       string
> > -     default "3.16.0"        if BR2_TARGET_OPTEE_OS_LATEST
> > +     default "3.17.0"        if BR2_TARGET_OPTEE_OS_LATEST
> >       default BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION \
> >                               if BR2_TARGET_OPTEE_OS_CUSTOM_GIT
> >
> > diff --git a/boot/optee-os/optee-os.hash b/boot/optee-os/optee-os.hash
> > index d3a2637a4e..5c1047bac3 100644
> > --- a/boot/optee-os/optee-os.hash
> > +++ b/boot/optee-os/optee-os.hash
> > @@ -1,4 +1,4 @@
> > -# From https://github.com/OP-TEE/optee_os/archive/3.16.0/optee-os-3.16.0.tar.gz
> > -sha256  ebc8e18ad2039ee97c34f74a7546de9119e26f04c368b6c7fd0c55f93d33d2d6  optee-os-3.16.0.tar.gz
> > +# From https://github.com/OP-TEE/optee_os/archive/3.17.0/optee-os-3.16.0.tar.gz
> > +sha256  5d5a3bda83abddfeb5ee765a15525f23adf2709ba2475a05e0c5f25790c1883f  optee-os-3.17.0.tar.gz
> >   # Locally computed
> >   sha256  1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a  LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-29  8:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27  9:45 [Buildroot] [PATCH 1/5] boot/optee-os: bump to version 3.17.0 Etienne Carriere
2022-04-27  9:46 ` [Buildroot] [PATCH 2/5] package/optee-client: " Etienne Carriere
2022-04-27  9:46 ` [Buildroot] [PATCH 3/5] package/optee-test: " Etienne Carriere
2022-04-27  9:46 ` [Buildroot] [PATCH 4/5] package/optee-examples: " Etienne Carriere
2022-04-27  9:46 ` [Buildroot] [PATCH 5/5] package/optee-benchmark: " Etienne Carriere
2022-04-27 19:40 ` [Buildroot] [PATCH 1/5] boot/optee-os: " Arnout Vandecappelle
2022-04-29  8:41   ` Etienne Carriere

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.