Re: [yocto] SRCPV and SRC_URI

2017-06-02 Thread Russell Peterson
Thanks. My recipe was actually using += instead of _append and I tried various combinations using spaces. Not the issue. The issue turned out to be something about my using patchdir=${S}/x in the file:// statement. I removed the patchdir and no more issues. Wasn’t needed anyway. Thanks for

Re: [yocto] SRCPV and SRC_URI

2017-06-02 Thread Ayoub Zaki
On 03.06.2017 00:26, Russell Peterson wrote: Hello, I’m writing a new recipe and doing something I think should be simple but instead causes an exception when expanding SRCPV. SRCREV = “” SRC_URI = “git://abc.com/xyz.git” PV = “1.2+git${SRCPV} The above works fine. Problem

[yocto] SRCPV and SRC_URI

2017-06-02 Thread Russell Peterson
Hello, I’m writing a new recipe and doing something I think should be simple but instead causes an exception when expanding SRCPV. SRCREV = “” SRC_URI = “git://abc.com/xyz.git ” PV = “1.2+git${SRCPV} The above works fine. Problem is, when I add a patch I get an exception when