From: Martin Jansa <martin.jansa@gmail.com>
To: Gary Thomas <gary@mlbassoc.com>
Cc: Poky Project <poky@yoctoproject.org>
Subject: Re: Crazy versioning
Date: Tue, 27 Sep 2011 15:07:45 +0200 [thread overview]
Message-ID: <20110927130745.GA5030@jama.jama.net> (raw)
In-Reply-To: <4E81C907.8080407@mlbassoc.com>
[-- Attachment #1: Type: text/plain, Size: 1589 bytes --]
On Tue, Sep 27, 2011 at 07:00:55AM -0600, Gary Thomas wrote:
> I'm trying to use the recipe meta/recipes-bsp/u-boot/u-boot_2011.06.bb
> Since there are a number of u-boot recipes, I want to make sure I get
> the right one, plus I'm writing a .bbappend file to add patches for
> my own boards.
>
> So I added this to my MACHINE.conf:
> PREFERRED_VERSION_u-boot = "2011.06"
>
> When I try to build, I get this error:
> NOTE: preferred version 2011.06 of u-boot not available (for item u-boot)
> NOTE: versions of u-boot available: git v2011.06+git16+b1af6f532e0d348b153d5c148369229d24af361a
> I guess this is because the recipe has this for PV
> SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
> PV = "v2011.06+git${SRCPV}"
> The truly bizarre thing is that if my cache is rebuilt, the version printed changes, e.g.
> % touch conf/local.conf
> % bitbake u-boot
> NOTE: versions of u-boot available: git v2011.06+git18+b1af6f532e0d348b153d5c148369229d24af361a
>
> So, how do I specify the right value in PREFERRED_VERSION?
with % as wildchar
PREFERRED_VERSION_u-boot = "v2011.06%"
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-09-27 13:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-27 13:00 Crazy versioning Gary Thomas
2011-09-27 13:07 ` Bruce Ashfield
2011-09-27 13:07 ` Martin Jansa [this message]
2011-09-27 13:11 ` Richard Purdie
2011-09-27 13:19 ` Gary Thomas
2011-09-27 14:19 ` Paul Eggleton
2011-09-27 14:23 ` Gary Thomas
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=20110927130745.GA5030@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=gary@mlbassoc.com \
--cc=poky@yoctoproject.org \
/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.