From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Saxena, Rahul" <rahul.saxena@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: SRCREV variable
Date: Sat, 26 Nov 2011 14:03:11 +0000 [thread overview]
Message-ID: <1322316191.25382.15.camel@ted> (raw)
In-Reply-To: <4FF5AC937153B0459463C1A88EB478F201A8D4E47F@orsmsx505.amr.corp.intel.com>
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.bz2 file from following
> site…what steps do I need to do to get the SRCREV ?
>
> ftp://ftp.freedesktop.org/pub/mesa/7.9/
>
Elsewhere you pointed out a recipe with a plain SRC_URI = "ftp://xxx"
address which would be the correct way to do this.
I suspect you have multiple mesa recipes and its selecting a "git://"
based one over the "ftp://" one you think its using. The "easy" way to
tell would be to delete the git mesa recipes and then it will probably
use the one you're expecting.
The better way to tell it to use the right recipe would be:
PREFERRED_VERSION_mesa = "7.9"
(assuming the recipe is called mesa)
It would be easier to help if we had some logs and more information
about what you're trying to do though, I'm just having to guess.
Cheers,
Richard
prev parent reply other threads:[~2011-11-26 14:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-23 23:19 SRCREV variable Saxena, Rahul
2011-11-23 23:29 ` Rifenbark, Scott M
2011-11-23 23:35 ` Saxena, Rahul
2011-11-23 23:36 ` Rifenbark, Scott M
2011-11-23 23:41 ` Chris Larson
2011-11-23 23:41 ` Paul Eggleton
2011-11-26 14:03 ` Richard Purdie [this message]
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=1322316191.25382.15.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=rahul.saxena@intel.com \
--cc=yocto@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.