[poky] [PATCH] edgerouter: fix machine tune

Kevin Hao kexin.hao at windriver.com
Mon May 9 05:38:22 PDT 2016


On Sun, May 08, 2016 at 11:08:35AM -0700, Ruslan Babayev wrote:
> 
> Kevin Hao writes:
> 
> > 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.
> >
> 
> Without this change OpenSSH (ssh-keygen) dies with SIGILL at
> runtime. 

The ssh-keygen works pretty well for me. Could you show the steps to
reproduce this issue?

>How about blacklisting libjpeg for edgerouter? 

Or we can easily workaround this by using the method [1] suggested by
Peter Kjellerstedt.

>It's not very
> useful on a little headless router.

Agreed.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=9606

Thanks,
Kevin

> 
> Thanks,
> Ruslan


More information about the poky mailing list