From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/11] toolchain updates
Date: Thu, 28 Jun 2012 14:34:59 -0700 [thread overview]
Message-ID: <cover.1340919157.git.raj.khem@gmail.com> (raw)
This combines my two previous pull requests in Addition RP's
feedback on USE_NLS definition
The following changes since commit b26dda2d1e839ea461485236028e1af53b839d34:
local.conf.sample.extended: Add accidentally missed features (2012-06-28 16:30:32 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/misc-updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-updates
Dennis Lan (1):
eglibc: support mipsel little endian, filter out -march=mips32
Khem Raj (10):
bitbake.conf: Add weak definition for USE_NLS
libgcc: Remove unpackage unwind.h
gcc-configure-sdk,gcc-configure-cross: Dont recompute USE_NLS
eglibc-2.15: Update to latest on 2.15 branch
kconfig-frontends: New recipe
uclibc: Separate the bits between uclibc and uclibc-initial
uclibc-git: Update for building systemd
uclibc-0.9.33: add posix_fallocate implementation
bison: link in librt on uclibc
glib-2.0: Add missing dependency on virtual/libiconv
meta/conf/bitbake.conf | 1 +
meta/conf/distro/include/tclibc-eglibc.inc | 2 +
meta/recipes-core/eglibc/eglibc_2.15.bb | 3 +-
meta/recipes-core/glib-2.0/glib-2.0_2.32.3.bb | 2 +-
meta/recipes-core/glib-2.0/glib.inc | 2 +-
meta/recipes-core/uclibc/uclibc-0.9.33.inc | 22 ++
.../uclibc/uclibc-0.9.33/posix_fallocate.patch | 408 ++++++++++++++++++++
meta/recipes-core/uclibc/uclibc-git.inc | 29 ++
...1-atexit_old-Do-not-add-it-to-shared-libc.patch | 44 +++
...brt-Use-nodefaultlibs-instead-of-nostdlib.patch | 33 ++
...-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch | 31 ++
...rk-Hide-pthread_atfork-in-shared-versions.patch | 74 ++++
.../uclibc-git/define-MSG_CMSG_CLOEXEC.patch | 25 ++
meta/recipes-core/uclibc/uclibc-git/dup3.patch | 37 ++
.../uclibc/uclibc-git/posix_fallocate.patch | 408 ++++++++++++++++++++
meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb | 3 +-
meta/recipes-core/uclibc/uclibc-initial_git.bb | 3 +-
meta/recipes-core/uclibc/uclibc-package.inc | 37 ++
meta/recipes-core/uclibc/uclibc.inc | 59 +--
meta/recipes-core/uclibc/uclibc_0.9.33.bb | 33 +-
meta/recipes-core/uclibc/uclibc_git.bb | 33 +-
meta/recipes-devtools/bison/bison_2.5.bb | 1 +
meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 -
meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 4 -
meta/recipes-devtools/gcc/libgcc_4.7.bb | 4 +
.../kconfig-frontends/kconfig-frontends_3.4.bb | 34 ++
26 files changed, 1228 insertions(+), 106 deletions(-)
create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33.inc
create mode 100644 meta/recipes-core/uclibc/uclibc-0.9.33/posix_fallocate.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git.inc
create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-atexit_old-Do-not-add-it-to-shared-libc.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-librt-Use-nodefaultlibs-instead-of-nostdlib.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-nptl-arm-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/define-MSG_CMSG_CLOEXEC.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/dup3.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-git/posix_fallocate.patch
create mode 100644 meta/recipes-core/uclibc/uclibc-package.inc
create mode 100644 meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb
--
1.7.9.5
next reply other threads:[~2012-06-28 21:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 21:34 Khem Raj [this message]
2012-06-28 21:36 ` [PATCH 01/11] bitbake.conf: Add weak definition for USE_NLS Khem Raj
2012-06-29 11:43 ` Richard Purdie
2012-06-28 21:36 ` [PATCH 02/11] libgcc: Remove unpackage unwind.h Khem Raj
2012-06-28 21:36 ` [PATCH 03/11] gcc-configure-sdk, gcc-configure-cross: Dont recompute USE_NLS Khem Raj
2012-06-28 21:36 ` [PATCH 04/11] eglibc: support mipsel little endian, filter out -march=mips32 Khem Raj
2012-06-28 21:36 ` [PATCH 05/11] eglibc-2.15: Update to latest on 2.15 branch Khem Raj
2012-06-28 21:36 ` [PATCH 06/11] kconfig-frontends: New recipe Khem Raj
2012-06-28 21:36 ` [PATCH 07/11] uclibc: Separate the bits between uclibc and uclibc-initial Khem Raj
2012-06-28 21:36 ` [PATCH 08/11] uclibc-git: Update for building systemd Khem Raj
2012-06-28 21:36 ` [PATCH 09/11] uclibc-0.9.33: add posix_fallocate implementation Khem Raj
2012-06-28 21:36 ` [PATCH 10/11] bison: link in librt on uclibc Khem Raj
2012-06-28 21:36 ` [PATCH 11/11] glib-2.0: Add missing dependency on virtual/libiconv Khem Raj
2012-06-29 12:34 ` [PATCH 00/11] toolchain updates Richard Purdie
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.1340919157.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox