[Buildroot] [PATCH 2/2] QEMU: Enable package for MIPS targets

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 25 08:18:06 UTC 2015


Dear Markos Chandras,

On Thu, 23 Apr 2015 10:50:57 +0100, Markos Chandras wrote:

> diff --git a/package/qemu/Config.in b/package/qemu/Config.in
> index fff786d3f11f..f537ce67181c 100644
> --- a/package/qemu/Config.in
> +++ b/package/qemu/Config.in
> @@ -1,11 +1,16 @@
> +config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
> +	bool
> +	# Only tested in these architectures
> +	default y if BR2_i386 || BR2_mips || BR2_mipsel || BR2_x86_64

So not on mips64/mips64el...

> -#       mips64          ?
> -#       mips64el        ?
> +#       mips64          mips64
> +#       mips64el        mips64el

but you update the mips64* information, which would probably indicate
that it works, no?

Anyway, I've applied the patch as is, feel free to send a follow-up
patch adding mips64* as well if that works.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list