From: Manorit Chawdhry <[email protected]> OPTEE tests is not being upgraded due to a newer python dependency for the build
Signed-off-by: Manorit Chawdhry <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../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 --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 -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16127): https://lists.yoctoproject.org/g/meta-ti/message/16127 Mute This Topic: https://lists.yoctoproject.org/mt/97725067/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
