From 0d2f235a4acbb0ddec1a02d8c1825c5336a33852 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 26 Oct 2022 09:46:22 +0800 Subject: libvirt: remove package config qemu for powerpc and riscv32 qemu is not compatible with ppc32 and riscv32, so remove libvirt's package config 'qemu' for them. Signed-off-by: Kai Kang Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_8.1.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-extended') 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 \ ${@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" -- cgit v1.2.3-54-g00ecf