arm-trusted-firmware: Update patch override 07/26507/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 21 Jul 2021 19:37:12 +0000 (15:37 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 21 Jul 2021 19:40:19 +0000 (15:40 -0400)
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

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.