mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm-bsp/trusted-firmware-a: adapt for patched recipe
The base trusted-firmware-a recipe is now patched, but these BSPs chose to use an intermediate SHA instead of the release. This SHA already contains the patch, so we need to remove it from SRC_URI. Change-Id: I69fab93cefd2e8b38474e308c6f2910454ba3a81 Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -13,6 +13,9 @@ LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
|
||||
# fdts: corstone700: add NXP isp1763 node to device tree
|
||||
SRCREV_tfa = "a6f65b11529b618ff04017f64054dc661c489068"
|
||||
|
||||
# This is incorporated into the SRCREV above
|
||||
SRC_URI_remove = "file://0001-fdts-a5ds-Fix-for-the-system-timer-issue.patch"
|
||||
|
||||
PV = "2.3+git${SRCPV}"
|
||||
|
||||
EXTRA_OEMAKE_append = " \
|
||||
|
||||
@@ -8,10 +8,12 @@ TFA_DEBUG = "1"
|
||||
TFA_MBEDTLS = "0"
|
||||
TFA_UBOOT = "0"
|
||||
|
||||
SRCREV_tfa = "dffd5192df41e77e27bb524bfe64d747c1c43522"
|
||||
|
||||
SRC_URI_append = " \
|
||||
file://0001-n1sdp-arm-tf-disable-workaround-for-N1-Erratum-13157.patch \
|
||||
"
|
||||
|
||||
SRCREV_tfa = "dffd5192df41e77e27bb524bfe64d747c1c43522"
|
||||
# This is incorporated into the SRCREV above
|
||||
SRC_URI_remove = "file://0001-fdts-a5ds-Fix-for-the-system-timer-issue.patch"
|
||||
|
||||
PV = "2.3+git${SRCPV}"
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
# Intermediate SHA with 2.3 baseline version
|
||||
SRCREV_tfa = "16796a25fefc4ecf780211bf554d3b8dc5436fa4"
|
||||
|
||||
# This is incorporated into the SRCREV above
|
||||
SRC_URI_remove = "file://0001-fdts-a5ds-Fix-for-the-system-timer-issue.patch"
|
||||
|
||||
DEPENDS += "scp-firmware"
|
||||
|
||||
COMPATIBLE_MACHINE = "tc0"
|
||||
|
||||
Reference in New Issue
Block a user