From a411cec3e0ee71bb62f5d38203295f344d28145a Mon Sep 17 00:00:00 2001 From: Khasim Mohammed Date: Thu, 23 Jul 2020 17:25:21 +0530 Subject: [PATCH] arm-bsp/wic: fix WKS dependencies for N1SDP components Add build-time dependencies to ensure the required components (TFA, SCP, UEFI EDK2) are built and available before the task to create wic image gets initiated. Change-Id: I3789c8d1a44984a26d31ddd8ddd5d16f4d58c7d3 Issue-Id: PLATFORMS-3134 Signed-off-by: Khasim Syed Mohammed Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/n1sdp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf index 139f6193..d6512702 100644 --- a/meta-arm-bsp/conf/machine/n1sdp.conf +++ b/meta-arm-bsp/conf/machine/n1sdp.conf @@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0" # Set default WKS WKS_FILE ?= "${@bb.utils.contains("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}" +WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}" # Use kernel provided by linaro (Contains support for SCMi or HDMI) PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"