All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] boot/optee-os: bump to version 3.19.0
@ 2022-11-30  7:54 Etienne Carriere
  2022-11-30  7:54 ` [Buildroot] [PATCH 2/7] package/optee-benchmark: " Etienne Carriere
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Etienne Carriere @ 2022-11-30  7:54 UTC (permalink / raw)
  To: buildroot; +Cc: Etienne Carriere

Bumps OP-TEE OS package version to OP-TEE release 3.19.0.

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 5244700bc2..8bcce22306 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.18.0"
+	bool "3.19.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 "3.18.0"	if BR2_TARGET_OPTEE_OS_LATEST
+	default "3.19.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 38f68bec5d..a87f21a9bf 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.18.0/optee-os-3.18.0.tar.gz
-sha256  bdd309697745ec4406951652094b50d9adb06c3612f01bd8a3d72682ec8e03e8  optee-os-3.18.0.tar.gz
+# From https://github.com/OP-TEE/optee_os/archive/3.19.0/optee-os-3.19.0.tar.gz
+sha256  5e0c03bbc4d106f262a6bd33333c002c3380205ae6b82334aa7b644721ff7868  optee-os-3.19.0.tar.gz
 # Locally computed
 sha256  1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a  LICENSE
-- 
2.25.1

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

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

end of thread, other threads:[~2022-12-05  8:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30  7:54 [Buildroot] [PATCH 1/7] boot/optee-os: bump to version 3.19.0 Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 2/7] package/optee-benchmark: " Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 3/7] package/optee-client: " Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 4/7] package/optee-examples: " Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 5/7] package/optee-test: " Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 6/7] package: optee-client: select util-linux-libs, libuuid and pkgconf Etienne Carriere
2022-12-04 11:17   ` Yann E. MORIN
2022-12-05  8:52     ` Etienne Carriere
2022-11-30  7:54 ` [Buildroot] [PATCH 7/7] package: optee-client: fix identation issues Etienne Carriere
2022-12-03 21:16   ` Yann E. MORIN

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.