Finally, managed to get systemd 211 to boot on uclibc and eglibc on all supported qemu machines, this should fix bug #5940
Additional functionality in uclibc is needed to support this systemd gnutls, glib-2.0, intltool fixes are uclibc specific and are needed to get uclibc images going util-linux fix is moulded to support uclibc I have been testing this fix on the qemuarm/qemuppc/qemumips/qemux86/qemux86-64 on both uclibc/eglibc images and its been working good. The following changes since commit 58aae40bbf8edd9c5ca70b2094eeb724391f1993: eglibc: Update SRC_URI to point to final download location (2014-03-13 20:44:48 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/systemd-211 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/systemd-211 Khem Raj (7): uclibc: Implement clock_adjtime() uclibc: Remove iconv.h gnutls: Link in pthread explicitly for uclibc glib-2.0: Fix localedir expectations for uclibc util-linux: scanf_cv_alloc_modifier changed from 'as' -> 'ms' intltool: Define DATADIRNAME=share for uclibc based systems Upgrade to systemd 211+ meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch | 20 ++ meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb | 1 + ...1-uClibc-doesn-t-implement-pwritev-preadv.patch | 15 +- .../systemd-pam-configure-check-uclibc.patch | 25 +- .../systemd/systemd/systemd-pam-fix-execvpe.patch | 22 +- .../systemd/systemd-pam-fix-fallocate.patch | 16 +- .../systemd/systemd-pam-fix-getty-unit.patch | 20 +- .../systemd/systemd/systemd-pam-fix-mkostemp.patch | 166 +--------- .../systemd/systemd/systemd-pam-fix-msformat.patch | 348 --------------------- .../systemd/systemd/uclibc-get-physmem.patch | 37 +++ .../systemd/systemd/uclibc-sysinfo_h.patch | 19 ++ .../systemd/{systemd_208.bb => systemd_211.bb} | 31 +- meta/recipes-core/uclibc/uclibc-git.inc | 3 +- .../0004-Add-clock_adjtime-syscall.patch | 73 +++++ meta/recipes-core/uclibc/uclibc.inc | 3 +- meta/recipes-core/util-linux/util-linux_2.24.1.bb | 3 +- .../intltool/intltool-0.50.2/uclibc.patch | 19 ++ meta/recipes-devtools/intltool/intltool_0.50.2.bb | 1 + meta/recipes-support/gnutls/gnutls.inc | 2 + 19 files changed, 258 insertions(+), 566 deletions(-) create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch delete mode 100644 meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch create mode 100644 meta/recipes-core/systemd/systemd/uclibc-get-physmem.patch create mode 100644 meta/recipes-core/systemd/systemd/uclibc-sysinfo_h.patch rename meta/recipes-core/systemd/{systemd_208.bb => systemd_211.bb} (93%) create mode 100644 meta/recipes-core/uclibc/uclibc-git/0004-Add-clock_adjtime-syscall.patch create mode 100644 meta/recipes-devtools/intltool/intltool-0.50.2/uclibc.patch -- 1.9.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
