From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] Systemd Upgrade
Date: Sun, 6 Sep 2015 15:25:30 +0000 [thread overview]
Message-ID: <cover.1441552859.git.raj.khem@gmail.com> (raw)
Changes Since last time
- Now that 225 is out upgrade recipe to 225, changes between 224 and 225 are minor
but fixes in networkd are important
- Implement systemd-sysv-install for OE
- Enable getopt in busybox needed for systemd-sysv-install
- Remove update-rc.d from default uninstall list in rootfs creation
- Tested date and systemd unit tests manually to pass
- Booted core-image-cmdline-full on all qemu targets
Khem Raj (4):
busybox: Enable getopt applet
rootfs: Do not uninstall update-rc.d
systemd: Upgrade 219 -> 225
systemd: Implement OE-Specific systemd-sysv-install
meta/lib/oe/rootfs.py | 3 +-
meta/recipes-core/busybox/busybox/getopts.cfg | 3 +
meta/recipes-core/busybox/busybox_1.23.2.bb | 1 +
...-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 ++--
16 files changed, 222 insertions(+), 476 deletions(-)
create mode 100644 meta/recipes-core/busybox/busybox/getopts.cfg
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} (94%)
--
2.5.1
next reply other threads:[~2015-09-06 15:25 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-06 15:25 Khem Raj [this message]
2015-09-06 15:25 ` [PATCH 1/4] busybox: Enable getopt applet Khem Raj
2015-09-06 15:25 ` [PATCH 2/4] rootfs: Do not uninstall update-rc.d Khem Raj
2015-09-07 19:36 ` Phil Blundell
2015-09-07 21:15 ` Khem Raj
2015-09-07 21:48 ` Phil Blundell
2015-09-08 7:03 ` Khem Raj
2015-09-08 19:38 ` Khem Raj
2015-09-10 15:48 ` Richard Purdie
2015-09-10 23:35 ` Khem Raj
2015-09-10 23:39 ` Khem Raj
2015-09-06 15:25 ` [PATCH 3/4] systemd: Upgrade 219 -> 225 Khem Raj
2015-09-06 15:25 ` [PATCH 4/4] systemd: Implement OE-Specific systemd-sysv-install Khem Raj
2015-09-07 19:26 ` [PATCH 0/4] Systemd Upgrade Richard Purdie
2015-09-07 20:53 ` Khem Raj
2015-09-07 20:56 ` Richard Purdie
2015-09-07 21:00 ` Khem Raj
2015-09-07 21:09 ` Richard Purdie
2015-09-07 21:12 ` Khem Raj
2015-09-07 21:15 ` Richard Purdie
2015-09-08 10:31 ` Burton, Ross
2015-09-08 18:12 ` Khem Raj
2015-09-08 18:09 ` Khem Raj
2015-09-09 20:13 ` Burton, Ross
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.1441552859.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.