Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2012.05/systemd
@ 2012-03-19 15:59 Maxime Ripard
  2012-03-19 15:59 ` [Buildroot] [PATCH 1/6] Change the /etc/mtab symlink to use an absolute path Maxime Ripard
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Maxime Ripard @ 2012-03-19 15:59 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2012-03-21  9:33 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 15:59 [Buildroot] [pull request] Pull request for branch for-2012.05/systemd Maxime Ripard
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

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