[poky] [PATCH] edgerouter: fix machine tune

Kevin Hao kexin.hao at windriver.com
Sun May 8 06:06:17 PDT 2016


On Fri, May 06, 2016 at 09:47:43AM -0700, Ruslan Babayev wrote:
> 
> Octeon+ lacks FPU
> 
> Signed-off-by: Ruslan Babayev <ruslan at babayev.com>
> ---
>  meta-yocto-bsp/conf/machine/edgerouter.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
> index 6343dfc..062d896 100644
> --- a/meta-yocto-bsp/conf/machine/edgerouter.conf
> +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
> @@ -2,6 +2,7 @@
>  #@NAME: Edgerouter
>  #@DESCRIPTION: Edgerouter
>  
> +DEFAULTTUNE ?= "mips64-nf"

The change looks fine to me. But unfortunately the libjpeg-turbo can't build
with the mips64-nf. I have filed a bug (9606) for it. I think we can merge
this once we fix the build failure.

Thanks,
Kevin

>  require conf/machine/include/tune-mips64.inc
>  
>  MACHINE_FEATURES = "pci ext2 ext3 serial"
> -- 
> 2.7.4


More information about the poky mailing list