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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
