Re: [yocto] Splitting a recipe into two for two kind of compilation

2016-10-06 Thread nbigaouette
Thank you Khem, I was able to fix the conflict by adding multiple SSTATE_DUPWHITELIST in my `.inc` file. I couldn't find documentation for SSTATE_DUPWHITELIST, so I'm posting the exact line I've used. The trick was to use STAGING_DIR_HOST to specify the path to the file. For example, for

Re: [yocto] Splitting a recipe into two for two kind of compilation

2016-10-05 Thread Khem Raj
On Wed, Oct 5, 2016 at 7:20 AM, Nicolas Bigaouette wrote: > Hi all! > > I have an issue when trying to build two different images using conflicting > packages. > > I need to package an application of mine (built using cmake) for our Yocto > deployment. The recipe