diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-11-24 16:40:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:07 +0000 |
commit | 8a00c404ab7717c50bc43d12b78bede1d68c109e (patch) | |
tree | ab417a8d655e5c9ba445923bf9a661e3322c7032 | |
parent | 80f9d337615639fe852ddcb96ce9de929958d945 (diff) | |
download | poky-8a00c404ab7717c50bc43d12b78bede1d68c109e.tar.gz |
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)
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>
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 3 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index f2b2aebf95..755972489f 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -28,3 +28,6 @@ XSERVER = "xserver-xorg \ | |||
28 | MACHINE_FEATURES += "x86" | 28 | MACHINE_FEATURES += "x86" |
29 | 29 | ||
30 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | 30 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
31 | |||
32 | WKS_FILE = "directdisk.wks" | ||
33 | do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 09555ad548..77859994c9 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -27,3 +27,6 @@ XSERVER = "xserver-xorg \ | |||
27 | MACHINE_FEATURES += "x86" | 27 | MACHINE_FEATURES += "x86" |
28 | 28 | ||
29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
30 | |||
31 | WKS_FILE = "directdisk.wks" | ||
32 | do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||