From patchwork Fri Aug 28 10:49:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-arm] arm-bsp/trusted-firmware-a: reorder the build targets From: Ross Burton X-Patchwork-Id: 175774 Message-Id: <20200828104934.1325606-1-ross.burton@arm.com> To: meta-arm@lists.yoctoproject.org Date: Fri, 28 Aug 2020 11:49:34 +0100 Build the DTBs before the FIP, as the latter depends on the former to exist. Change-Id: I6059805458b12cb87c2af77eb924778844dc88ec Signed-off-by: Ross Burton --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc index c685d7d..3aa8520 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc @@ -5,7 +5,7 @@ TFA_PLATFORM = "juno" TFA_DEBUG = "1" TFA_MBEDTLS = "1" TFA_UBOOT = "1" -TFA_BUILD_TARGET = "bl1 bl2 bl31 fip dtbs" +TFA_BUILD_TARGET = "bl1 bl2 bl31 dtbs fip" # Juno needs the System Control Processor Firmware DEPENDS += "virtual/control-processor-firmware"