projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4896b7c
)
qemu: Add support for arm
author
Julian Scheel
<julian@jusst.de>
Fri, 22 Apr 2016 07:18:11 +0000
(09:18 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Fri, 22 Apr 2016 13:01:26 +0000
(15:01 +0200)
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>
package/qemu/Config.in
patch
|
blob
|
history
diff --git
a/package/qemu/Config.in
b/package/qemu/Config.in
index 082b5eecab3df96a38ffc66a38769c406011626c..ea6b94605ce27fc8b61d06e37e4bc4536d66404f 100644
(file)
--- a/
package/qemu/Config.in
+++ b/
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