On Fri, Jul 18, 2014 at 7:55 AM, Meenakumari Shedole
<meenakumar...@hcl.com> wrote:
> I have few prebuilt binaries and libraries, and I want to add them to the 
> yocto build rootfs at the
> build itself.
> So Can any one please tell me the steps to add recipes or suggest me any 
> other method for this.
>

just make a regular recipe as usual.

you can add:

do_configure[noexec] = "1"
do_compile[noexec] = "1"

to skip the configure and compile step (or you can make them empty function..)
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to