Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Zoran Stojsavljevic
from your inbox. Thank you. > > > > > > From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Tuesday, July 24, 2018 05:09 PM > To: Greg Wilson-Lindberg > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't get *.a's into SDK sysroot > > > >

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Greg Wilson-Lindberg
: Re: [yocto] Can't get *.a's into SDK sysroot On Tue, Jul 24, 2018 at 4:53 PM, Greg Wilson-Lindberg mailto:gwil...@sakuraus.com>> wrote: I've created a recipe for Canfestival (a CAN bus CANOpen support library). I have had it building for a while, but I had the configuration se

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Andre McCurdy
On Wed, Jul 25, 2018 at 1:23 AM, Zoran Stojsavljevic wrote: > Hello Andre, > >> RDEPENDS_${PN}-dev += "${PN}-staticdev" > > I also read this email, and decided to investigate myself. Since I > wrote meta-mylayer with cannelloni recipe in it. > > To find out if the recipe works correctly, and it is

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Zoran Stojsavljevic
Hello Andre, > RDEPENDS_${PN}-dev += "${PN}-staticdev" I also read this email, and decided to investigate myself. Since I wrote meta-mylayer with cannelloni recipe in it. To find out if the recipe works correctly, and it is incorporated (upfront) in ROOTFS, I did the following: [1] Did the compi

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-24 Thread Andre McCurdy
On Tue, Jul 24, 2018 at 4:53 PM, Greg Wilson-Lindberg wrote: > I've created a recipe for Canfestival (a CAN bus CANOpen support library). > I have had it building for a while, but I had the configuration set up to > build all parts of it as .so's. I need to change it so that parts of the > librar

[yocto] Can't get *.a's into SDK sysroot

2018-07-24 Thread Greg Wilson-Lindberg
I've created a recipe for Canfestival (a CAN bus CANOpen support library). I have had it building for a while, but I had the configuration set up to build all parts of it as .so's. I need to change it so that parts of the library are .a's. My problem is that I can't get the .a's to copy to the S