Re: [yocto] fetch from perforce

2013-10-28 Thread Paul Eggleton
Hi Robert, On Monday 28 October 2013 05:38:49 Robert P. J. Day wrote: > > We should really get a default value for FETCHCOMMAND_p4 defined in > > OE-Core > > (and perhaps also the default bitbake.conf bundled with bitbake itself). > > IIRC, richard purdie once suggested that the "FETCHCOMMAND_"

Re: [yocto] fetch from perforce

2013-10-28 Thread Robert P. J. Day
On Mon, 28 Oct 2013, Paul Eggleton wrote: > Hi Katu, > > On Thursday 24 October 2013 10:09:50 Katu Txakur wrote: > > it took me longer than I thought because I couldn't find any documentation > > or comments in the code, but I finally got this working. The sintax to call > > it was, (there are act

Re: [yocto] fetch from perforce

2013-10-28 Thread Paul Eggleton
Hi Katu, On Thursday 24 October 2013 10:09:50 Katu Txakur wrote: > it took me longer than I thought because I couldn't find any documentation > or comments in the code, but I finally got this working. The sintax to call > it was, (there are actually 2 options, I took this one because I don't need

Re: [yocto] fetch from perforce

2013-10-24 Thread Katu Txakur
Thanks for your answer Paul, it took me longer than I thought because I couldn't find any documentation or comments in the code, but I finally got this working. The sintax to call it was, (there are actually 2 options, I took this one because I don't need user/passwd): P4PORT = "yourhost:yourpor

Re: [yocto] fetch from perforce

2013-10-15 Thread Paul Eggleton
Hi Katu, On Tuesday 15 October 2013 20:52:15 Katu Txakur wrote: > can someone please give me an example of fetching the code from perforce? > I want to map files from perforce and put them in a different tree > structure in the workspace before compiling it. I also need to set user and > password.

[yocto] fetch from perforce

2013-10-15 Thread Katu Txakur
Hi, can someone please give me an example of fetching the code from perforce? I want to map files from perforce and put them in a different tree structure in the workspace before compiling it. I also need to set user and password. I failed to find an example online and I don't understand the perfo