Re: [yocto] SRCPV description

2013-01-14 Thread Rifenbark, Scott M
Thanks for the explanations for this variable all. Scott >-Original Message- >From: Martin Jansa [mailto:martin.ja...@gmail.com] >Sent: Monday, January 14, 2013 8:19 AM >To: Jerrod Peach >Cc: Rifenbark, Scott M; Yocto discussion list >Subject: Re: [yocto] SRCPV descript

Re: [yocto] SRCPV description

2013-01-14 Thread Martin Jansa
On Mon, Jan 14, 2013 at 10:10:58AM -0500, Jerrod Peach wrote: > On Mon, Jan 14, 2013 at 9:52 AM, Rifenbark, Scott M < > scott.m.rifenb...@intel.com> wrote: > > > Hi, > > > > I need a description of the SRCPV variable for the YP reference glossary. > > I have been told that it is generated and not

Re: [yocto] SRCPV description

2013-01-14 Thread Robert P. J. Day
it might be worth tweaking the comment in fetch2/__init__.py, which currently reads: def get_srcrev(d): """ Return the version string for the current package (usually to be used as PV) no, it's primarily used not *as* PV but in the *construction* of PV, as in: meta/conf/bitbake

Re: [yocto] SRCPV description

2013-01-14 Thread Jerrod Peach
On Mon, Jan 14, 2013 at 9:52 AM, Rifenbark, Scott M < scott.m.rifenb...@intel.com> wrote: > Hi, > > I need a description of the SRCPV variable for the YP reference glossary. > I have been told that it is generated and not assigned and that it is used > to define PV values that include the source

[yocto] SRCPV description

2013-01-14 Thread Rifenbark, Scott M
Hi, I need a description of the SRCPV variable for the YP reference glossary. I have been told that it is generated and not assigned and that it is used to define PV values that include the source revisions from an RCS. By default it is set to the following in the conf/bitbake.conf file: SR