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.bystri...@intel.com> --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4274b25..ca94fb2 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)}" -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core