From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] kconfig-frontends and uclibc updated for systemd
Date: Tue, 26 Jun 2012 23:07:04 -0700 [thread overview]
Message-ID: <cover.1340777115.git.raj.khem@gmail.com> (raw)
This patch consolidates the feedback on kconfig-frontends
Adds additional patches needed for systemd to work with uclibc
Fixes uclibc and other userspace recipes to work with gold linker
The following changes since commit f4b5afe46ff018570c1949653eb6995428827f6f:
sanity.bbclass: Increase LAYER_CONF_VERSION to match bblayers change (2012-06-25 17:20:06 +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
Khem Raj (7):
kconfig-frontends: New recipe
tclibc-eglibc.inc: Define USE_NLS
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/distro/include/tclibc-eglibc.inc | 2 +
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 +
.../kconfig-frontends/kconfig-frontends_3.4.bb | 34 ++
21 files changed, 1221 insertions(+), 99 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-27 6:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 6:07 Khem Raj [this message]
2012-06-27 6:09 ` [PATCH 1/7] kconfig-frontends: New recipe Khem Raj
2012-06-27 6:09 ` [PATCH 2/7] tclibc-eglibc.inc: Define USE_NLS Khem Raj
2012-06-27 12:37 ` Richard Purdie
2012-06-28 17:09 ` Khem Raj
2012-06-27 6:09 ` [PATCH 3/7] uclibc: Separate the bits between uclibc and uclibc-initial Khem Raj
2012-06-27 6:09 ` [PATCH 4/7] uclibc-git: Update for building systemd Khem Raj
2012-06-27 6:09 ` [PATCH 5/7] uclibc-0.9.33: add posix_fallocate implementation Khem Raj
2012-06-27 6:09 ` [PATCH 6/7] bison: link in librt on uclibc Khem Raj
2012-06-27 6:09 ` [PATCH 7/7] glib-2.0: Add missing dependency on virtual/libiconv 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.1340777115.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