Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Khem Raj
On Oct 18, 2013, at 12:17 AM, Amit Kumar wrote: > Hi, >I wants to use the LTP test suite provided by yocto project. But I > don’t know how to enable it for “core-image-basic”. > Can anyone help me to enable the LTP in “core-image-basic”? Several ways to do it. In your local.conf yo

Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Paul Eggleton
On Friday 18 October 2013 14:50:51 Gaurang Shastri wrote: > Adding > > IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb > > will enable ltp in your final image. Make sure you have added all > required layers :) Ah, that doesn't look right - I don't think we have an "ltp"

Re: [yocto] How to enable LTP support in "core-image-basic"

2013-10-18 Thread Gaurang Shastri
Adding IMAGE_FEATURES += "splash ssh-server-openssh ltp" in core-image-basic.bb will enable ltp in your final image. Make sure you have added all required layers :) //Gaurang Shastri On Fri, Oct 18, 2013 at 12:47 PM, Amit Kumar wrote: > Hi, > >I wants to use the LTP test su