mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
b38cdec1ab
commit
a7cc7abcc9
|
@ -32,3 +32,8 @@ SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
|
|||
APPEND += "rootwait console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
|
||||
|
||||
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
||||
|
||||
IMAGE_FSTYPES += "wic"
|
||||
WKS_FILE ?= "systemd-bootdisk.wks"
|
||||
do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
|
||||
do_image_wic[recrdeptask] += "do_bootimg"
|
||||
|
|
|
@ -31,3 +31,8 @@ SERIAL_CONSOLE = "115200 ttyS0"
|
|||
APPEND += "rootwait console=ttyS0,115200 console=tty0"
|
||||
|
||||
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
|
||||
|
||||
IMAGE_FSTYPES += "wic"
|
||||
WKS_FILE ?= "systemd-bootdisk.wks"
|
||||
do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"
|
||||
do_image_wic[recrdeptask] += "do_bootimg"
|
||||
|
|
Loading…
Reference in New Issue
Block a user