diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-06-03 11:07:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:59:13 +0100 |
commit | 24be4dfe6a8af419474c937946fb502eacb6f941 (patch) | |
tree | f04b1a2b53d6c6f0225dadfd1b65c8a29d79060c /meta | |
parent | a13c51e751ee76c990fe83f83544e448c6cf543d (diff) | |
download | poky-24be4dfe6a8af419474c937946fb502eacb6f941.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4274b252e5..ca94fb223d 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -90,7 +90,7 @@ PACKAGECONFIG ??= " \ | |||
90 | fdt sdl alsa \ | 90 | fdt sdl alsa \ |
91 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ | 91 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ |
92 | " | 92 | " |
93 | PACKAGECONFIG_class-native ??= "fdt alsa" | 93 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" |
94 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" | 94 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" |
95 | NATIVEDEPS = "" | 95 | NATIVEDEPS = "" |
96 | NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" | 96 | NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" |