Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch for-2012.05/systemd
Date: Mon, 19 Mar 2012 16:59:34 +0100	[thread overview]
Message-ID: <cover.1332172636.git.maxime.ripard@free-electrons.com> (raw)

Hi all,

This is an update of my previous RFC for integrating systemd into buildroot
I guess we have now reached a pretty good shape and we can begin to think
about merging these.

As always, any comments are welcome :)

Maxime

The following changes since commit 03ceab6d1611cf378ac9bec92134354bcdd963d1:

  Update for 2012.02 (2012-02-29 23:19:47 +0100)

are available in the git repository at:
  git://git.free-electrons.com/users/maxime-ripard/buildroot.git for-2012.05/systemd

Maxime Ripard (6):
      Change the /etc/mtab symlink to use an absolute path
      Add the systemd package
      Enable cgroups in Linux if we use systemd
      Rework of the init system
      Fix installation for the lighttpd package
      Add systemd unit for lighttpd

 fs/skeleton/etc/mtab                  |    2 +-
 linux/linux.mk                        |    2 +
 package/Config.in                     |    1 +
 package/Makefile.package.in           |    8 +
 package/dbus/dbus.mk                  |    4 +
 package/lighttpd/lighttpd.conf        |  445 +++++++++++++++++++++++++++++++++
 package/lighttpd/lighttpd.mk          |   44 ++++
 package/lighttpd/lighttpd.service     |   10 +
 package/systemd/Config.in             |   20 ++
 package/systemd/getty at .service        |   39 +++
 package/systemd/serial-getty at .service |   31 +++
 package/systemd/systemd.mk            |   69 +++++
 package/sysvinit/Config.in            |    1 +
 package/udev/udev.mk                  |    4 +
 target/generic/Config.in              |   22 ++
 15 files changed, 701 insertions(+), 1 deletions(-)
 create mode 100644 package/lighttpd/lighttpd.conf
 create mode 100644 package/lighttpd/lighttpd.service
 create mode 100644 package/systemd/Config.in
 create mode 100644 package/systemd/getty at .service
 create mode 100644 package/systemd/serial-getty at .service
 create mode 100644 package/systemd/systemd.mk

Thanks,
-- 
Maxime Ripard

             reply	other threads:[~2012-03-19 15:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 15:59 Maxime Ripard [this message]
2012-03-19 15:59 ` [Buildroot] [PATCH 1/6] Change the /etc/mtab symlink to use an absolute path Maxime Ripard
2012-03-19 16:08   ` Peter Korsgaard
2012-03-19 15:59 ` [Buildroot] [PATCH 2/6] Add the systemd package Maxime Ripard
2012-03-19 23:32   ` Arnout Vandecappelle
2012-03-20  8:35     ` Maxime Ripard
2012-03-20  8:46       ` Peter Korsgaard
2012-03-20 18:19       ` Arnout Vandecappelle
2012-03-21  9:33         ` Maxime Ripard
2012-03-19 15:59 ` [Buildroot] [PATCH 3/6] Enable cgroups in Linux if we use systemd Maxime Ripard
2012-03-19 15:59 ` [Buildroot] [PATCH 4/6] Rework of the init system Maxime Ripard
2012-03-19 23:45   ` Arnout Vandecappelle
2012-03-20  8:53     ` Maxime Ripard
2012-03-20  9:15       ` Peter Korsgaard
2012-03-20  9:14     ` Peter Korsgaard
2012-03-19 15:59 ` [Buildroot] [PATCH 5/6] Fix installation for the lighttpd package Maxime Ripard
2012-03-19 23:51   ` Arnout Vandecappelle
2012-03-20  9:42     ` Maxime Ripard
2012-03-20 12:29       ` Arnout Vandecappelle
2012-03-19 15:59 ` [Buildroot] [PATCH 6/6] Add systemd unit for lighttpd Maxime Ripard
2012-03-19 23:55   ` Arnout Vandecappelle
2012-03-21  9:24     ` Maxime Ripard

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.1332172636.git.maxime.ripard@free-electrons.com \
    --to=maxime.ripard@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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