]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: Add support for UUID
authorJuro Bystricky <juro.bystricky@intel.com>
Wed, 3 Jun 2015 18:07:24 +0000 (11:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:41 +0000 (23:55 +0100)
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 <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/qemu.inc

index 4274b252e5b4d8c68a7fd53167c42a4b96d90aa7..ca94fb223d9a0e210d00a914e1838cf79a9aed66 100644 (file)
@@ -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)}"