Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] bump optee to 4.3.0
@ 2024-07-23  1:32 Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 1/4] boot/optee-os: bump " Bryan Brattlof via buildroot
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-07-23  1:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof, Etienne Carriere

Hello everyone,

This small series bumps all optee packages to 4.3.0 and updates their 
default hashes.

Happy reviewing
~Bryan

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
Bryan Brattlof (4):
      boot/optee-os: bump to 4.3.0
      package/optee-client: bump to 4.3.0
      package/optee-examples: bump to 4.3.0
      package/optee-test: bump to 4.3.0

 boot/optee-os/Config.in                    | 4 ++--
 boot/optee-os/optee-os.hash                | 4 ++--
 package/optee-client/optee-client.hash     | 4 ++--
 package/optee-client/optee-client.mk       | 2 +-
 package/optee-examples/optee-examples.hash | 4 ++--
 package/optee-examples/optee-examples.mk   | 2 +-
 package/optee-test/optee-test.hash         | 4 ++--
 package/optee-test/optee-test.mk           | 2 +-
 8 files changed, 13 insertions(+), 13 deletions(-)
---
base-commit: 4e4554eeb76e8b516c6cbcd66f15868492aac594
change-id: 20240722-optee-bump-1b173476a4f1

Best regards,
-- 
Bryan Brattlof <bb@ti.com>

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

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

* [Buildroot] [PATCH 1/4] boot/optee-os: bump to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
@ 2024-07-23  1:32 ` Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 2/4] package/optee-client: " Bryan Brattlof via buildroot
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-07-23  1:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof, Etienne Carriere

Update OP-TEE to its latest tag

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 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 7870629732557..2f996cbafcee6 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 "4.2.0"
+	bool "4.3.0"
 	depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
 	select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
 	help
@@ -70,7 +70,7 @@ endif
 
 config BR2_TARGET_OPTEE_OS_VERSION
 	string
-	default "4.2.0"		if BR2_TARGET_OPTEE_OS_LATEST
+	default "4.3.0"		if BR2_TARGET_OPTEE_OS_LATEST
 	default "custom"	if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL
 	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 663640b2cec2b..16b3d7430e0ae 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/4.2.0/optee-os-4.2.0.tar.gz
-sha256  ce70f0d177001bf4855cd6cd6396f515af6126e4bba9b12c716a437a5cb40c7b  optee-os-4.2.0.tar.gz
+# From https://github.com/OP-TEE/optee_os/archive/4.3.0/optee-os-4.3.0.tar.gz
+sha256  390b271905c828d6def9fa6a77bbaa425f3b434d733c8eb18f582ccbc6896096  optee-os-4.3.0.tar.gz
 # Locally computed
 sha256  1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a  LICENSE

-- 
2.45.2

_______________________________________________
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/4] package/optee-client: bump to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 1/4] boot/optee-os: bump " Bryan Brattlof via buildroot
@ 2024-07-23  1:32 ` Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 3/4] package/optee-examples: " Bryan Brattlof via buildroot
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-07-23  1:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof, Etienne Carriere

Bump to the latest version of optee-client

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 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 b0c6dfcb5e1aa..8904c930ee67d 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/4.2.0/optee-client-4.2.0.tar.gz
-sha256  ba0dad79cec2dabb7b6a6d3e391804f0184863ee9810e90bf97a392d3c1ad5eb  optee-client-4.2.0.tar.gz
+# From https://github.com/OP-TEE/optee_client/archive/4.3.0/optee-client-4.3.0.tar.gz
+sha256  a9a91bdb433df795c87a6d15198effbd648e3671ae611f2a3f8b41229d61cce0  optee-client-4.3.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 6600a9c4fc938..c1813cd9b1148 100644
--- a/package/optee-client/optee-client.mk
+++ b/package/optee-client/optee-client.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_CLIENT_VERSION = 4.2.0
+OPTEE_CLIENT_VERSION = 4.3.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.45.2

_______________________________________________
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/4] package/optee-examples: bump to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 1/4] boot/optee-os: bump " Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 2/4] package/optee-client: " Bryan Brattlof via buildroot
@ 2024-07-23  1:32 ` Bryan Brattlof via buildroot
  2024-07-23  1:32 ` [Buildroot] [PATCH 4/4] package/optee-test: " Bryan Brattlof via buildroot
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-07-23  1:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof, Etienne Carriere

Update optee-examples to the latest tagged release

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 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 a60b6619f14ae..a6ecd2caec545 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/4.2.0/optee-examples-4.2.0.tar.gz
-sha256  fcc032f84c0c7c90fbc3936c6d4d10e502797da7a7c23780ce2a5a88a720887d  optee-examples-4.2.0.tar.gz
+# From https://github.com/linaro-swg/optee_examples/archive/4.3.0/optee-examples-4.3.0.tar.gz
+sha256  ee1576617365b5fe9d20d72c16cf6b39159eb79b1401189bd37a91ef03371820  optee-examples-4.3.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 7d52a277d2b7e..8eb8724ff626a 100644
--- a/package/optee-examples/optee-examples.mk
+++ b/package/optee-examples/optee-examples.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_EXAMPLES_VERSION = 4.2.0
+OPTEE_EXAMPLES_VERSION = 4.3.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.45.2

_______________________________________________
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/4] package/optee-test: bump to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
                   ` (2 preceding siblings ...)
  2024-07-23  1:32 ` [Buildroot] [PATCH 3/4] package/optee-examples: " Bryan Brattlof via buildroot
@ 2024-07-23  1:32 ` Bryan Brattlof via buildroot
  2024-07-23  8:51 ` [Buildroot] [PATCH 0/4] bump optee " Thomas Petazzoni via buildroot
  2024-07-23 13:31 ` Vincent Stehlé
  5 siblings, 0 replies; 7+ messages in thread
From: Bryan Brattlof via buildroot @ 2024-07-23  1:32 UTC (permalink / raw)
  To: buildroot; +Cc: Bryan Brattlof, Etienne Carriere

Update optee-test to the latest tagged release

Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 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 269b7a31655f4..5922487a6275b 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/4.2.0/optee-test-4.2.0.tar.gz
-sha256  e976d3dccf38947d79e358a0385b581fc3d48efa10b6eebd3b3b048facb1235d  optee-test-4.2.0.tar.gz
+# From https://github.com/OP-TEE/optee_test/archive/4.3.0/optee-test-4.3.0.tar.gz
+sha256  7bb181b74be88593df48321b816837acaad8e4d45e883f25a2e039978e5ec415  optee-test-4.3.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 69e84fdbd2f31..9037678b1d9f7 100644
--- a/package/optee-test/optee-test.mk
+++ b/package/optee-test/optee-test.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPTEE_TEST_VERSION = 4.2.0
+OPTEE_TEST_VERSION = 4.3.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.45.2

_______________________________________________
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 0/4] bump optee to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
                   ` (3 preceding siblings ...)
  2024-07-23  1:32 ` [Buildroot] [PATCH 4/4] package/optee-test: " Bryan Brattlof via buildroot
@ 2024-07-23  8:51 ` Thomas Petazzoni via buildroot
  2024-07-23 13:31 ` Vincent Stehlé
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-23  8:51 UTC (permalink / raw)
  To: Bryan Brattlof via buildroot; +Cc: Bryan Brattlof, Etienne Carriere

On Mon, 22 Jul 2024 20:32:05 -0500
Bryan Brattlof via buildroot <buildroot@buildroot.org> wrote:

> Bryan Brattlof (4):
>       boot/optee-os: bump to 4.3.0
>       package/optee-client: bump to 4.3.0
>       package/optee-examples: bump to 4.3.0
>       package/optee-test: bump to 4.3.0

Series applied, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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 0/4] bump optee to 4.3.0
  2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
                   ` (4 preceding siblings ...)
  2024-07-23  8:51 ` [Buildroot] [PATCH 0/4] bump optee " Thomas Petazzoni via buildroot
@ 2024-07-23 13:31 ` Vincent Stehlé
  5 siblings, 0 replies; 7+ messages in thread
From: Vincent Stehlé @ 2024-07-23 13:31 UTC (permalink / raw)
  To: Bryan Brattlof; +Cc: buildroot

On Mon, Jul 22, 2024 at 08:32:05PM -0500, Bryan Brattlof wrote:
> Hello everyone,
> 
> This small series bumps all optee packages to 4.3.0 and updates their 
> default hashes.

Hi Bryan,

Thanks for bumping; this works fine for me on top of master, commit 0d582054e131
("package/python-can/Config.in: sort selects").

- The OP-TEE unit test runs fine (tests.boot.test_optee_os).
- All EBBR configs build and run fine (arm_fvp_ebbr_defconfig,
  qemu_aarch64_ebbr_defconfig, qemu_arm_ebbr_defconfig).
- The qemu_arm_vexpress_tz_defconfig, also using OP-TEE, builds and runs fine.

Tested-by: Vincent Stehlé <vincent.stehle@arm.com>

I could not test the other configs using OP-TEE (beagleboneai64_defconfig,
beagleplay_defconfig, ti_am62ax_sk_defconfig, ti_am62x_sk_defconfig,
ti_am64x_sk_defconfig) as they will not build for me even before this series.

Best regards,
Vincent.

> 
> Happy reviewing
> ~Bryan
> 
> Signed-off-by: Bryan Brattlof <bb@ti.com>
> ---
> Bryan Brattlof (4):
>       boot/optee-os: bump to 4.3.0
>       package/optee-client: bump to 4.3.0
>       package/optee-examples: bump to 4.3.0
>       package/optee-test: bump to 4.3.0
> 
>  boot/optee-os/Config.in                    | 4 ++--
>  boot/optee-os/optee-os.hash                | 4 ++--
>  package/optee-client/optee-client.hash     | 4 ++--
>  package/optee-client/optee-client.mk       | 2 +-
>  package/optee-examples/optee-examples.hash | 4 ++--
>  package/optee-examples/optee-examples.mk   | 2 +-
>  package/optee-test/optee-test.hash         | 4 ++--
>  package/optee-test/optee-test.mk           | 2 +-
>  8 files changed, 13 insertions(+), 13 deletions(-)
> ---
> base-commit: 4e4554eeb76e8b516c6cbcd66f15868492aac594
> change-id: 20240722-optee-bump-1b173476a4f1
> 
> Best regards,
> -- 
> Bryan Brattlof <bb@ti.com>
> 
_______________________________________________
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:[~2024-07-23 13:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23  1:32 [Buildroot] [PATCH 0/4] bump optee to 4.3.0 Bryan Brattlof via buildroot
2024-07-23  1:32 ` [Buildroot] [PATCH 1/4] boot/optee-os: bump " Bryan Brattlof via buildroot
2024-07-23  1:32 ` [Buildroot] [PATCH 2/4] package/optee-client: " Bryan Brattlof via buildroot
2024-07-23  1:32 ` [Buildroot] [PATCH 3/4] package/optee-examples: " Bryan Brattlof via buildroot
2024-07-23  1:32 ` [Buildroot] [PATCH 4/4] package/optee-test: " Bryan Brattlof via buildroot
2024-07-23  8:51 ` [Buildroot] [PATCH 0/4] bump optee " Thomas Petazzoni via buildroot
2024-07-23 13:31 ` Vincent Stehlé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox