mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
a7cc7abcc9
commit
755c4a95e9
|
@ -22,3 +22,9 @@ EFI_PROVIDER = "systemd-boot"
|
||||||
|
|
||||||
# Ensure that the Lock prefix is omitted for the kernel"
|
# Ensure that the Lock prefix is omitted for the kernel"
|
||||||
KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes"
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user