summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-core2-32.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-10-12 14:43:43 -0700
committerSaul Wold <sgw@linux.intel.com>2016-10-17 08:07:53 -0700
commita7cc7abcc916b040f2638dbb2454ec53a6721cca (patch)
tree2d9dc5185b5b7da9d344c9735fe3599db8f178c4 /conf/machine/intel-core2-32.conf
parentb38cdec1ab468fc9c699608b9c4475cde10fecf7 (diff)
downloadmeta-intel-a7cc7abcc916b040f2638dbb2454ec53a6721cca.tar.gz
intel-core*: Add support for wic images
This adds WIC Image support to the core2 and corei7 Intel BSPs, these are all designed to be copied to USB sticks 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-core2-32.conf')
-rw-r--r--conf/machine/intel-core2-32.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index 5f8ee24f..f7ca3e65 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -32,3 +32,8 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
32APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" 32APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
33 33
34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" 34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
35
36IMAGE_FSTYPES += "wic"
37WKS_FILE ?= "systemd-bootdisk.wks"
38do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
39do_image_wic[recrdeptask] += "do_bootimg"