mbox series

[v2,0/3] arm/arm-bsp: optee: upgrade to 4.9.0

Message ID 20260126171658.40998-1-hugues.kambampiana@arm.com
Headers show
Series arm/arm-bsp: optee: upgrade to 4.9.0 | expand

Message

Hugues KAMBA MPIANA Jan. 26, 2026, 5:16 p.m. UTC
Changelog :
===========

v2:

- remove unused FILESEXTRAPATHS from optee-os 4.9.0 recipe
- add OPTEE_TEST_GIT_TAG and use it in SRC_URI for release recipes
- disable tag pinning in optee-test_git.bb
- extend LIC_FILES_CHKSUM to include LICENSE-BSD and LICENSE-GPL
- keep existing LICENSE.md checksum for the index file


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 |   4 +-
 ...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
 .../recipes-security/optee/optee-os_4.7.0.bb  |   8 -
 .../recipes-security/optee/optee-os_4.9.0.bb  |   6 +
 .../recipes-security/optee/optee-test.inc     |   4 +-
 ...ptee-test_4.7.0.bb => optee-test_4.9.0.bb} |   9 +-
 .../recipes-security/optee/optee-test_git.bb  |   7 +-
 18 files changed, 38 insertions(+), 259 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%)
 delete mode 100644 meta-arm/recipes-security/optee/optee-os_4.7.0.bb
 create mode 100644 meta-arm/recipes-security/optee/optee-os_4.9.0.bb
 rename meta-arm/recipes-security/optee/{optee-test_4.7.0.bb => optee-test_4.9.0.bb} (68%)