[OE-core] [oe-core][PATCH 1/1] qemumips64: change tune to mips64r2

Khem Raj raj.khem at gmail.com
Thu Mar 21 18:47:41 UTC 2019


On Tue, Mar 19, 2019 at 5:54 PM Joe Slater <joe.slater at windriver.com> wrote:
>
> Allows for mips32 multilib to be mips32r2, like qemumips.
>

This looks fine.

> Signed-off-by: Joe Slater <joe.slater at windriver.com>
> ---
>  meta/conf/machine/qemumips64.conf | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
> index a166a10..970c0ce 100644
> --- a/meta/conf/machine/qemumips64.conf
> +++ b/meta/conf/machine/qemumips64.conf
> @@ -3,9 +3,11 @@
>  #@DESCRIPTION: mti-malta64-be
>
>  require conf/machine/include/qemu.inc
> -require conf/machine/include/tune-mips64.inc
> +require conf/machine/include/tune-mips64r2.inc
>  require conf/machine/include/qemuboot-mips.inc
>
> +QB_CPU = "-cpu MIPS64R2-generic"
> +
>  KERNEL_IMAGETYPE = "vmlinux"
>  KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list