[oe-commits] Juro Bystricky : qemu: Add support for UUID

git at git.openembedded.org git at git.openembedded.org
Thu Jun 11 23:00:48 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: abd4f4987b3ca15e92aafffff0e9a37ea9df081c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=abd4f4987b3ca15e92aafffff0e9a37ea9df081c

Author: Juro Bystricky <juro.bystricky at intel.com>
Date:   Wed Jun  3 11:07:24 2015 -0700

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 <juro.bystricky at intel.com>
Signed-off-by: Ross Burton <ross.burton at 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)}"



More information about the Openembedded-commits mailing list