diff mbox series

[kirkstone,17/54] optee: update optee components to 3.20 tag

Message ID 20230320041241.1293077-18-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series 2023.03 sync up with Dunfell | expand

Commit Message

Denys Dmytriyenko March 20, 2023, 4:12 a.m. UTC
From: Manorit Chawdhry <m-chawdhry@ti.com>

OPTEE tests is not being upgraded due to a newer python dependency for
the build

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-security/optee/optee-client_3.16%.bbappend   | 9 ++++++---
 .../recipes-security/optee/optee-examples_%.bbappend     | 5 +++--
 .../recipes-security/optee/optee-os_3.16%.bbappend       | 4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend
index 61760b8e..19db3827 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend
@@ -1,4 +1,7 @@ 
-PV:ti-soc = "3.19.0+git${SRCPV}"
-SRCREV:ti-soc = "140bf463046071d3ca5ebbde3fb21ee0854e1951"
+PV:ti-soc = "3.20.0+git${SRCPV}"
+SRCREV:ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc"
 
-DEPENDS:append:ti-soc = "pkgconfig util-linux"
+inherit pkgconfig
+DEPENDS:append:ti-soc = " util-linux"
+
+EXTRA_OEMAKE:append:ti-soc = " PKG_CONFIG=pkg-config"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend
index 9c757f11..1760a6fa 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend
@@ -1,2 +1,3 @@ 
-PV:ti-soc = "3.19.0+git${SRCPV}"
-SRCREV:ti-soc = "f301ee9df2129c0db683e726c91dc2cefe4cdb65"
+PV:ti-soc = "3.20.0+git${SRCPV}"
+SRCREV:ti-soc = "a98d01e1b9168eaed96bcd0bac0df67c44a81081"
+SRC_URI = "git://github.com/linaro-swg/optee_examples.git;branch=master;protocol=https"
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend
index 8fdf6513..b29553d6 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend
@@ -1,5 +1,5 @@ 
-PV:ti-soc = "3.19.0+git${SRCPV}"
-SRCREV:ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf"
+PV:ti-soc = "3.20.0+git${SRCPV}"
+SRCREV:ti-soc = "3bc3809afe372ca7e8216fc5d7a64e965bb4ad70"
 
 # Use TI SECDEV for signing
 inherit ti-secdev