[yocto] Adding prebuilt binaries/libraries to /usr/bin or/usr/lib on rootfs

Nicolas Dechesne nicolas.dechesne at linaro.org
Fri Jul 18 01:02:06 PDT 2014


On Fri, Jul 18, 2014 at 7:55 AM, Meenakumari Shedole
<meenakumari.s at 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..)



More information about the yocto mailing list