Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-05-19 Thread Kalle
Hi Paul, Sorry for the late, or veeery late reply, but your suggestion here seems to do the work. Thanks for the help! BR Kalle On 2015-01-27 11:42, Paul Eggleton wrote: On Tuesday 27 January 2015 10:29:12 Kalle Komierowski wrote: I just modified my recipe with the patchdir. SRC_URI =

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-27 Thread Kalle Komierowski
Hi again, I just modified my recipe with the patchdir. SRC_URI = x.patch;patchdir=backports/ I can see that the patches are copied to the destination where I want them but for some reason they all fail when yocto tries to apply them. If I go manually to the destination git and type git am

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-27 Thread Paul Eggleton
On Tuesday 27 January 2015 10:29:12 Kalle Komierowski wrote: I just modified my recipe with the patchdir. SRC_URI = x.patch;patchdir=backports/ I can see that the patches are copied to the destination where I want them but for some reason they all fail when yocto tries to apply them.

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-26 Thread Kalle Komierowski
Thanks Paul! I was hoping it was as simple as that but I couldn't find info about it. Maybe if it was just called destsuffix like when it's used for gits. BR -Kalle Komierowski On January 26, 2015, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Kalle, On Saturday 24 January 2015

Re: [yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-26 Thread Paul Eggleton
On Monday 26 January 2015 11:24:50 Kalle Komierowski wrote: On January 26, 2015, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Kalle, On Saturday 24 January 2015 08:34:56 Kalle Komierowski wrote: I'm working with the ti-compat-wireless recipe. It contains two gits like this:

[yocto] One recipe, two gits with destsuffix, how to patch?

2015-01-24 Thread Kalle Komierowski
Hi, This is my first post to this list. I'm working with the ti-compat-wireless recipe. It contains two gits like this: SRC_URI = git://git.ti.com/wilink8-wlan/wl18xx.git;branch=${BRANCH_wl18xx};destsuffix=wl18xx;name=wl18xx \