On 2016-08-16 04:34 AM, [email protected] wrote:
From: Kai Kang <[email protected]>
qemu is not compatible with mips64, so remove 'qemu' which causes
libvirt depends on package qemu from PACKAGECONFIG for mips64.
Can you clarify "not compatible" ? i.e. capture the error message, or
describe the runtime issues.
Bruce
Signed-off-by: Kai Kang <[email protected]>
---
recipes-extended/libvirt/libvirt_1.3.5.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb
b/recipes-extended/libvirt/libvirt_1.3.5.bb
index 6222b69..68e0885 100644
--- a/recipes-extended/libvirt/libvirt_1.3.5.bb
+++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
@@ -173,6 +173,9 @@ PACKAGECONFIG ??= "qemu yajl uml openvz vmware vbox esx
iproute2 lxc test \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'polkit',
'', d)} \
"
+# qemu is NOT compatible with mips64
+PACKAGECONFIG_remove_class-target_mips64 = "qemu"
+
# enable,disable,depends,rdepends
#
PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu,"
--
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization