mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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:
committed by
Richard Purdie
parent
a13c51e751
commit
24be4dfe6a
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user