Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
Hello again, Just to say that I applied your patch with git apply --ignore-space-change --ignore-whitespace 0001-Revert-w-modifications-bitbake-fetch2-perforce-Rewor.patch and the old Perforce fetcher seems to be working as it used to. I haven't tested it much yet but I will report if I see any

Re: [yocto] Perforce fetcher ignores module and label

2017-09-18 Thread Katu Txakur
Hi Andrew, I'm getting an error when I apply your patch. Do you now how can I work around this? user@pc:~/yocto/pyro/poky$ git fetch user@pc:~/yocto/pyro/poky$ git reset user@pc:~/yocto/pyro/poky$ git clean -fd user@pc:~/yocto/pyro/poky$ git reset --hard HEAD is now at b51b4f5 gawk: Enable

Re: [yocto] Perforce fetcher ignores module and label

2017-09-14 Thread Andrew Bradford
Hi Katu, Sorry for my delay in responding. On 09/14 11:13, Katu Txakur wrote: > Have you had time to look at this? I tried to go back to the old perforce > fetcher but I got a license error and I couldn't work around it. On the pyro branch of poky, if you revert these two commits, in this

Re: [yocto] Perforce fetcher ignores module and label

2017-09-14 Thread Katu Txakur
Hi Andrew, Have you had time to look at this? I tried to go back to the old perforce fetcher but I got a license error and I couldn't work around it. Regards, Katu 2017-08-31 18:54 GMT+01:00 Andrew Bradford : > Hi Katu, > > On 08/28 17:43, Katu Txakur wrote: > >

Re: [yocto] Perforce fetcher ignores module and label

2017-08-31 Thread Andrew Bradford
Hi Katu, On 08/28 17:43, Katu Txakur wrote: > Thanks for looking at this. See my recipe below. I've left the bits related > to systemd service but I don't think they matter for this. I'm using an old > implementation of Perforce (2010) in case this matters. I've tried going > back to the old

Re: [yocto] Perforce fetcher ignores module and label

2017-08-28 Thread Katu Txakur
Hi Andrew, Thanks for looking at this. See my recipe below. I've left the bits related to systemd service but I don't think they matter for this. I'm using an old implementation of Perforce (2010) in case this matters. I've tried going back to the old perforce.py fetcher but I get a license

Re: [yocto] Perforce fetcher ignores module and label

2017-08-28 Thread Andrew Bradford
Hi Katu, On 08/28 08:56, Katu Txakur wrote: > 2017-08-11 13:52 GMT+01:00 Andrew Bradford : > On 08/11 11:34, Katu Txakur wrote: > > > 2017-08-07 12:17 GMT+01:00 Andrew Bradford > >: > > > > On 08/02 10:28, Paul Eggleton wrote: > > > > >

Re: [yocto] Perforce fetcher ignores module and label

2017-08-28 Thread Katu Txakur
Hi Andrew Thanks for your reply and sorry for the delay on this. I was on holidays too. 2017-08-11 13:52 GMT+01:00 Andrew Bradford : > Hi Katu, > > I added back the yocto ml on CC, could you please keep this conversation > on-list? > > Sure, sorry about that. On

Re: [yocto] Perforce fetcher ignores module and label

2017-08-11 Thread Andrew Bradford
Hi Katu, I added back the yocto ml on CC, could you please keep this conversation on-list? On 08/11 11:34, Katu Txakur wrote: > 2017-08-07 12:17 GMT+01:00 Andrew Bradford : > > On 08/02 10:28, Paul Eggleton wrote: > > > On Wednesday, 2 August 2017 9:40:10 AM CEST

Re: [yocto] Perforce fetcher ignores module and label

2017-08-07 Thread Andrew Bradford
Hi Katu, Sorry for the delay in my reply, I was on holiday. On 08/02 10:28, Paul Eggleton wrote: > Andrew Bradford (on CC) was the last person to make significant changes to > that module. > > On Wednesday, 2 August 2017 9:40:10 AM CEST Katu Txakur wrote: > > I'm still having problems fetching

Re: [yocto] Perforce fetcher ignores module and label

2017-08-02 Thread Katu Txakur
Thank you Paul, I will wait and see if Andrew Bradford can kindly have a look at this. Cheers, Katu 2017-08-02 9:28 GMT+01:00 Paul Eggleton : > Hi Katu, > > Andrew Bradford (on CC) was the last person to make significant changes to > that module. I believe it's

Re: [yocto] Perforce fetcher ignores module and label

2017-08-02 Thread Paul Eggleton
Hi Katu, Andrew Bradford (on CC) was the last person to make significant changes to that module. I believe it's not very widely used - none of the recipes we commonly deal with make use of it and thus few of us have enough experience with it to give good advice. If Andrew doesn't have any

Re: [yocto] Perforce fetcher ignores module and label

2017-08-02 Thread Katu Txakur
Hi, I'm still having problems fetching from Perforce. Is there any documentation based on the latest implementation of the poky/bitbake/lib/bb/fetch2/perforce.py file? The copyright 2016 points to Kodak Alaris, Inc. Should I contact them? I would appreciate if someone could point me in the right

[yocto] Perforce fetcher ignores module and label

2017-07-25 Thread Katu Txakur
Hi, I'm upgrading a recipe that fetches the source code from Perforce. The old recipe was: SRC_URI = " \ p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/ perforce/...;module=local/path/relativeto/p4;label=${P4CHANGELIST} \ " With the new version of /lib/bb/fetch2/perforce.py, I

[yocto] Perforce fetcher ignores module and label

2017-07-06 Thread Katu Txakur
Hi, I'm upgrading a recipe that fetches the source code from Perforce. The old recipe was: SRC_URI = " \ p4://${P4USER}:${P4PASSWD}:${P4HOST}:${P4PORT}@Depot/path/perforce/...;module=local/path/relativeto/p4;label=${P4CHANGELIST} \ " With the new version of /lib/bb/fetch2/perforce.py, I