All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
@ 2026-02-12 22:19 Ryan Eatmon
  2026-02-12 22:28 ` PRC Automation
  2026-02-23 18:09 ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Ryan Eatmon @ 2026-02-12 22:19 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

From: Manorit Chawdhry <m-chawdhry@ti.com>

Update optee_os, optee_client, optee_examples and optee_test to the
newer 4.9.0 tag.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Removed platform specific backported patches that are no longer
    needed.

 .../optee/optee-client-ti-version.inc                 |  8 ++------
 .../optee/optee-examples-ti-version.inc               |  4 ++--
 .../recipes-security/optee/optee-ftpm-ti-version.inc  |  4 ++--
 .../recipes-security/optee/optee-os-ti-overrides.inc  |  9 ---------
 .../recipes-security/optee/optee-os-ti-version.inc    | 11 ++---------
 .../recipes-security/optee/optee-test-ti-version.inc  |  5 ++---
 6 files changed, 10 insertions(+), 31 deletions(-)

diff --git a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
index ec10cefe..68b6b262 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
@@ -1,6 +1,2 @@
-PV = "4.7.0+git"
-SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
-
-SRC_URI:remove = " \
-    file://0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch \
-"
+PV = "4.9.0+git"
+SRCREV = "9f5e90918093c1d1cd264d8149081b64ab7ba672"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
index 91dd5e60..6ec2a83d 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
@@ -1,2 +1,2 @@
-PV = "4.7.0+git"
-SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"
+PV = "4.9.0+git"
+SRCREV = "934c7edb74a26e90f68024cf441073528444177f"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
index edc9d68e..350eb9c9 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
@@ -1,3 +1,3 @@
-PV = "4.7.0+git"
+PV = "4.9.0+git"
 OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}"
-SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"
+SRCREV_optee-ta = "a09269b15de635e1816fe832e26adfbfb44c5455"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
index 30dbb430..83087030 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
@@ -78,12 +78,3 @@ RDEPENDS:${PN} += "${PN}-ta"
 
 # This is needed for bl32.elf
 INSANE_SKIP:${PN}:append:k3 = " textrel"
-
-# LPM support patch for Jacinto platforms (J7200, J742S2, J784S4)
-OPTEE_JACINTO_LPM_PATCHES = " \
-    file://0001-plat-k3-drivers-Open-TRNG-firewall-for-TIFS-on-all-k.patch \
-"
-
-SRC_URI:append:j7200 = " ${OPTEE_JACINTO_LPM_PATCHES}"
-SRC_URI:append:j742s2 = " ${OPTEE_JACINTO_LPM_PATCHES}"
-SRC_URI:append:j784s4 = " ${OPTEE_JACINTO_LPM_PATCHES}"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
index 9b1db77b..8f75db04 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
@@ -1,9 +1,2 @@
-PV = "4.7.0+git"
-SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
-
-SRC_URI:remove = " \
-    file://0001-mk-compile.mk-remove-absolute-build-time-paths.patch \
-    file://0001-compile.mk-use-CFLAGS-from-environment.patch \
-    file://0002-link.mk-use-CFLAGS-with-version.o.patch \
-    file://0003-link.mk-generate-version.o-in-link-out-dir.patch \
-"
+PV = "4.9.0+git"
+SRCREV = "c2b0684fcd89929976a8726e6e3af922b48dd2c7"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
index 2d8fd8b2..15b43063 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
@@ -1,5 +1,4 @@
 FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
 
-PV = "4.7.0+git"
-SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
-
+PV = "4.9.0+git"
+SRCREV = "b27648ea8472cceceb8dda368a965c709066f7aa"
-- 
2.43.0



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

* Re: [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
  2026-02-12 22:19 [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag Ryan Eatmon
@ 2026-02-12 22:28 ` PRC Automation
  2026-02-23 18:09 ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: PRC Automation @ 2026-02-12 22:28 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

meta-ti / na / 20260212221955.3319340-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
From: Manorit Chawdhry <m-chawdhry@ti.com>
- Date: Date: Thu, 12 Feb 2026 16:19:55 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 1b10e134d9d91a01f9b3fc28bea2eef3032c8fc4

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602111800
- Commit SHA: a6bf8a8f6ecbd6c7f8305690a9a0dbd0f67b576c

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed





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

* Re: [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
  2026-02-12 22:19 [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag Ryan Eatmon
  2026-02-12 22:28 ` PRC Automation
@ 2026-02-23 18:09 ` Denys Dmytriyenko
  2026-02-23 20:56   ` Ryan Eatmon
       [not found]   ` <1896FBA74F1F90D0.1454197@lists.yoctoproject.org>
  1 sibling, 2 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2026-02-23 18:09 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

On Thu, Feb 12, 2026 at 04:19:55PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> From: Manorit Chawdhry <m-chawdhry@ti.com>
> 
> Update optee_os, optee_client, optee_examples and optee_test to the
> newer 4.9.0 tag.
> 
> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> v2: Removed platform specific backported patches that are no longer
>     needed.
> 
>  .../optee/optee-client-ti-version.inc                 |  8 ++------
>  .../optee/optee-examples-ti-version.inc               |  4 ++--
>  .../recipes-security/optee/optee-ftpm-ti-version.inc  |  4 ++--
>  .../recipes-security/optee/optee-os-ti-overrides.inc  |  9 ---------
>  .../recipes-security/optee/optee-os-ti-version.inc    | 11 ++---------
>  .../recipes-security/optee/optee-test-ti-version.inc  |  5 ++---
>  6 files changed, 10 insertions(+), 31 deletions(-)
> 
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
> index ec10cefe..68b6b262 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
> @@ -1,6 +1,2 @@
> -PV = "4.7.0+git"
> -SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
> -
> -SRC_URI:remove = " \
> -    file://0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch \
> -"
> +PV = "4.9.0+git"
> +SRCREV = "9f5e90918093c1d1cd264d8149081b64ab7ba672"
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
> index 91dd5e60..6ec2a83d 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
> @@ -1,2 +1,2 @@
> -PV = "4.7.0+git"
> -SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"
> +PV = "4.9.0+git"
> +SRCREV = "934c7edb74a26e90f68024cf441073528444177f"
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
> index edc9d68e..350eb9c9 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
> @@ -1,3 +1,3 @@
> -PV = "4.7.0+git"
> +PV = "4.9.0+git"
>  OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}"
> -SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"
> +SRCREV_optee-ta = "a09269b15de635e1816fe832e26adfbfb44c5455"
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
> index 30dbb430..83087030 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
> @@ -78,12 +78,3 @@ RDEPENDS:${PN} += "${PN}-ta"
>  
>  # This is needed for bl32.elf
>  INSANE_SKIP:${PN}:append:k3 = " textrel"
> -
> -# LPM support patch for Jacinto platforms (J7200, J742S2, J784S4)
> -OPTEE_JACINTO_LPM_PATCHES = " \
> -    file://0001-plat-k3-drivers-Open-TRNG-firewall-for-TIFS-on-all-k.patch \

The patch file was left behind unused...


> -"
> -
> -SRC_URI:append:j7200 = " ${OPTEE_JACINTO_LPM_PATCHES}"
> -SRC_URI:append:j742s2 = " ${OPTEE_JACINTO_LPM_PATCHES}"
> -SRC_URI:append:j784s4 = " ${OPTEE_JACINTO_LPM_PATCHES}"
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
> index 9b1db77b..8f75db04 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
> @@ -1,9 +1,2 @@
> -PV = "4.7.0+git"
> -SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
> -
> -SRC_URI:remove = " \
> -    file://0001-mk-compile.mk-remove-absolute-build-time-paths.patch \
> -    file://0001-compile.mk-use-CFLAGS-from-environment.patch \
> -    file://0002-link.mk-use-CFLAGS-with-version.o.patch \
> -    file://0003-link.mk-generate-version.o-in-link-out-dir.patch \
> -"
> +PV = "4.9.0+git"
> +SRCREV = "c2b0684fcd89929976a8726e6e3af922b48dd2c7"
> diff --git a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
> index 2d8fd8b2..15b43063 100644
> --- a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
> +++ b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
> @@ -1,5 +1,4 @@
>  FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
>  
> -PV = "4.7.0+git"
> -SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
> -
> +PV = "4.9.0+git"
> +SRCREV = "b27648ea8472cceceb8dda368a965c709066f7aa"
> -- 
> 2.43.0


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

* Re: [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
  2026-02-23 18:09 ` Denys Dmytriyenko
@ 2026-02-23 20:56   ` Ryan Eatmon
       [not found]   ` <1896FBA74F1F90D0.1454197@lists.yoctoproject.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2026-02-23 20:56 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti



On 2/23/2026 12:09 PM, Denys Dmytriyenko wrote:
> On Thu, Feb 12, 2026 at 04:19:55PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
>> From: Manorit Chawdhry <m-chawdhry@ti.com>
>>
>> Update optee_os, optee_client, optee_examples and optee_test to the
>> newer 4.9.0 tag.
>>
>> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>> v2: Removed platform specific backported patches that are no longer
>>      needed.
>>
>>   .../optee/optee-client-ti-version.inc                 |  8 ++------
>>   .../optee/optee-examples-ti-version.inc               |  4 ++--
>>   .../recipes-security/optee/optee-ftpm-ti-version.inc  |  4 ++--
>>   .../recipes-security/optee/optee-os-ti-overrides.inc  |  9 ---------
>>   .../recipes-security/optee/optee-os-ti-version.inc    | 11 ++---------
>>   .../recipes-security/optee/optee-test-ti-version.inc  |  5 ++---
>>   6 files changed, 10 insertions(+), 31 deletions(-)
>>
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>> index ec10cefe..68b6b262 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>> @@ -1,6 +1,2 @@
>> -PV = "4.7.0+git"
>> -SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
>> -
>> -SRC_URI:remove = " \
>> -    file://0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch \
>> -"
>> +PV = "4.9.0+git"
>> +SRCREV = "9f5e90918093c1d1cd264d8149081b64ab7ba672"
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>> index 91dd5e60..6ec2a83d 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>> @@ -1,2 +1,2 @@
>> -PV = "4.7.0+git"
>> -SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"
>> +PV = "4.9.0+git"
>> +SRCREV = "934c7edb74a26e90f68024cf441073528444177f"
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>> index edc9d68e..350eb9c9 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>> @@ -1,3 +1,3 @@
>> -PV = "4.7.0+git"
>> +PV = "4.9.0+git"
>>   OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}"
>> -SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"
>> +SRCREV_optee-ta = "a09269b15de635e1816fe832e26adfbfb44c5455"
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>> index 30dbb430..83087030 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>> @@ -78,12 +78,3 @@ RDEPENDS:${PN} += "${PN}-ta"
>>   
>>   # This is needed for bl32.elf
>>   INSANE_SKIP:${PN}:append:k3 = " textrel"
>> -
>> -# LPM support patch for Jacinto platforms (J7200, J742S2, J784S4)
>> -OPTEE_JACINTO_LPM_PATCHES = " \
>> -    file://0001-plat-k3-drivers-Open-TRNG-firewall-for-TIFS-on-all-k.patch \
> 
> The patch file was left behind unused...
> 

I need to add that check to PRC.

>> -"
>> -
>> -SRC_URI:append:j7200 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>> -SRC_URI:append:j742s2 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>> -SRC_URI:append:j784s4 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>> index 9b1db77b..8f75db04 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>> @@ -1,9 +1,2 @@
>> -PV = "4.7.0+git"
>> -SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
>> -
>> -SRC_URI:remove = " \
>> -    file://0001-mk-compile.mk-remove-absolute-build-time-paths.patch \
>> -    file://0001-compile.mk-use-CFLAGS-from-environment.patch \
>> -    file://0002-link.mk-use-CFLAGS-with-version.o.patch \
>> -    file://0003-link.mk-generate-version.o-in-link-out-dir.patch \
>> -"
>> +PV = "4.9.0+git"
>> +SRCREV = "c2b0684fcd89929976a8726e6e3af922b48dd2c7"
>> diff --git a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>> index 2d8fd8b2..15b43063 100644
>> --- a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>> +++ b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>> @@ -1,5 +1,4 @@
>>   FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
>>   
>> -PV = "4.7.0+git"
>> -SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
>> -
>> +PV = "4.9.0+git"
>> +SRCREV = "b27648ea8472cceceb8dda368a965c709066f7aa"
>> -- 
>> 2.43.0

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag
       [not found]   ` <1896FBA74F1F90D0.1454197@lists.yoctoproject.org>
@ 2026-02-23 21:48     ` Ryan Eatmon
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2026-02-23 21:48 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti



On 2/23/2026 2:56 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
> 
> 
> On 2/23/2026 12:09 PM, Denys Dmytriyenko wrote:
>> On Thu, Feb 12, 2026 at 04:19:55PM -0600, Ryan Eatmon via 
>> lists.yoctoproject.org wrote:
>>> From: Manorit Chawdhry <m-chawdhry@ti.com>
>>>
>>> Update optee_os, optee_client, optee_examples and optee_test to the
>>> newer 4.9.0 tag.
>>>
>>> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
>>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>>> ---
>>> v2: Removed platform specific backported patches that are no longer
>>>      needed.
>>>
>>>   .../optee/optee-client-ti-version.inc                 |  8 ++------
>>>   .../optee/optee-examples-ti-version.inc               |  4 ++--
>>>   .../recipes-security/optee/optee-ftpm-ti-version.inc  |  4 ++--
>>>   .../recipes-security/optee/optee-os-ti-overrides.inc  |  9 ---------
>>>   .../recipes-security/optee/optee-os-ti-version.inc    | 11 ++---------
>>>   .../recipes-security/optee/optee-test-ti-version.inc  |  5 ++---
>>>   6 files changed, 10 insertions(+), 31 deletions(-)
>>>
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>>> index ec10cefe..68b6b262 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-client-ti-version.inc
>>> @@ -1,6 +1,2 @@
>>> -PV = "4.7.0+git"
>>> -SRCREV = "23c112a6f05cc5e39bd4aaf52ad515cad532237d"
>>> -
>>> -SRC_URI:remove = " \
>>> -    
>>> file://0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch \
>>> -"
>>> +PV = "4.9.0+git"
>>> +SRCREV = "9f5e90918093c1d1cd264d8149081b64ab7ba672"
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>>> index 91dd5e60..6ec2a83d 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-examples-ti-version.inc
>>> @@ -1,2 +1,2 @@
>>> -PV = "4.7.0+git"
>>> -SRCREV = "14321a0607db16099d158478b21a2b2e37b3a935"
>>> +PV = "4.9.0+git"
>>> +SRCREV = "934c7edb74a26e90f68024cf441073528444177f"
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>>> index edc9d68e..350eb9c9 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
>>> @@ -1,3 +1,3 @@
>>> -PV = "4.7.0+git"
>>> +PV = "4.9.0+git"
>>>   OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' 
>>> or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % 
>>> d.getVar('PV')}"
>>> -SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"
>>> +SRCREV_optee-ta = "a09269b15de635e1816fe832e26adfbfb44c5455"
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>>> index 30dbb430..83087030 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
>>> @@ -78,12 +78,3 @@ RDEPENDS:${PN} += "${PN}-ta"
>>>   # This is needed for bl32.elf
>>>   INSANE_SKIP:${PN}:append:k3 = " textrel"
>>> -
>>> -# LPM support patch for Jacinto platforms (J7200, J742S2, J784S4)
>>> -OPTEE_JACINTO_LPM_PATCHES = " \
>>> -    
>>> file://0001-plat-k3-drivers-Open-TRNG-firewall-for-TIFS-on-all-k.patch \
>>
>> The patch file was left behind unused...
>>
> 
> I need to add that check to PRC.

First pass... 2 patches in meta-ti, and 2 in meta-arago...  we have a 
tiny bit of cleanup to do...  patches incoming.


>>> -"
>>> -
>>> -SRC_URI:append:j7200 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>>> -SRC_URI:append:j742s2 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>>> -SRC_URI:append:j784s4 = " ${OPTEE_JACINTO_LPM_PATCHES}"
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>>> index 9b1db77b..8f75db04 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc
>>> @@ -1,9 +1,2 @@
>>> -PV = "4.7.0+git"
>>> -SRCREV = "a9690ae39995af36a31b7a4f446f27ea0787e3a4"
>>> -
>>> -SRC_URI:remove = " \
>>> -    file://0001-mk-compile.mk-remove-absolute-build-time-paths.patch \
>>> -    file://0001-compile.mk-use-CFLAGS-from-environment.patch \
>>> -    file://0002-link.mk-use-CFLAGS-with-version.o.patch \
>>> -    file://0003-link.mk-generate-version.o-in-link-out-dir.patch \
>>> -"
>>> +PV = "4.9.0+git"
>>> +SRCREV = "c2b0684fcd89929976a8726e6e3af922b48dd2c7"
>>> diff --git 
>>> a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc 
>>> b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>>> index 2d8fd8b2..15b43063 100644
>>> --- a/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>>> +++ b/meta-ti-bsp/recipes-security/optee/optee-test-ti-version.inc
>>> @@ -1,5 +1,4 @@
>>>   FILESEXTRAPATHS:prepend := "${THISDIR}/optee-test:"
>>> -PV = "4.7.0+git"
>>> -SRCREV = "a15be9eca1b7e935917d834284726027dffc8cfb"
>>> -
>>> +PV = "4.9.0+git"
>>> +SRCREV = "b27648ea8472cceceb8dda368a965c709066f7aa"
>>> -- 
>>> 2.43.0
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#19565): https://lists.yoctoproject.org/g/meta-ti/message/19565
> Mute This Topic: https://lists.yoctoproject.org/mt/117783503/6551054
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [reatmon@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

end of thread, other threads:[~2026-02-23 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 22:19 [meta-ti][master][PATCH v2] optee: Update to 4.9.0 tag Ryan Eatmon
2026-02-12 22:28 ` PRC Automation
2026-02-23 18:09 ` Denys Dmytriyenko
2026-02-23 20:56   ` Ryan Eatmon
     [not found]   ` <1896FBA74F1F90D0.1454197@lists.yoctoproject.org>
2026-02-23 21:48     ` Ryan Eatmon

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.