From: Martin Jansa <martin.jansa@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [RFT][PATCH 0/2] Systemd 209
Date: Fri, 21 Feb 2014 16:16:07 +0100 [thread overview]
Message-ID: <20140221151607.GG3854@jama> (raw)
In-Reply-To: <cover.1392891203.git.raj.khem@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3705 bytes --]
On Thu, Feb 20, 2014 at 02:18:56AM -0800, Khem Raj wrote:
> This patchset upgrades systemd to 209 as can be seen some enahancements
> to uclibc were neeed. As of now. It builds for me on both uclibc/eglibc
> Please test it out in your setups and report back any issues
>
> The following changes since commit 9a98b8bfe13b94d89a9e39cca821f26fdeaeffc3:
>
> image_types.bbclass: Fix tar IMAGE_CMD to not change directories (2014-02-18 08:37:03 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib kraj/systemd-209
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/systemd-209
>
> Khem Raj (2):
> uclibc: Add new functionality needed for systemd 209
> systemd: Upgrade 208 -> 209
Thanks for upgrade
I've noticed pulseaudio failing to build when it tries to detect old
libsystemd-login lib:
| to the PKG_CONFIG_PATH environment variable
| No package 'libsystemd-login' found
| configure:26263: $? = 1
| configure:26277: result: no
| No package 'libsystemd-login' found
| configure:26310: error: *** Needed systemd support not found
do we want to enable compat libs or update pulseaudio to use new
libsystemd?
> ...-Use-bin-mkdir-instead-of-host-mkdir-path.patch | 31 --
> ...1-uClibc-doesn-t-implement-pwritev-preadv.patch | 15 +-
> ...ournal-Add-missing-byte-order-conversions.patch | 60 ----
> .../journal-file-protect-against-alloca-0.patch | 23 --
> ...n-appending-to-journal-file-allocate-larg.patch | 83 -----
> .../systemd/journald-add-missing-error-check.patch | 16 -
> .../systemd/systemd/systemd-pam-fix-execvpe.patch | 22 +-
> .../systemd/systemd-pam-fix-fallocate.patch | 24 +-
> .../systemd/systemd-pam-fix-getty-unit.patch | 20 +-
> .../systemd/systemd/systemd-pam-fix-mkostemp.patch | 166 +--------
> .../systemd/systemd/systemd-pam-fix-msformat.patch | 115 ++++---
> .../systemd/systemd/uclibc-sysinfo_h.patch | 19 ++
> .../systemd/{systemd_208.bb => systemd_209.bb} | 14 +-
> meta/recipes-core/uclibc/uclibc-git.inc | 3 +
> .../0001-Add-eventfd_read-and-eventfd_write.patch | 120 +++++++
> .../uclibc-git/0002-wire-setns-syscall.patch | 68 ++++
> ...tl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch | 377 +++++++++++++++++++++
> 17 files changed, 702 insertions(+), 474 deletions(-)
> delete mode 100644 meta/recipes-core/systemd/systemd/0001-Use-bin-mkdir-instead-of-host-mkdir-path.patch
> delete mode 100644 meta/recipes-core/systemd/systemd/journal-Add-missing-byte-order-conversions.patch
> delete mode 100644 meta/recipes-core/systemd/systemd/journal-file-protect-against-alloca-0.patch
> delete mode 100644 meta/recipes-core/systemd/systemd/journal-when-appending-to-journal-file-allocate-larg.patch
> delete mode 100644 meta/recipes-core/systemd/systemd/journald-add-missing-error-check.patch
> create mode 100644 meta/recipes-core/systemd/systemd/uclibc-sysinfo_h.patch
> rename meta/recipes-core/systemd/{systemd_208.bb => systemd_209.bb} (96%)
> create mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-Add-eventfd_read-and-eventfd_write.patch
> create mode 100644 meta/recipes-core/uclibc/uclibc-git/0002-wire-setns-syscall.patch
> create mode 100644 meta/recipes-core/uclibc/uclibc-git/0003-fcntl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch
>
> --
> 1.9.0
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-02-21 15:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-20 10:18 [RFT][PATCH 0/2] Systemd 209 Khem Raj
2014-02-21 3:48 ` Saul Wold
2014-02-21 3:50 ` Khem Raj
2014-02-21 15:16 ` Martin Jansa [this message]
2014-02-21 15:21 ` Richard Purdie
2014-02-21 16:33 ` Khem Raj
2014-02-22 7:57 ` Koen Kooi
2014-02-22 8:49 ` Richard Purdie
2014-02-22 9:31 ` Khem Raj
2014-02-22 18:12 ` Phil Blundell
2014-02-22 19:52 ` Khem Raj
2014-02-23 7:36 ` Koen Kooi
2014-02-25 0:28 ` Martin Jansa
2014-02-22 20:47 ` Martin Jansa
2014-02-22 21:12 ` Khem Raj
2014-02-26 7:14 ` Khem Raj
2014-02-26 9:00 ` Saul Wold
2014-02-26 17:58 ` Khem Raj
2014-02-21 16:32 ` Khem Raj
2014-02-22 12:03 ` Martin Jansa
2014-02-22 17:29 ` [meta-oe][PATCH] polkit: make it compatible with systemd-209 Martin Jansa
2014-02-22 17:29 ` [PATCH] pulseaudio: Make " Martin Jansa
2014-02-22 18:10 ` 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=20140221151607.GG3854@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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