]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86*.conf: set wic-related parameters
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 24 Nov 2016 14:40:38 +0000 (16:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:44 +0000 (11:46 +0000)
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)

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>
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf

index b191ddd3cb577a4b7a22f0cf362941a42d2ca3eb..084551db6afe1e4ef0d57a3e437716ae71f8aeb7 100644 (file)
@@ -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"
index 8555fd6bfe78ff94ed5e777bc4fe167f704bb371..5cf024942f338037e71519c9e4079db0a3912aa9 100644 (file)
@@ -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"