All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: BitBake developer list <bitbake-devel@lists.openembedded.org>
Subject: Re: can someone explain "git" versus "gitr" wrt PREFERRED_VERSION?
Date: Sun, 22 Jun 2014 15:25:28 +0200	[thread overview]
Message-ID: <20140622132528.GH2117@jama> (raw)
In-Reply-To: <alpine.LFD.2.11.1406220832520.1583@localhost>

[-- Attachment #1: Type: text/plain, Size: 1873 bytes --]

On Sun, Jun 22, 2014 at 08:52:08AM -0400, Robert P. J. Day wrote:
> 
>   possibly a stupid question but i've never let that stop me before.
> still rummaging around in the bitbake user manual and looking through
> the oe and poky codebase, and i notice examples like this (from poky).
> 
>   first, there's the recipe and PREFERRED_VERSION for drm:
> 
> meta/recipes-graphics/drm/libdrm_git.bb:
>   SRCREV = "e01d68f9f3acfc35fe164283904b5d058c2ab378"
>   PV = "2.4.40+git${SRCPV}"
> 
> meta-yocto/conf/distro/include/poky-floating-revisions.inc:
>   #PREFERRED_VERSION_libdrm ?= "2.4.0+git${SRCREV}"
> 
>   also, the recipe and PFEFERRED_VERSION for libxcb:
> 
> meta/recipes-graphics/xorg-lib/libxcb_git.bb:
>   SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22"
>   PV = "1.1.90.1+gitr${SRCPV}"
> 
> meta-yocto/conf/distro/include/poky-floating-revisions.inc:
>   #PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr${SRCREV}"
> 
> 
>   admittedly, the PREFERRED_VERSION settings for both of those are
> commented out, but why does the first use:
> 
>   git${SRCREV}
> 
> while the second uses:
> 
>   gitr${SRCREV}
> 
> so what's with "git" versus "gitr"? i see no mention of this in the
> bitbake user manual (would that be the right place to explain that?).
> or is that covered in one of the higher-level yocto manuals?

Read this thread:
http://lists.openembedded.org/pipermail/openembedded-core/2012-February/056558.html

>   also (and i realize this is outside the scope of the bitbake
> manual), i noticed the meta-oe layer adds another git-based version
> selector in the gitpkgv.bbclass. is *that* documented anywhere? i
> don't see a single mention of the phrase "gitpkgv" in any of the
> current yocto docs.

I think it's only documented in that .bbclass.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-06-22 13:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-22 12:52 can someone explain "git" versus "gitr" wrt PREFERRED_VERSION? Robert P. J. Day
2014-06-22 13:25 ` Martin Jansa [this message]
2014-06-25 13:56 ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140622132528.GH2117@jama \
    --to=martin.jansa@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=rpjday@crashcourse.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.