summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2015-06-03 11:07:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:59:13 +0100
commit24be4dfe6a8af419474c937946fb502eacb6f941 (patch)
treef04b1a2b53d6c6f0225dadfd1b65c8a29d79060c /meta/recipes-devtools/qemu
parenta13c51e751ee76c990fe83f83544e448c6cf543d (diff)
downloadpoky-24be4dfe6a8af419474c937946fb502eacb6f941.tar.gz
qemu: Add support for UUID
Native qemu is used to to create VMDK and VDI images. VDI images need support for UUID, otherwise the resulting image will not boot. (From OE-Core rev: abd4f4987b3ca15e92aafffff0e9a37ea9df081c) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 4274b252e5..ca94fb223d 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -90,7 +90,7 @@ PACKAGECONFIG ??= " \
90 fdt sdl alsa \ 90 fdt sdl alsa \
91 ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ 91 ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \
92 " 92 "
93PACKAGECONFIG_class-native ??= "fdt alsa" 93PACKAGECONFIG_class-native ??= "fdt alsa uuid"
94PACKAGECONFIG_class-nativesdk ??= "fdt sdl" 94PACKAGECONFIG_class-nativesdk ??= "fdt sdl"
95NATIVEDEPS = "" 95NATIVEDEPS = ""
96NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" 96NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}"