diff mbox series

[1/5] boot/optee-os: bump to version 3.17.0

Message ID 20220427094608.16698-1-etienne.carriere@linaro.org
State Accepted
Headers show
Series [1/5] boot/optee-os: bump to version 3.17.0 | expand

Commit Message

Etienne Carriere April 27, 2022, 9:45 a.m. UTC
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(-)

Comments

Arnout Vandecappelle April 27, 2022, 7:40 p.m. UTC | #1
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
Etienne Carriere April 29, 2022, 8:41 a.m. UTC | #2
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
diff mbox series

Patch

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