All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
@ 2020-07-23 11:55 Khasim Mohammed
  2020-07-31 14:12 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 3+ messages in thread
From: Khasim Mohammed @ 2020-07-23 11:55 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Khasim Syed Mohammed

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 <khasim.mohammed@arm.com>
---
 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 139f619..d651270 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"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-31 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <16245FA85AB8779A.27593@lists.yoctoproject.org>
2020-07-31  7:26 ` [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components Khasim Mohammed
2020-07-31 14:11   ` Jon Mason
2020-07-23 11:55 Khasim Mohammed
2020-07-31 14:12 ` [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.