From 67a9b0cff91f63f087639fd33d16598dda6f7d09 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 21 Jul 2021 15:37:12 -0400 Subject: 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 Change-Id: I87e61017bb753ecbe9904b4ecf0afd3d0824d8be --- .../recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg