* [Buildroot] [PATCH] qemu: Add support for arm
@ 2016-04-22 7:18 Julian Scheel
2016-04-22 13:02 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Julian Scheel @ 2016-04-22 7:18 UTC (permalink / raw)
To: buildroot
Build and operation was successfully tested to Tegra K1 arm platform.
Signed-off-by: Julian Scheel <julian@jusst.de>
---
package/qemu/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index 082b5ee..ea6b946 100644
--- 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
--
2.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] qemu: Add support for arm
2016-04-22 7:18 [Buildroot] [PATCH] qemu: Add support for arm Julian Scheel
@ 2016-04-22 13:02 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-04-22 13:02 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 22 Apr 2016 09:18:11 +0200, Julian Scheel wrote:
> Build and operation was successfully tested to Tegra K1 arm platform.
>
> Signed-off-by: Julian Scheel <julian@jusst.de>
> ---
> package/qemu/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-22 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 7:18 [Buildroot] [PATCH] qemu: Add support for arm Julian Scheel
2016-04-22 13:02 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox