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

arm/trusted-firmware-a: fix incorrect license checksum

TF-A 2.5 has a tweaked license.rst file but the checksum wasn't updated.
The CI didn't catch this because of an attempt at making warnings fatal,
which has the side effect of masking some warnings.

Update the checksum for that file, and add MIT explicitly to the license
list as all of the embedded projects are used under the MIT.

Change-Id: Id39b4c49c0efae30c6452e77b1cdf56e43b792d4
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-05-25 10:07:23 +01:00
parent 12a96ea774
commit 62bb67b1e7
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
DESCRIPTION = "Trusted Firmware-A"
LICENSE = "BSD-3-Clause"
LICENSE = "BSD-3-Clause & MIT"
PROVIDES = "virtual/trusted-firmware-a"
@@ -6,7 +6,7 @@ SRCREV_FORMAT = "tfa"
# TF-A v2.5
SRCREV_tfa = "1e13c500a0351ac4b55d09a63f7008e2438550f8"
LIC_FILES_CHKSUM += "file://docs/license.rst;md5=189505435dbcdcc8caa63c46fe93fa89"
LIC_FILES_CHKSUM += "file://docs/license.rst;md5=713afe122abbe07f067f939ca3c480c5"
# mbed TLS v2.26.0
SRC_URI_MBEDTLS = "git://github.com/ARMmbed/mbedtls.git;name=mbedtls;protocol=https;destsuffix=git/mbedtls;branch=master"