[3/3] arm-bsp/juno: also build EDK2 firmware

Message ID 20220111183044.3220036-3-ross.burton@arm.com
State New
Headers show
Series [1/3] arm/edk2-firmware: explicitly set level of parallelisation | expand

Commit Message

Ross Burton Jan. 11, 2022, 6:30 p.m. UTC
So that all possible combinations are built, add edk2-firmware to the
default image dependencies too.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/machine/juno.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-arm-bsp/conf/machine/juno.conf b/meta-arm-bsp/conf/machine/juno.conf
index 86253adf..18d52b30 100644
--- a/meta-arm-bsp/conf/machine/juno.conf
+++ b/meta-arm-bsp/conf/machine/juno.conf
@@ -22,7 +22,7 @@  PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
 PREFERRED_VERSION_linux-yocto ?= "5.4%"
 PREFERRED_VERSION_u-boot ?= "2020.07"
 
-EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot firmware-image-juno"
+EXTRA_IMAGEDEPENDS += "trusted-firmware-a edk2-firmware u-boot firmware-image-juno"
 
 # Juno u-boot configuration
 UBOOT_MACHINE = "vexpress_aemv8a_juno_defconfig"