From 755c4a95e951342cdcdfc680ddb2d0807ff4d6c5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 12 Oct 2016 17:11:55 -0700 Subject: intel-quark: Add WIC image creation This adds WIC Image support to the Quark Intel BSPs, these are all designed to be copied to MicroSD Cards via dd. This will create an efi boot partition along with a user space partition. It is not currently setup to have an install target, it only has a live boot target. Signed-off-by: Saul Wold --- conf/machine/intel-quark.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index ad673198..70cb45e5 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -22,3 +22,9 @@ EFI_PROVIDER = "systemd-boot" # Ensure that the Lock prefix is omitted for the kernel" KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" + +IMAGE_FSTYPES += "wic" +WKS_FILE ?= "galileodisk-sd.wks" +do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" +do_image_wic[recrdeptask] += "do_bootimg" + -- cgit v1.2.3-54-g00ecf