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
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"
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