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

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

2015-01-24 Thread Kalle Komierowski
tches from the S but they fail to. What would be the correct way of adding a patch so it applies to backports? Thanks BR -Kalle Komierowski -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 wrote: > Hi Kalle, > > On Saturday 24 January 2015 08:34:5

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

2015-01-27 Thread Kalle Komierowski
"git am x.patch" the all apply with no problem, I also tried to "patch -p1 < x.patch" and that worked to. Maybe I should play a bit with the striplevel? But I do think that yocto should be able to handle it from the point where I gave it the patchdir=.. BR -Kalle