* [PATCH] arm-bsp/trusted-firmware-a: reorder the build targets
@ 2020-08-28 10:49 Ross Burton
2020-08-31 20:28 ` [meta-arm] " Jon Mason
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2020-08-28 10:49 UTC (permalink / raw)
To: meta-arm
Build the DTBs before the FIP, as the latter depends on the former to exist.
Change-Id: I6059805458b12cb87c2af77eb924778844dc88ec
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
.../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"
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-arm] [PATCH] arm-bsp/trusted-firmware-a: reorder the build targets
2020-08-28 10:49 [PATCH] arm-bsp/trusted-firmware-a: reorder the build targets Ross Burton
@ 2020-08-31 20:28 ` Jon Mason
0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2020-08-31 20:28 UTC (permalink / raw)
To: Ross Burton; +Cc: meta-arm
On Fri, Aug 28, 2020 at 11:49:34AM +0100, Ross Burton wrote:
> Build the DTBs before the FIP, as the latter depends on the former to exist.
>
> Change-Id: I6059805458b12cb87c2af77eb924778844dc88ec
> Signed-off-by: Ross Burton <ross.burton@arm.com>
Pulled into master.
Thanks,
Jon
> ---
> .../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"
> --
> 2.28.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-31 20:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 10:49 [PATCH] arm-bsp/trusted-firmware-a: reorder the build targets Ross Burton
2020-08-31 20:28 ` [meta-arm] " Jon Mason
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.