All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/wic : add wic image support for N1SDP
@ 2020-07-15 14:06 Khasim Mohammed
  2020-07-17 13:15 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Khasim Mohammed @ 2020-07-15 14:06 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Khasim Syed Mohammed

- Update IMAGE_FSTYPES to generate a wic image
- Update MACHINE_FEATURES to include efi as supported feature on N1SDP

Change-Id: I8c75171270e3b643794af74b734825e1739999e5
Issue-Id: PLATFORMS-3134
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
 meta-arm-bsp/conf/machine/n1sdp.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
index 96a3859..139f619 100644
--- a/meta-arm-bsp/conf/machine/n1sdp.conf
+++ b/meta-arm-bsp/conf/machine/n1sdp.conf
@@ -11,7 +11,7 @@ require conf/machine/include/arm/arch-armv8a.inc
 KERNEL_IMAGETYPE = "Image"
 KERNEL_DEVICETREE = "n1sdp/n1sdp.dtb"
 
-IMAGE_FSTYPES += "tar.bz2 ext4"
+IMAGE_FSTYPES += "wic tar.bz2 ext4"
 
 SERIAL_CONSOLES = "115200;ttyAMA0"
 
@@ -37,3 +37,4 @@ EXTRA_IMAGEDEPENDS += "virtual/uefi-firmware"
 
 #grub-efi
 EFI_PROVIDER ?= "grub-efi"
+MACHINE_FEATURES += "efi"
-- 
2.17.1


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

end of thread, other threads:[~2020-07-17 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-15 14:06 [PATCH] arm-bsp/wic : add wic image support for N1SDP Khasim Mohammed
2020-07-17 13:15 ` [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.