mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
qemux86*.conf: set wic-related parameters
Set directdisk.wks as default wks to use for qemux86 machines. Set requried dependeincies to build directdisk image. This should simplify building wic images for qemux86* machines. It should be enough to add wic to the list of IMAGE_FSTYPES to get the images built. [YOCTO #10637, YOCTO #8719] (From OE-Core rev: 8716b8b9be05e3f140bfa426a8e0d4eeaa2edcbe) (From OE-Core rev: 3d99674a712cf06c62aa3a98b6696d430547fcec) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
793092d1a1
commit
14f514d93c
@@ -31,3 +31,6 @@ XSERVER = "xserver-xorg \
|
||||
MACHINE_FEATURES += "x86"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
WKS_FILE = "directdisk.wks"
|
||||
do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
|
||||
|
||||
@@ -30,3 +30,6 @@ XSERVER = "xserver-xorg \
|
||||
MACHINE_FEATURES += "x86"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
WKS_FILE = "directdisk.wks"
|
||||
do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
|
||||
|
||||
Reference in New Issue
Block a user