On Thu, Jul 24, 2014 at 11:08 PM, Meenakumari Shedole
<meenakumar...@hcl.com> wrote:
> The steps shared by you is telling about customizing the image on existing 
> recipes.
> But I query is how to add prebuild libraries directly to rootfs.
>
> Thanks in Advance.

even though its a bad idea to package binaries but sometimes you have
no choice. You can
write a recipe where do_configure and do_compile do nothing and in
do_install you would install
the binaries into ${D}${bindir} and ${D}${libdir} as appropriate and
then create PACKAGES and use FILE_<package> to bean the files into
respective output packages.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to