arm-trusted-firmware: Update patch override 23/26523/1
authorScott Murray <scott.murray@konsulko.com>
Wed, 21 Jul 2021 19:37:12 +0000 (15:37 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 22 Jul 2021 18:15:32 +0000 (18:15 +0000)
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
(cherry picked from commit 67a9b0cff91f63f087639fd33d16598dda6f7d09)

meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend

index d36946c..09c7a76 100644 (file)
@@ -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.