[PATCH 0/3] arm/arm-bsp: optee: upgrade to 4.9.0
Hugues KAMBA MPIANA <[email protected]> Wed, 21 Jan 2026 14:03:33 +0000
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
OP-TEE version 4.9.0 has been released on 2026-01-16 [1].
Upgrade OP-TEE recipes to point to version 4.9.0, and drop patches
from layers as they are already present in upstream.
In addition, point corestone1000 machine to a new version, as 4.7.0
is dropped from the layer.
Link: [1]: https://github.com/OP-TEE/optee_os/blob/master/CHANGELOG.md#op-tee---version-490-2026-01-16
Hugues KAMBA MPIANA (3):
arm/arm-bsp: optee: add version 4.9.0
arm-bsp/corstone1000: move to support OP-TEE version 4.9
arm/arm-bsp: optee: drop version 4.7.0
.../conf/machine/include/corstone1000.inc | 4 +-
.../documentation/corstone1000/conf.py | 2 +-
.../documentation/corstone1000/user-guide.rst | 6 +-
...corstone1000-Add-Cortex-A320-support.patch | 143 ------------------
.../optee/optee-os-corstone1000-common.inc | 4 -
...ptee-ftpm_4.7.0.bb => optee-ftpm_4.9.0.bb} | 4 +-
...ant-update-udev-systemd-install-code.patch | 78 ----------
.../optee/optee-client_4.7.0.bb | 5 -
.../optee/optee-client_4.9.0.bb | 4 +
.../optee/optee-client_git.bb | 7 +-
.../optee/optee-examples_4.7.0.bb | 4 -
.../optee/optee-examples_4.9.0.bb | 4 +
...it_4.7.0.bb => optee-os-tadevkit_4.9.0.bb} | 0
.../{optee-os_4.7.0.bb => optee-os_4.9.0.bb} | 4 +-
...ptee-test_4.7.0.bb => optee-test_4.9.0.bb} | 4 +-
15 files changed, 22 insertions(+), 251 deletions(-)
delete mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0001-plat-corstone1000-Add-Cortex-A320-support.patch
rename meta-arm/recipes-security/optee-ftpm/{optee-ftpm_4.7.0.bb => optee-ftpm_4.9.0.bb} (97%)
delete mode 100644 meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch
delete mode 100644 meta-arm/recipes-security/optee/optee-client_4.7.0.bb
create mode 100644 meta-arm/recipes-security/optee/optee-client_4.9.0.bb
delete mode 100644 meta-arm/recipes-security/optee/optee-examples_4.7.0.bb
create mode 100644 meta-arm/recipes-security/optee/optee-examples_4.9.0.bb
rename meta-arm/recipes-security/optee/{optee-os-tadevkit_4.7.0.bb => optee-os-tadevkit_4.9.0.bb} (100%)
rename meta-arm/recipes-security/optee/{optee-os_4.7.0.bb => optee-os_4.9.0.bb} (65%)
rename meta-arm/recipes-security/optee/{optee-test_4.7.0.bb => optee-test_4.9.0.bb} (90%)