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
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
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
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
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
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