From: Peter Seebach <peter.seebach@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/2] sanity.bbclass: Toolchain sanity checks
Date: Fri, 27 Apr 2012 18:51:45 -0500 [thread overview]
Message-ID: <cover.1335569869.git.peter.seebach@windriver.com> (raw)
This is a somewhat cleaned up and fixed version of the toolchain sanity
checks I've been working on. (Also my first attempt to submit to OE, so
I have probably made humorous mistakes.)
Big outstanding issue: Is it a bug that specifying the name "lib" for
a multilib causes parse errors in at least one package? If this is a
package bug, I should find out how to fix the package(s) (libxcb blew
up for me) instead of making that check for multilibs.
Other issue: The TUNEABI stuff is preliminary, and I'm not totally sure
whether it will work in practice. But it won't break anything unless
you go out of your way to enable it.
Mark Hatle's already been over this once, but second opinions are always
welcome.
The following changes since commit 5a1f172d35be610688842a8a9a84f24edb9aeb51:
Martin Jansa (1):
bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib seebs/toolchains
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/toolchains
Peter Seebach (2):
tune-sh4.inc: Fix spelling of big-endian feature set
sanity.bbclass: Implement initial toolchain sanity checks
meta/classes/sanity.bbclass | 69 ++++++++++++++++++++++
meta/conf/documentation.conf | 6 ++
meta/conf/machine/include/README | 4 +
meta/conf/machine/include/arm/arch-armv5-dsp.inc | 1 +
meta/conf/machine/include/arm/arch-armv7a.inc | 2 +-
meta/conf/machine/include/ia32/arch-ia32.inc | 2 +-
meta/conf/machine/include/mips/arch-mips.inc | 6 +-
meta/conf/machine/include/tune-c3.inc | 2 +-
meta/conf/machine/include/tune-sh3.inc | 2 +-
meta/conf/machine/include/tune-sh4.inc | 4 +-
meta/conf/machine/include/tune-xscale.inc | 2 +-
11 files changed, 90 insertions(+), 10 deletions(-)
next reply other threads:[~2012-04-28 0:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 23:51 Peter Seebach [this message]
2012-04-27 23:51 ` [PATCH 1/2] tune-sh4.inc: Fix spelling of big-endian feature set Peter Seebach
2012-05-01 18:34 ` Saul Wold
2012-04-27 23:51 ` [PATCH 2/2] sanity.bbclass: Implement initial toolchain sanity checks Peter Seebach
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=cover.1335569869.git.peter.seebach@windriver.com \
--to=peter.seebach@windriver.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox