mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
qemu: remove support for some PowerPC processors in host qemu
The 620, 630, and 970 are not supported at this time by qemu. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit efc67deef38c9c69279c35b8e2665d81e8344e96) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e538642aa1
commit
4d6f105c40
@ -6,6 +6,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
|
||||
BR2_mips64 || BR2_mips64el || BR2_powerpc || \
|
||||
BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
|
||||
BR2_sparc || BR2_x86_64
|
||||
depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
|
||||
|
||||
config BR2_PACKAGE_HOST_QEMU
|
||||
bool "host qemu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user