Re: [yocto] Recipe to copy precompiled binaries to root image

2014-07-07 Thread Joshua Collins
Hi Nicolas/Sathish, Thank you both very much for your responses. With your help, I have been able to copy the pre-compiled libraries to my image now. Cheers, Josh -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

Re: [yocto] Recipe to copy precompiled binaries to root image

2014-07-07 Thread Nicolas Dechesne
On Fri, Jul 4, 2014 at 9:37 AM, Joshua Collins wrote: > This does not copy the files to the image as I would expect. If I look at > the bitbake log, I see my recipe is run, but I obviously have not done the > right thing in the recipe. > > > > Can anyone tell me how I could fix this? .so files ar

Re: [yocto] Recipe to copy precompiled binaries to root image

2014-07-07 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
ar From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Joshua Collins Sent: Friday, July 04, 2014 1:08 PM To: yocto@yoctoproject.org Subject: [yocto] Recipe to copy precompiled binaries to root image I have some precompiled libraries that I want to copy to my r

[yocto] Recipe to copy precompiled binaries to root image

2014-07-06 Thread Joshua Collins
I have some precompiled libraries that I want to copy to my root image after it has been built. I am building the fsl-image-gui image. I have created my own layer and recipe, with a file structure: meta-mylayer -> meta-myrecipe -> myrecipie ->