diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-10-12 14:43:43 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-10-17 08:07:53 -0700 |
commit | a7cc7abcc916b040f2638dbb2454ec53a6721cca (patch) | |
tree | 2d9dc5185b5b7da9d344c9735fe3599db8f178c4 /conf/machine | |
parent | b38cdec1ab468fc9c699608b9c4475cde10fecf7 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/intel-core2-32.conf | 5 | ||||
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 5 |
2 files changed, 10 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" | |||
32 | APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" | 32 | APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" |
33 | 33 | ||
34 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 34 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |
35 | |||
36 | IMAGE_FSTYPES += "wic" | ||
37 | WKS_FILE ?= "systemd-bootdisk.wks" | ||
38 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" | ||
39 | do_image_wic[recrdeptask] += "do_bootimg" | ||
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 30d492f8..ddaa8a32 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -31,3 +31,8 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" | 31 | APPEND += "rootwait console=ttyS0,115200 console=tty0" |
32 | 32 | ||
33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" | 33 | PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915" |
34 | |||
35 | IMAGE_FSTYPES += "wic" | ||
36 | WKS_FILE ?= "systemd-bootdisk.wks" | ||
37 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" | ||
38 | do_image_wic[recrdeptask] += "do_bootimg" | ||