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
axena, Rahul Sent: Wednesday, November 23, 2011 3:19 PM To: yocto@yoctoproject.org Subject: [yocto] SRCREV variable Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explan

Re: [yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
esday, November 23, 2011 3:19 PM To: yocto@yoctoproject.org Subject: [yocto] SRCREV variable Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explanation: 'SRCREV

Re: [yocto] SRCREV variable

2011-11-23 Thread Rifenbark, Scott M
: Wednesday, November 23, 2011 3:19 PM To: yocto@yoctoproject.org Subject: [yocto] SRCREV variable Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explanation

[yocto] SRCREV variable

2011-11-23 Thread Saxena, Rahul
Hi , Can anyone explain how to set the SRCREV variable for a recipe ? I get a error: "Please Set SRCREV to a valid value" The poky manual simply has the following explanation: 'SRCREV Revision of source code used to build package (Subversion, GIT, Bazaar only). ' For example if