Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Systemd Upgrade
@ 2015-09-06 15:25 Khem Raj
  2015-09-06 15:25 ` [PATCH 1/4] busybox: Enable getopt applet Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Khem Raj @ 2015-09-06 15:25 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-09-10 23:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06 15:25 [PATCH 0/4] Systemd Upgrade Khem Raj
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox