From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/12] safe systemd patches
Date: Mon, 11 Mar 2013 11:24:43 -0700 [thread overview]
Message-ID: <cover.1363025917.git.ross.burton@intel.com> (raw)
Hi,
This series is a set of simple/safe systemd related patches. I've a follow-up series to
implement hybrid system/sysvinit.
Ross
The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5:
bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ross/systemd-safe
for you to fetch changes up to 1fd5b960dd36458b7b829f9094df18cd8b5ac201:
systemd: remove libsystemd-daemon linkage in libudev (2013-03-11 10:59:54 -0700)
----------------------------------------------------------------
Ross Burton (12):
connman: explicitly disable systemd if we don't want it enabled
polkit: explicitly disable systemd if we're using consolekit
xf86-video-intel: add explicit dependency on udev
avahi: explicitly disable systemd if we don't want it enabled
xkeyboard-config: remove long-gone build dependencies
systemd-compat-units: add missing systemd-systemctl-native dependency
busybox: enable swapon -p (91 byte increase)
systemd: busybox's swapon now supports -p
systemd: remove util-linux-mount dependency
systemd: set the location of the kill binary
util-linux: disable systemd support
systemd: remove libsystemd-daemon linkage in libudev
meta/recipes-connectivity/avahi/avahi.inc | 2 +-
meta/recipes-connectivity/connman/connman.inc | 2 +-
meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 +-
meta/recipes-core/systemd/systemd-compat-units.bb | 2 +
.../systemd/systemd/udev-linkage.patch | 62 ++++++++++++++++++++
meta/recipes-core/systemd/systemd_197.bb | 8 +--
meta/recipes-core/util-linux/util-linux.inc | 1 +
meta/recipes-extended/polkit/polkit_0.104.bb | 5 +-
.../xorg-driver/xf86-video-intel_2.21.0.bb | 2 +-
.../xorg-driver/xf86-video-intel_git.bb | 2 +-
.../xorg-lib/xkeyboard-config_2.8.bb | 2 +-
11 files changed, 76 insertions(+), 14 deletions(-)
create mode 100644 meta/recipes-core/systemd/systemd/udev-linkage.patch
Ross Burton (12):
connman: explicitly disable systemd if we don't want it enabled
polkit: explicitly disable systemd if we're using consolekit
xf86-video-intel: add explicit dependency on udev
avahi: explicitly disable systemd if we don't want it enabled
xkeyboard-config: remove long-gone build dependencies
systemd-compat-units: add missing systemd-systemctl-native dependency
busybox: enable swapon -p (91 byte increase)
systemd: busybox's swapon now supports -p
systemd: remove util-linux-mount dependency
systemd: set the location of the kill binary
util-linux: disable systemd support
systemd: remove libsystemd-daemon linkage in libudev
meta/recipes-connectivity/avahi/avahi.inc | 2 +-
meta/recipes-connectivity/connman/connman.inc | 2 +-
meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 +-
meta/recipes-core/systemd/systemd-compat-units.bb | 2 +
.../systemd/systemd/udev-linkage.patch | 62 ++++++++++++++++++++
meta/recipes-core/systemd/systemd_197.bb | 8 +--
meta/recipes-core/util-linux/util-linux.inc | 1 +
meta/recipes-extended/polkit/polkit_0.104.bb | 5 +-
.../xorg-driver/xf86-video-intel_2.21.0.bb | 2 +-
.../xorg-driver/xf86-video-intel_git.bb | 2 +-
.../xorg-lib/xkeyboard-config_2.8.bb | 2 +-
11 files changed, 76 insertions(+), 14 deletions(-)
create mode 100644 meta/recipes-core/systemd/systemd/udev-linkage.patch
--
1.7.10.4
next reply other threads:[~2013-03-11 18:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 18:24 Ross Burton [this message]
2013-03-11 18:24 ` [PATCH 01/12] connman: explicitly disable systemd if we don't want it enabled Ross Burton
2013-03-11 18:24 ` [PATCH 02/12] polkit: explicitly disable systemd if we're using consolekit Ross Burton
2013-03-11 18:24 ` [PATCH 03/12] xf86-video-intel: add explicit dependency on udev Ross Burton
2013-03-11 18:24 ` [PATCH 04/12] avahi: explicitly disable systemd if we don't want it enabled Ross Burton
2013-03-11 18:24 ` [PATCH 05/12] xkeyboard-config: remove long-gone build dependencies Ross Burton
2013-03-11 18:24 ` [PATCH 06/12] systemd-compat-units: add missing systemd-systemctl-native dependency Ross Burton
2013-03-12 7:08 ` Martin Jansa
2013-03-12 7:37 ` Koen Kooi
2013-03-12 8:50 ` Martin Jansa
2013-03-11 18:24 ` [PATCH 07/12] busybox: enable swapon -p (91 byte increase) Ross Burton
2013-03-11 18:24 ` [PATCH 08/12] systemd: busybox's swapon now supports -p Ross Burton
2013-03-11 18:24 ` [PATCH 09/12] systemd: remove util-linux-mount dependency Ross Burton
2013-03-11 18:24 ` [PATCH 10/12] systemd: set the location of the kill binary Ross Burton
2013-03-11 18:24 ` [PATCH 11/12] util-linux: disable systemd support Ross Burton
2013-03-12 10:39 ` Enrico Scholz
2013-03-11 18:24 ` [PATCH 12/12] systemd: remove libsystemd-daemon linkage in libudev Ross Burton
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.1363025917.git.ross.burton@intel.com \
--to=ross.burton@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox