From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/11] recipes refreshed for uclibc and systemd update to 197
Date: Thu, 24 Jan 2013 13:07:11 -0800 [thread overview]
Message-ID: <cover.1359061155.git.raj.khem@gmail.com> (raw)
This patchset addresses few things
1. Upgrades systemd to 197 (tested on uclibc and eglibc with all qemu machines)
2. Fixes recipes to compile with uclibc and build core-image-sato for all supported
qemu machines and booted them
3. Fix intermittent build failures seen on high parallism and rebuild from sstate
while editing package recipe and causing rebuilds of certain recipes only.
4. Pin uclibc git as default provider of uclibc in OE-Core since its the one
which has tested support for systemd
5. Enable reenterant nss functionality in uclibc needed for quota and rpcbind
The following changes since commit ffab86f13cafb10d8d6273b6af8cd9a3c84eae20:
prserv: add LOCALCOUNT to AUTOINCs migration feature (2013-01-22 16:01:17 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-systemd-updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-systemd-updates
Khem Raj (11):
libpcap: Add missing libusb dependency
gettext: Fix build with uclibc remove upstreamed patches
libtirpc: Disable DES functions on uclibc
rpcbind: Dont use nss with uclibc
quota: inherit gettext
icu: Fix build on uclibc
uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC
tcmode-default.inc: Switch to git version of uclibc by default
systemd: Fix build on ppc
systemd: Upgrade to 197
gawk: Add missing dependency on readline
meta/conf/distro/include/tcmode-default.inc | 2 +-
meta/recipes-connectivity/libpcap/libpcap.inc | 2 +-
.../gnulib-uclibc-sched_param-def.patch | 21 -
.../gettext/gettext-0.18.2/wchar-uclibc.patch | 74 --
meta/recipes-core/gettext/gettext_0.18.2.bb | 3 -
...emd-analyze-use-argparse-instead-of-getop.patch | 106 --
.../0001-systemd-analyze-rewrite-in-C.patch | 1087 ++++++++++++++++++++
...it-file-Add-libsystemd-daemon.la-to-LDADD.patch | 32 +
...-analyze-use-GDBus-instead-of-dbus-python.patch | 94 --
.../systemd/{systemd_196.bb => systemd_197.bb} | 13 +-
meta/recipes-core/uclibc/uclibc-git/uClibc.distro | 2 +-
meta/recipes-extended/gawk/gawk_4.0.1.bb | 2 +
.../libtirpc-0.2.2/remove-des-uclibc.patch | 47 +
meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb | 2 +
meta/recipes-extended/quota/quota_4.01.bb | 2 +-
.../rpcbind/rpcbind/0001-uclibc-nss.patch | 30 +
.../rpcbind/0002-uclibc-rpcsvc-defines.patch | 60 ++
meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 8 +
meta/recipes-support/icu/icu.inc | 1 +
19 files changed, 1281 insertions(+), 307 deletions(-)
delete mode 100644 meta/recipes-core/gettext/gettext-0.18.2/gnulib-uclibc-sched_param-def.patch
delete mode 100644 meta/recipes-core/gettext/gettext-0.18.2/wchar-uclibc.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-systemd-analyze-rewrite-in-C.patch
create mode 100644 meta/recipes-core/systemd/systemd/0001-test-unit-file-Add-libsystemd-daemon.la-to-LDADD.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch
rename meta/recipes-core/systemd/{systemd_196.bb => systemd_197.bb} (95%)
create mode 100644 meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-uclibc.patch
create mode 100644 meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch
create mode 100644 meta/recipes-extended/rpcbind/rpcbind/0002-uclibc-rpcsvc-defines.patch
--
1.7.9.5
next reply other threads:[~2013-01-24 21:23 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 21:07 Khem Raj [this message]
2013-01-24 21:07 ` [PATCH 01/11] libpcap: Add missing libusb dependency Khem Raj
2013-01-24 21:50 ` Richard Purdie
2013-01-24 22:14 ` Khem Raj
2013-01-24 22:42 ` Chris Larson
2013-01-24 22:49 ` Richard Purdie
2013-01-25 1:00 ` Khem Raj
2013-01-25 4:30 ` Khem Raj
2013-01-24 21:07 ` [PATCH 02/11] gettext: Fix build with uclibc remove upstreamed patches Khem Raj
2013-01-24 21:07 ` [PATCH 03/11] libtirpc: Disable DES functions on uclibc Khem Raj
2013-01-24 21:07 ` [PATCH 04/11] rpcbind: Dont use nss with uclibc Khem Raj
2013-01-25 14:20 ` Richard Purdie
2013-01-25 17:22 ` Khem Raj
2013-01-24 21:07 ` [PATCH 05/11] quota: inherit gettext Khem Raj
2013-01-24 21:07 ` [PATCH 06/11] icu: Fix build on uclibc Khem Raj
2013-01-24 21:07 ` [PATCH 07/11] uclibc-git/uClibc.distro: Enable UCLIBC_HAS_REENTRANT_RPC Khem Raj
2013-01-24 21:07 ` [PATCH 08/11] tcmode-default.inc: Switch to git version of uclibc by default Khem Raj
2013-01-24 21:07 ` [PATCH 09/11] systemd: Fix build on ppc Khem Raj
2013-01-24 21:07 ` [PATCH 10/11] systemd: Upgrade to 197 Khem Raj
2013-01-25 16:04 ` Burton, Ross
2013-01-25 16:08 ` Martin Jansa
2013-01-25 16:10 ` Burton, Ross
2013-01-24 21:07 ` [PATCH 11/11] gawk: Add missing dependency on readline 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.1359061155.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