mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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 <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
d36563caf1
commit
0d2f235a4a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user