From patchwork Fri Nov 4 17:25:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,0/3] SystemD service management support Date: Fri, 04 Nov 2011 17:25:57 -0000 From: Otavio Salvador X-Patchwork-Id: 14275 Message-Id: To: openembedded-devel@lists.openembedded.org The following changes since commit 120753e7437bc893462356ef153b67d38f7f696e: php 5.3.6: import from OE classic (2011-11-03 15:02:20 +0100) are available in the git repository at: git://github.com/OSSystems/meta-oe master https://github.com/OSSystems/meta-oe/tree/master Otavio Salvador (3): systemd-systemctl-native: add a systemctl wrapper systemd.bbclass: make easier handle service enabling connman: refactor systemd packaging meta-oe/classes/systemd.bbclass | 78 ++++++++++++++++++++ meta-oe/recipes-connectivity/connman/connman.inc | 24 +----- .../recipes-connectivity/connman/connman_0.77.bb | 2 +- .../systemd/systemd-systemctl-native.bb | 13 +++ .../systemd/systemd-systemctl-native/systemctl | 51 +++++++++++++ 5 files changed, 148 insertions(+), 20 deletions(-) create mode 100644 meta-oe/classes/systemd.bbclass create mode 100644 meta-oe/recipes-core/systemd/systemd-systemctl-native.bb create mode 100755 meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl