[yocto] [meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG

kai.kang at windriver.com kai.kang at windriver.com
Tue Aug 16 01:34:20 PDT 2016


From: Kai Kang <kai.kang at windriver.com>

qemu is not compatible with mips64, so remove 'qemu' which causes
libvirt depends on package qemu from PACKAGECONFIG for mips64.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 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,"
-- 
2.9.3




More information about the yocto mailing list