浏览代码

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>
Julian Scheel 9 年之前
父节点
当前提交
cdf9ea2e6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qemu/Config.in

+ 1 - 1
package/qemu/Config.in

@@ -2,7 +2,7 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	bool
 	# Only tested on these architectures
 	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"
 	depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET