1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm/trusted-firmware-a: remove git-specific recipe

This recipe isn't used by any machines and isn't tested, so remove it.

Machines that use a git snapshot should extend the closest versioned recipe
instead.

Change-Id: Ia0970f2d0491204c23d171c065e85c9f65f9472f
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-12-22 14:25:14 +00:00
committed by Jon Mason
parent e454387d9f
commit 6dbf49d633
@@ -1,27 +0,0 @@
# Trusted firmware-A points a commit rather a tag
#
# This is only a base receipt and should be bbextended with suitable SRCREV_tfa
# and SRCREV_MBEDTLS and target TFA_* variables
# Never select this if another version is available
DEFAULT_PREFERENCE = "-1"
require trusted-firmware-a.inc
# Use TF-A for version
SRCREV_FORMAT = "tfa"
LIC_FILES_CHKSUM += "file://docs/license.rst;md5=189505435dbcdcc8caa63c46fe93fa89"
#
# mbed TLS source
# 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"
LIC_FILES_CHKSUM_MBEDTLS = " \
file://mbedtls/apache-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
file://mbedtls/LICENSE;md5=302d50a6369f5f22efdb674db908167a \
"