Re: [yocto] SRCREV variable

2011-11-26 Thread Richard Purdie
On Wed, 2011-11-23 at 15:19 -0800, Saxena, Rahul wrote: > Can anyone explain how to set the SRCREV variable for a recipe ? > > I get a error: “Please Set SRCREV to a valid value” Could you post some logs of the build showing this problem please? > For example if my source is MesaLib-7.9.tar.bz

Re: [yocto] SRCREV variable

2011-11-23 Thread Chris Larson
On Wed, Nov 23, 2011 at 4:35 PM, Saxena, Rahul wrote: > Yes I saw this other stuff too…but I don’t see anywhere the explanation of > how a revision identifier is generated or obtained. The value is entirely dependent upon the scm in use. git hash, svn revision #, etc. -- Christopher Larson clar

Re: [yocto] SRCREV variable

2011-11-23 Thread Paul Eggleton
On Wednesday 23 November 2011 15:19:01 Saxena, Rahul wrote: > For example if my source is MesaLib-7.9.tar.bz2 file from following > site...what steps do I need to do to get the SRCREV ? > > ftp://ftp.freedesktop.org/pub/mesa/7.9/ SRCREV is only used when you are fetching from some remote version

Re: [yocto] SRCREV variable

2011-11-23 Thread Rifenbark, Scott M
Rahul, Okay - I was not sure whether it would help. Hopefully one of the developers will chime in here and help. My stuff was from the technical documentation point of view. Scott From: Saxena, Rahul Sent: Wednesday, November 23, 2011 3:35 PM To: Rifenbark, Scott M; yocto@yoctoproject.org Su

Re: [yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Yes I saw this other stuff too...but I don't see anywhere the explanation of how a revision identifier is generated or obtained. Thanks Rahul From: Rifenbark, Scott M Sent: Wednesday, November 23, 2011 3:30 PM To: Saxena, Rahul; yocto@yoctoproject.org Subject: RE: SRCREV variable There is a bi

Re: [yocto] SRCREV variable

2011-11-23 Thread Rifenbark, Scott M
There is a bit more in the Yocto Project Reference Manual at http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html. It states: SRCREV - The revision of the source code used to build the package. This variable applies to Subversion, Git, Mercurial and Bazaar only. Note