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

2014-07-25 Thread Meenakumari Shedole
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. Regards Meena From: Vladimir Redzhepov [vladimir_redzhe...@epam.com] Sent: Friday,

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

2014-07-25 Thread Khem Raj
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

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

2014-07-18 Thread Nicolas Dechesne
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.

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

2014-07-18 Thread Vladimir Redzhepov
Hi You should look closely at meta-oracle-java layer if want to add some binaries to the target rootfs. On the other hand if you want to use binaries within the build process they should be put down in the places poky could find them. There's an example how to use a binary apache-maven within

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

2014-07-18 Thread Meenakumari Shedole
Thanks for your response. But if I have few different packages like usb BT Qt and only these packages bin and libraries if I want to add to yocto rootfs ? Regards Meena From: Vladimir Redzhepov [vladimir_redzhe...@epam.com] Sent: Friday, July 18, 2014

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

2014-07-18 Thread Vladimir Redzhepov
There're some variables and methods that are responsible for rootfs content. The official documentation is a good place to start Read carefully how to customize image here http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-extend-customimage -Original Message-

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

2014-07-17 Thread Meenakumari Shedole
Hi all. 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. Thnaks in Advance. Regards Meena ::DISCLAIMER::