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>
This commit is contained in:
Juro Bystricky
2015-06-03 11:07:24 -07:00
committed by Richard Purdie
parent a13c51e751
commit 24be4dfe6a

View 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)}"