From: Juro Bystricky Date: Wed, 3 Jun 2015 18:07:24 +0000 (-0700) Subject: qemu: Add support for UUID X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd4f4987b3ca15e92aafffff0e9a37ea9df081c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4274b252e5b..ca94fb223d9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -90,7 +90,7 @@ PACKAGECONFIG ??= " \ fdt sdl alsa \ ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ " -PACKAGECONFIG_class-native ??= "fdt alsa" +PACKAGECONFIG_class-native ??= "fdt alsa uuid" PACKAGECONFIG_class-nativesdk ??= "fdt sdl" NATIVEDEPS = "" NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}"