From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] stash gcc-cross buildtree and add recipe class override
Date: Thu, 23 Feb 2012 19:33:32 -0800 [thread overview]
Message-ID: <cover.1330053959.git.raj.khem@gmail.com> (raw)
Add recipe class to overrides
Prepare gcc for 4.7 changes
missing DEPENDS found during individual recipe builds
Add emptry DISTRO to oe-core
The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3:
update-rc.d.bbclass: do nothing for extended cross packages (2012-02-24 00:47:44 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/misc
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc
Khem Raj (4):
glib-networking: Add intltools-native to DEPENDS
classes: Add recipe class to overrides
default-distrovars: Add empty weak definition for DISTRO variable
gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime
meta/classes/base.bbclass | 1 +
meta/classes/cross-canadian.bbclass | 2 +-
meta/classes/cross.bbclass | 1 +
meta/classes/crosssdk.bbclass | 1 +
meta/classes/native.bbclass | 3 +-
meta/classes/nativesdk.bbclass | 3 +-
meta/conf/bitbake.conf | 3 +-
meta/conf/distro/include/default-distrovars.inc | 7 ++++
.../glib-networking/glib-networking_2.28.7.bb | 2 +-
meta/recipes-devtools/gcc/gcc-4.6.inc | 2 +-
meta/recipes-devtools/gcc/gcc-configure-common.inc | 3 --
.../recipes-devtools/gcc/gcc-configure-runtime.inc | 24 ++++++++++------
meta/recipes-devtools/gcc/gcc-cross-initial.inc | 2 +-
meta/recipes-devtools/gcc/gcc-package-cross.inc | 14 +--------
meta/recipes-devtools/gcc/libgcc_4.6.bb | 30 ++++++++++++++++----
15 files changed, 58 insertions(+), 40 deletions(-)
--
1.7.5.4
next reply other threads:[~2012-02-24 3:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 3:33 Khem Raj [this message]
2012-02-24 3:33 ` [PATCH 1/4] glib-networking: Add intltools-native to DEPENDS Khem Raj
2012-02-24 3:33 ` [PATCH 2/4] classes: Add recipe class to overrides Khem Raj
2012-02-24 16:20 ` Richard Purdie
2012-02-24 17:02 ` Khem Raj
2012-02-24 3:33 ` [PATCH 3/4] default-distrovars: Add empty weak definition for DISTRO variable Khem Raj
2012-02-24 16:21 ` Richard Purdie
2012-02-24 17:05 ` Khem Raj
2012-03-05 21:36 ` Saul Wold
2012-03-05 23:02 ` Khem Raj
2012-03-22 1:23 ` Denys Dmytriyenko
2012-03-22 4:22 ` Khem Raj
2012-03-22 16:48 ` Khem Raj
2012-03-22 17:52 ` Richard Purdie
2012-02-24 3:33 ` [PATCH 4/4] gcc: Stash the gcc-cross builddir to reuse in libgcc and gcc-runtime Khem Raj
2012-02-27 19:57 ` [PATCH 0/4] stash gcc-cross buildtree and add recipe class override Khem Raj
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.1330053959.git.raj.khem@gmail.com \
--to=raj.khem@gmail.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 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.