On Oct 18, 2013, at 12:17 AM, Amit Kumar <amit.ku...@lntinfotech.com> 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 you could add 

CORE_IMAGE_EXTRA_INSTALL += "ltp"

You can also modify image recipe itself and add it to RDEPENDS
or write a bbappend to the image recipe in your layer and then
add RDEPEND_${PN} += "ltp" to it.

>  
>  
> Thanks & Regards
> Amit K
> 
> The contents of this e-mail and any attachment(s) may contain confidential or 
> privileged information for the intended recipient(s). Unintended recipients 
> are prohibited from taking action on the basis of information in this e-mail 
> and using or disseminating the information, and must notify the sender and 
> delete it from their system. L&T Infotech will not accept responsibility or 
> liability for the accuracy or completeness of, or the presence of any virus 
> or disabling code in this e-mail"
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to