From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH V2 0/3] Systemd Upgrade
Date: Thu, 10 Sep 2015 17:02:57 -0700 [thread overview]
Message-ID: <cover.1441929533.git.raj.khem@gmail.com> (raw)
Changes Since V1:
Install update-rc.d conditionally when both systemd and sysvinit are in distro features
and we are not building r/o image
The following changes since commit 56c5fa106eeccda2ca92dbeb73ff01ba40992e7d:
ptest: use fakeroot for do_install_ptest_base (2015-09-09 14:25:09 +0100)
are available in the git repository at:
git://github.com/kraj/openembedded-core kraj/systemd-225
https://github.com/kraj/openembedded-core/tree/kraj/systemd-225
Khem Raj (3):
rootfs: Conditionally uninstall update-rc.d
systemd: Upgrade 219 -> 225
systemd: Implement OE-Specific systemd-sysv-install
meta/lib/oe/rootfs.py | 10 +-
...-mount-add-dependencies-to-dynamically-mo.patch | 36 ----
...ed-missing.h-fall-back-to-insecure-getenv.patch | 25 ---
...t-install-dependency-links-at-install-tim.patch | 35 ++--
...heck-for-additional-features-that-uclibc-.patch | 23 ++-
...wn-Use-execvpe-only-when-libc-supports-it.patch | 37 ++---
...til-Use-mkostemp-only-if-libc-supports-it.patch | 8 +-
...-unimplemented-_SC_PHYS_PAGES-system-conf.patch | 8 +-
...0-Make-root-s-home-directory-configurable.patch | 136 ++++++++-------
...0012-implment-systemd-sysv-install-for-OE.patch | 40 +++++
...files.c-Honor-ordering-within-files-as-th.patch | 185 ---------------------
...-remove-userspace-firmware-loading-suppor.patch | 99 ++++++-----
.../systemd/systemd/tmpfiles-pam.patch | 30 ----
.../systemd/{systemd_219.bb => systemd_225.bb} | 29 ++--
14 files changed, 226 insertions(+), 475 deletions(-)
delete mode 100644 meta/recipes-core/systemd/systemd/0001-Revert-core-mount-add-dependencies-to-dynamically-mo.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0002-shared-missing.h-fall-back-to-insecure-getenv.patch
create mode 100644 meta/recipes-core/systemd/systemd/0012-implment-systemd-sysv-install-for-OE.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch
delete mode 100644 meta/recipes-core/systemd/systemd/tmpfiles-pam.patch
rename meta/recipes-core/systemd/{systemd_219.bb => systemd_225.bb} (95%)
--
2.5.1
next reply other threads:[~2015-09-10 23:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 0:02 Khem Raj [this message]
2015-09-11 0:03 ` [PATCH V2 1/3] rootfs: Conditionally uninstall update-rc.d Khem Raj
2015-09-11 0:19 ` [PATCH V2 2/3] systemd: Upgrade 219 -> 225 Khem Raj
2015-09-16 21:17 ` [OE-core] " Andreas Müller
2015-09-16 21:17 ` Andreas Müller
2015-09-16 21:18 ` [OE-core] " Khem Raj
2015-09-16 21:18 ` Khem Raj
2015-09-18 7:46 ` Adrian Freihofer
2015-09-18 9:02 ` [OE-core] " Martin Jansa
2015-09-18 9:02 ` Martin Jansa
2015-09-18 10:33 ` Adrian Freihofer
2015-09-18 11:01 ` [OE-core] " Andreas Müller
2015-09-18 11:01 ` Andreas Müller
2015-09-11 0:19 ` [PATCH V2 3/3] systemd: Implement OE-Specific systemd-sysv-install 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.1441929533.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.