summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-quark.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-10-12 17:11:55 -0700
committerSaul Wold <sgw@linux.intel.com>2016-10-17 08:07:53 -0700
commit755c4a95e951342cdcdfc680ddb2d0807ff4d6c5 (patch)
tree043026d57806fdbd722fba93c14e205c66fcd2b1 /conf/machine/intel-quark.conf
parenta7cc7abcc916b040f2638dbb2454ec53a6721cca (diff)
downloadmeta-intel-755c4a95e951342cdcdfc680ddb2d0807ff4d6c5.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-quark.conf')
-rw-r--r--conf/machine/intel-quark.conf6
1 files changed, 6 insertions, 0 deletions
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"
22 22
23# Ensure that the Lock prefix is omitted for the kernel" 23# Ensure that the Lock prefix is omitted for the kernel"
24KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" 24KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
25
26IMAGE_FSTYPES += "wic"
27WKS_FILE ?= "galileodisk-sd.wks"
28do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
29do_image_wic[recrdeptask] += "do_bootimg"
30