aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-07-21 15:37:12 -0400
committerScott Murray <scott.murray@konsulko.com>2021-07-21 15:40:19 -0400
commit67a9b0cff91f63f087639fd33d16598dda6f7d09 (patch)
tree9315be1b7c54ceb743a6a6c531875765a233e86d /meta-agl-refhw-gen3
parentc41ff5d9242d4c9e32237fcfeca18b727f641517 (diff)
arm-trusted-firmware: Update patch override
The override for the FDT deletion patch needs to be rcar-gen3 instead of agl-refhw-h3 so it will work when building with MACHINE=h3ulcb in the AGL build as well as when building standalone. Bug-AGL: SPEC-3916 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I87e61017bb753ecbe9904b4ecf0afd3d0824d8be
Diffstat (limited to 'meta-agl-refhw-gen3')
-rw-r--r--meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend b/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend
index d36946c..09c7a76 100644
--- a/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend
+++ b/meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend
@@ -1,6 +1,6 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append_agl-refhw-h3 = " file://0001-rcar_gen3-plat-Delete-FDT-function-calls.patch"
+SRC_URI_append_rcar-gen3 = " file://0001-rcar_gen3-plat-Delete-FDT-function-calls.patch"
# Apply the patch AGL applies for all rcar3 in meta-agl-bsp when
# building the standalone agl-refhw-h3 machine.