From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Cc: bitbake-dev@lists.berlios.de
Subject: Re: Problem with bitbake master & OE master during fetch
Date: Tue, 21 Dec 2010 11:52:27 +0100 [thread overview]
Message-ID: <4D1086EB.8020405@eukrea.com> (raw)
In-Reply-To: <4D1062AF.1080609@eukrea.com>
Hi,
On 21/12/2010 09:17, Eric Bénard wrote:
> I still haven't investigated the reason of the error.
>
OK the reason of the error is that the machine I'm fetching for is an arm and
these recipes have either COMPATIBLE_MACHINE = "(h3600|h3900)"
or COMPATIBLE_HOST = "i.86.*-linux"
Same thing occur with recipes/apache/apache_2.0.54.bb which has :
python () {
# Don't build apache unless we are building nativly
target = bb.data.getVar("TARGET_ARCH", d, 1)
build = bb.data.getVar("BUILD_ARCH", d, 1)
if target != build:
raise bb.parse.SkipPackage("Apache will only build nativly
(TARGET_ARCH == BUILD_ARCH)")
}
Also, the problem is only present when doing bitbake -b the_recipe.bb.
Doing bitbake the_recipe exit fine with the following message : "NoProvider:
adobe-flash".
If would be great if bitbake -b the_recipe.bb could exit properly instead of
looping on these errors.
Eric
next prev parent reply other threads:[~2010-12-21 10:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 8:17 Problem with bitbake master & OE master during fetch Eric Bénard
2010-12-21 10:52 ` Eric Bénard [this message]
2010-12-21 15:14 ` Chris Larson
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=4D1086EB.8020405@eukrea.com \
--to=eric@eukrea.com \
--cc=bitbake-dev@lists.berlios.de \
--cc=openembedded-devel@lists.openembedded.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.