mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
qemu: Add support for arm
Build and operation was successfully tested to Tegra K1 arm platform. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4896b7c96f
commit
cdf9ea2e6d
@ -2,7 +2,7 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
|
|||||||
bool
|
bool
|
||||||
# Only tested on these architectures
|
# Only tested on these architectures
|
||||||
default y if BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel \
|
default y if BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel \
|
||||||
|| BR2_x86_64
|
|| BR2_x86_64 || BR2_arm
|
||||||
|
|
||||||
comment "QEMU requires a toolchain with wchar, threads"
|
comment "QEMU requires a toolchain with wchar, threads"
|
||||||
depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
|
depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user