From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Cc: Christopher Larson <chris_larson@mentor.com>,
Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [meta-oe][PATCH 5/6] meta-initramfs: add kexecboot recipes from meta-handheld
Date: Thu, 23 Feb 2012 00:06:04 +0000 [thread overview]
Message-ID: <1845395.izcs3l3aWD@helios> (raw)
In-Reply-To: <20120222104331.GI3769@jama.jama.net>
On Wednesday 22 February 2012 11:43:31 Martin Jansa wrote:
> With this patchset applied to meta-oe and current meta-handheld master I
> get strange bitbake error while parsing:
>
> OE qemux86-64@shr ~/shr-core $ bitbake mcnavi
> Pseudo is not present but is required, building this first before the main
> build NOTE: Out of date cache found, rebuilding...
> ERROR: Command execution failed: Exited with 1
>
> | ETA:
> 0:00:36 Summary: There were 0 ERROR messages shown, returning a non-zero
> exit code.
>
> IIRC someone reported same error message yesterday on IRC or ML.
>
> Removing meta-handheld from bblayers.conf allows me to finish parsing
> and adding new meta-initramfs to bblayers.conf works too.
>
> Maybe it's some require/include/inherit without corresponding file
> available, but for those it was showing reasonable error message before..
I think I've tracked this down to bitbake rev
c9f58ef6b897d3fa5b0d23734b5f2cb3dabb057a "cooker: add missing shutdowns to the
exception handling". The actual error occurring here is "ParseError: Could not
inherit file classes/klibc.bbclass", however with the aforementioned change to
cooker.py, sys.exit(1) gets called within self.shutdown() before the bb.fatal
line that used to print out the error, thus no error message is printed.
Chris, should we just change that bb.fatal line to a bb.error and put it
before the self.shutdown?
Cheers,
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2012-02-23 0:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 0:21 [meta-oe][PATCH 0/6] create meta-initramfs layer Andrea Adami
2012-02-21 0:21 ` [meta-oe][PATCH] meta-initramfs: initial layer commit Andrea Adami
2012-02-21 1:11 ` Koen Kooi
2012-02-21 21:33 ` [meta-oe][PATCH v2 1/6] meta-initramfs: initial commit Andrea Adami
2012-02-21 0:21 ` [meta-oe][PATCH 2/6] meta-initramfs: import klibc recipe and bbclass from meta-oe Andrea Adami
2012-02-21 0:21 ` [meta-oe][PATCH 3/3] meta-initramfs: add kexec-tools-klibc " Andrea Adami
2012-02-21 0:21 ` [meta-oe][PATCH 4/6] meta-initramfs: add initramfs-kexecboot images from meta-handheld Andrea Adami
2012-02-21 0:21 ` [meta-oe][PATCH 5/6] meta-initramfs: add kexecboot recipes " Andrea Adami
2012-02-22 10:06 ` Andrea Adami
2012-02-22 10:43 ` Martin Jansa
2012-02-22 12:41 ` Andrea Adami
2012-02-23 0:06 ` Paul Eggleton [this message]
2012-02-21 0:21 ` [meta-oe][PATCH 6/6] meta-initramfs: add linux-kexecboot_3.1 " Andrea Adami
2012-02-21 0:52 ` Andrea Adami
2012-02-21 22:18 ` [meta-oe][PATCH v2 " Andrea Adami
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=1845395.izcs3l3aWD@helios \
--to=paul.eggleton@linux.intel.com \
--cc=chris_larson@mentor.com \
--cc=martin.jansa@gmail.com \
--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.