From patchwork Mon Mar 20 03:38:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 21243 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A85F2C7EE24 for ; Mon, 20 Mar 2023 03:38:48 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.6391.1679283525501366094 for ; Sun, 19 Mar 2023 20:38:45 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 9CBC040CCA for ; Mon, 20 Mar 2023 03:38:43 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ACj6kuYqDe3e for ; Mon, 20 Mar 2023 03:38:43 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 86C6040C62 for ; Mon, 20 Mar 2023 03:38:42 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id F3EA61637D5 for ; Sun, 19 Mar 2023 23:38:08 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Subject: [kirkstone][PATCH 17/54] optee: update optee components to 3.20 tag Date: Mon, 20 Mar 2023 03:38:03 +0000 Message-Id: <20230320033840.1193963-18-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230320033840.1193963-1-denis@denix.org> References: <20230320033840.1193963-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 20 Mar 2023 03:38:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16022 From: Manorit Chawdhry OPTEE tests is not being upgraded due to a newer python dependency for the build Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../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