From: Kai Kang <[email protected]>

qemu is not compatible with ppc32 and riscv32, so remove libvirt's
package config 'qemu' for them.

Signed-off-by: Kai Kang <[email protected]>
---
 recipes-extended/libvirt/libvirt_8.1.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/libvirt/libvirt_8.1.0.bb 
b/recipes-extended/libvirt/libvirt_8.1.0.bb
index 89f82bf..1de2988 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 \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'polkit', 
'', d)} \
                   "
 
-# qemu is NOT compatible with mips64
+# qemu is NOT compatible with mips64, powerpc and riscv32
 PACKAGECONFIG:remove:mipsarchn32 = "qemu"
 PACKAGECONFIG:remove:mipsarchn64 = "qemu"
+PACKAGECONFIG:remove:powerpc = "qemu"
+PACKAGECONFIG:remove:riscv32 = "qemu"
 
 # numactl is NOT compatible with arm
 PACKAGECONFIG:remove:arm = "numactl"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7664): 
https://lists.yoctoproject.org/g/meta-virtualization/message/7664
Mute This Topic: https://lists.yoctoproject.org/mt/94573410/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to