summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_8.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libvirt/libvirt_8.1.0.bb')
-rw-r--r--recipes-extended/libvirt/libvirt_8.1.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_8.1.0.bb b/recipes-extended/libvirt/libvirt_8.1.0.bb
index 89f82bf8..1de2988c 100644
--- a/recipes-extended/libvirt/libvirt_8.1.0.bb
+++ b/recipes-extended/libvirt/libvirt_8.1.0.bb
@@ -122,9 +122,11 @@ PACKAGECONFIG ??= "gnutls qemu yajl openvz vmware vbox esx lxc test remote \
122 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'polkit', '', d)} \ 122 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'polkit', '', d)} \
123 " 123 "
124 124
125# qemu is NOT compatible with mips64 125# qemu is NOT compatible with mips64, powerpc and riscv32
126PACKAGECONFIG:remove:mipsarchn32 = "qemu" 126PACKAGECONFIG:remove:mipsarchn32 = "qemu"
127PACKAGECONFIG:remove:mipsarchn64 = "qemu" 127PACKAGECONFIG:remove:mipsarchn64 = "qemu"
128PACKAGECONFIG:remove:powerpc = "qemu"
129PACKAGECONFIG:remove:riscv32 = "qemu"
128 130
129# numactl is NOT compatible with arm 131# numactl is NOT compatible with arm
130PACKAGECONFIG:remove:arm = "numactl" 132PACKAGECONFIG:remove:arm = "numactl"