From patchwork Tue Dec 7 18:19:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 1051 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 6DE35C433FE for ; Tue, 7 Dec 2021 18:20:03 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.870.1638901202509536771 for ; Tue, 07 Dec 2021 10:20:02 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 230DA11FB for ; Tue, 7 Dec 2021 10:20:02 -0800 (PST) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C0AE73F73B for ; Tue, 7 Dec 2021 10:20:01 -0800 (PST) From: Ross Burton To: meta-arm@lists.yoctoproject.org Subject: [PATCH 4/5] arm/trusted-firmware-a: add new recipe for 2.6 Date: Tue, 7 Dec 2021 18:19:55 +0000 Message-Id: <20211207181956.900131-4-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211207181956.900131-1-ross.burton@arm.com> References: <20211207181956.900131-1-ross.burton@arm.com> 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 ; Tue, 07 Dec 2021 18:20:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/2558 Keeping 2.5 around temporarily until all of the machines are ported. Signed-off-by: Ross Burton --- .../trusted-firmware-a/trusted-firmware-a_2.6.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bb diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bb b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bb new file mode 100644 index 00000000..ec1bec95 --- /dev/null +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.6.bb @@ -0,0 +1,12 @@ +require trusted-firmware-a.inc + +# TF-A v2.6 +SRCREV_tfa = "a1f02f4f3daae7e21ee58b4c93ec3e46b8f28d15" + +LIC_FILES_CHKSUM += "file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" + +# mbed TLS v2.26.0 +SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;destsuffix=git/mbedtls;branch=master" +SRCREV_mbedtls = "e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400" + +LIC_FILES_CHKSUM_MBEDTLS = "file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"