From 35d35112661d85097265451e8b62f06789c31014 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 11 Aug 2020 14:47:46 +0100 Subject: [PATCH] arm/trusted-firmware-a: add branch name for mbedtls The mbedtls repository has had some branch/tag pruning so the tags we were using are no longer on 'master'. Set the right branch name so the fetch is successful. Change-Id: I07dc7045cd7784b7e93e14c3a24721a22b79da8a Signed-off-by: Ross Burton --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb index 4d412027..c960c33a 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.1.bb @@ -24,7 +24,7 @@ SRC_URI[tfa.sha256sum] = "7c4c00a4f28d3cfbb235fd1a1fb28c4d2fc1d657c9301686e7d882 # Those are used in trusted-firmware-a.inc if TFA_MBEDTLS is set to 1 # -SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;destsuffix=git/mbedtls" +SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;destsuffix=git/mbedtls;branch=mbedtls-2.16" # mbed TLS v2.16.2 SRCREV_mbedtls = "d81c11b8ab61fd5b2da8133aa73c5fe33a0633eb"