1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

arm-bsp/trusted-firmware-a: consolidate FILESEXTRAPATHS

There's no need to set FILESEXTRAPATHS to "${THISDIR}/files/n1sdp:" when
n1sdp is the name of the current MACHINE as bitbake will search for
override-named directories automatically.

Instead just add ${THISDIR}/files and let bitbake do it's thing.

Change-Id: I0f58933ff9e56ee41a8fdd55f467d263c4e1b1e7
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-07-07 17:24:59 +01:00
committed by Jon Mason
parent 4ed1f47078
commit 940605ac1c
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ TFA_DEBUG = "1"
TFA_MBEDTLS = "0"
TFA_UBOOT = "0"
FILESEXTRAPATHS_prepend := "${THISDIR}/files/n1sdp:"
SRC_URI_append = " \
file://0001-n1sdp-arm-tf-disable-workaround-for-N1-Erratum-13157.patch \
"

View File

@@ -1,3 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
# Machine specific TFAs
MACHINE_TFA_REQUIRE ?= ""