Skip to content

Commit 6b7b895

Browse files
js214jolivain
authored andcommitted
{boot/optee-os, package/optee-*}: bump version to 4.9.0
Unfortunately, if all optee-related packages are not updated at the same time, optee-test will not build. This commit bumps all the optee components at once. The version bump is needed since optee-examples and optee-test can no longer compile (compatibility with CMake < 3.5 has been removed from CMake). For release details, see: https://github.com/OP-TEE/optee_os/blob/4.9.0/CHANGELOG.md#op-tee---version-490-2026-01-16 Signed-off-by: Jakob Kastelic <jkastelic@thinksrs.com> [Julien: add link to release details] Signed-off-by: Julien Olivain <ju.o@free.fr>
1 parent d892c5a commit 6b7b895

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

boot/optee-os/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ choice
1818
Select the version of OP-TEE OS you want to use
1919

2020
config BR2_TARGET_OPTEE_OS_LATEST
21-
bool "4.6.0"
21+
bool "4.9.0"
2222
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
2323
select BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY
2424
help
@@ -79,7 +79,7 @@ endif
7979

8080
config BR2_TARGET_OPTEE_OS_VERSION
8181
string
82-
default "4.6.0" if BR2_TARGET_OPTEE_OS_LATEST
82+
default "4.9.0" if BR2_TARGET_OPTEE_OS_LATEST
8383
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
8484
if BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
8585
default "custom" if BR2_TARGET_OPTEE_OS_CUSTOM_TARBALL

boot/optee-os/optee-os.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed
2-
sha256 0c947c6972bf50c483cb993af01041d4094b1e03711c7246cdde6ba2ffc351fe optee-os-4.6.0.tar.gz
2+
sha256 9400e16c45bfa45f15585b2c933b86c449e7de05def0ecaaa62a4f38973a3a45 optee-os-4.9.0.tar.gz
33
sha256 1247ee90858f4037b6cac63cbffddfed435d0d73c631b37d78c1e6e6ab3e5d1a LICENSE

package/optee-client/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config BR2_PACKAGE_OPTEE_CLIENT_AS_OS
3030
depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
3131

3232
config BR2_PACKAGE_OPTEE_CLIENT_LATEST
33-
bool "4.6.0"
33+
bool "4.9.0"
3434
help
3535
Use the latest release tag from the optee-client official Git
3636
repository.
@@ -60,7 +60,7 @@ config BR2_PACKAGE_OPTEE_CLIENT_VERSION
6060
string
6161
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
6262
if BR2_PACKAGE_OPTEE_CLIENT_AS_OS
63-
default "4.6.0" if BR2_PACKAGE_OPTEE_CLIENT_LATEST
63+
default "4.9.0" if BR2_PACKAGE_OPTEE_CLIENT_LATEST
6464
default "custom" if BR2_PACKAGE_OPTEE_CLIENT_CUSTOM_TARBALL
6565

6666
config BR2_PACKAGE_OPTEE_CLIENT_TEE_FS_PATH
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed
2-
sha256 a970338c9f69861901336716d89684646e4480b9970996a5b3581ae7d49fdaa3 optee-client-4.6.0.tar.gz
2+
sha256 2ef152f25b682e59c3684d6d73d7c5a138495615f6b045e95266eb3d0bc0d04e optee-client-4.9.0.tar.gz
33
sha256 fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f LICENSE

package/optee-examples/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config BR2_PACKAGE_OPTEE_EXAMPLES_AS_OS
4242
depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
4343

4444
config BR2_PACKAGE_OPTEE_EXAMPLES_LATEST
45-
bool "4.6.0"
45+
bool "4.9.0"
4646
help
4747
Use the latest release tag from the optee-examples official
4848
Git repository.
@@ -72,7 +72,7 @@ config BR2_PACKAGE_OPTEE_EXAMPLES_VERSION
7272
string
7373
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
7474
if BR2_PACKAGE_OPTEE_EXAMPLES_AS_OS
75-
default "4.6.0" if BR2_PACKAGE_OPTEE_EXAMPLES_LATEST
75+
default "4.9.0" if BR2_PACKAGE_OPTEE_EXAMPLES_LATEST
7676
default "custom" if BR2_PACKAGE_OPTEE_EXAMPLES_CUSTOM_TARBALL
7777

7878
endif # BR2_PACKAGE_OPTEE_EXAMPLES
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed
2-
sha256 6891390aefa2046d500d3ffec05c327d7763e89645b2e99ef2330b561ba645f5 optee-examples-4.6.0.tar.gz
2+
sha256 b95a3d72f2b266aedde0ed9b855f9c59cd0b2608df59b27e3f46935dfb6f919c optee-examples-4.9.0.tar.gz
33
sha256 6f1ef8449cb82ae79d2155605f7985bdf0f08e7ab5007de9b4362e8bf28733b9 LICENSE

package/optee-test/Config.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ config BR2_PACKAGE_OPTEE_TEST_AS_OS
4848
depends on BR2_TARGET_OPTEE_OS_CUSTOM_VERSION
4949

5050
config BR2_PACKAGE_OPTEE_TEST_LATEST
51-
bool "4.6.0"
51+
bool "4.9.0"
5252
help
5353
Use the latest release tag from the optee-test official Git
5454
repository.
@@ -77,7 +77,7 @@ config BR2_PACKAGE_OPTEE_TEST_VERSION
7777
string
7878
default BR2_TARGET_OPTEE_OS_CUSTOM_VERSION_VALUE \
7979
if BR2_PACKAGE_OPTEE_TEST_AS_OS
80-
default "4.6.0" if BR2_PACKAGE_OPTEE_TEST_LATEST
80+
default "4.9.0" if BR2_PACKAGE_OPTEE_TEST_LATEST
8181
default "custom" if BR2_PACKAGE_OPTEE_TEST_CUSTOM_TARBALL
8282

8383
endif # BR2_PACKAGE_OPTEE_TEST

package/optee-test/optee-test.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Locally computed
2-
sha256 db4de73fa955a7db70a64a2c4ad1d2c48ddcb54c369821aba670fec6131a6f61 optee-test-4.6.0.tar.gz
2+
sha256 b7158740dc4ea2f585363097ebd60a265eef0e078674d70636b1731be94780cc optee-test-4.9.0.tar.gz
33
sha256 2b36458cd0292200e406a608efe7dfda17aae39646a86b730a2776b61d0fa410 LICENSE-BSD
44
sha256 a094472b51f57d0403953d087e410793519cb6f3a7cea2be34eb44e09a426a73 LICENSE-GPL
55
sha256 a562ab14c307d0e02b7bf6f1bdb0d1cf789409e6375a500e15dc7a0503e5c2c3 LICENSE.md

0 commit comments

Comments
 (0)