public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Cc: openembedded-devel@lists.openembedded.org
Subject: [PATCH 0/5] systemd class, and more enabling
Date: Fri,  8 Feb 2013 22:43:14 +0000	[thread overview]
Message-ID: <cover.1360360346.git.ross.burton@intel.com> (raw)

Hi,

This series introduces a systemd class (largely based on the work in
meta-systemd) and changes update-rc.d.bbclass so that it doesn't do anything if
systemd.bbclass was also inherited *and* systemd is enabled.

As examples, avahi, connman and wpa-supplicant are updated to use the new class.

Note that the new class does have slightly different semantics to the
meta-systemd class, so merging the rest of the changes in meta-systemd that are
relevant to oe-core should happen sooner rather than later.

Ross

The following changes since commit 20b4dcace222d6b1d659a8813b4affad075ec0c6:

  dbus-native: Don't install dbus-launch (2013-02-08 14:50:38 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/systemd

for you to fetch changes up to cba1dc1c04201b8f08fca587a7433238a5ddaa33:

  wpa-supplicant: Enabling with systemd (2013-02-08 21:50:34 +0000)

----------------------------------------------------------------
Radu Moisan (3):
      connman: Enabling with systemd
      avahi: Enabling with systemd
      wpa-supplicant: Enabling with systemd

Ross Burton (2):
      systemd.bbclass: helper class for recipes with systemd units
      update-rc.d: don't do anything if systemd.bbclass is inherited

 meta/classes/systemd.bbclass                       |  158 ++++++++++++++++++++
 meta/classes/update-rc.d.bbclass                   |   19 ++-
 meta/recipes-connectivity/avahi/avahi.inc          |   21 ++-
 meta/recipes-connectivity/connman/connman.inc      |   11 +-
 .../wpa-supplicant/wpa-supplicant-2.0.inc          |   13 +-
 5 files changed, 200 insertions(+), 22 deletions(-)
 create mode 100644 meta/classes/systemd.bbclass

Radu Moisan (3):
  connman: Enabling with systemd
  avahi: Enabling with systemd
  wpa-supplicant: Enabling with systemd

Ross Burton (2):
  systemd.bbclass: helper class for recipes with systemd units
  update-rc.d: don't do anything if systemd.bbclass is inherited

 meta/classes/systemd.bbclass                       |  158 ++++++++++++++++++++
 meta/classes/update-rc.d.bbclass                   |   19 ++-
 meta/recipes-connectivity/avahi/avahi.inc          |   21 ++-
 meta/recipes-connectivity/connman/connman.inc      |   11 +-
 .../wpa-supplicant/wpa-supplicant-2.0.inc          |   13 +-
 5 files changed, 200 insertions(+), 22 deletions(-)
 create mode 100644 meta/classes/systemd.bbclass

-- 
1.7.10.4




             reply	other threads:[~2013-02-08 23:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 22:43 Ross Burton [this message]
2013-02-08 22:43 ` [PATCH 1/5] systemd.bbclass: helper class for recipes with systemd units Ross Burton
2013-02-11 14:43   ` Richard Purdie
2013-02-08 22:43 ` [PATCH 2/5] update-rc.d: don't do anything if systemd.bbclass is inherited Ross Burton
2013-02-08 22:43 ` [PATCH 3/5] connman: Enabling with systemd Ross Burton
2013-02-08 22:43 ` [PATCH 4/5] avahi: " Ross Burton
2013-02-08 22:43 ` [PATCH 5/5] wpa-supplicant: " 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.1360360346.git.ross.burton@intel.com \
    --to=ross.burton@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-devel@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