[Buildroot] [pull request v4] Pull request for branch for-2012.05/systemd

Maxime Ripard maxime.ripard at free-electrons.com
Fri Mar 23 15:49:51 UTC 2012


Changes since v3:
  * Fix a typo in a comment
  * Fix the CGROUP enabling that was set after the make oldconfig, prompting
    the user for options when compiling the kernel

The following changes since commit 5b84ec26c8981c6ab0e119b455e807152ded449a:

  libconfig: bump to 1.4.8 and cleanup (2012-03-21 23:08:25 +0100)

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

Maxime Ripard (5):
      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

 linux/linux.mk                                     |    2 +
 package/Config.in                                  |    1 +
 package/Makefile.package.in                        |    8 ++
 package/dbus/dbus.mk                               |    4 +
 .../lighttpd-1.4.30-Fix-default-config-file.patch  |   92 ++++++++++++++++++++
 package/lighttpd/lighttpd.mk                       |   43 +++++++++
 package/lighttpd/lighttpd.service                  |   10 ++
 package/systemd/Config.in                          |   20 ++++
 package/systemd/systemd-37-fix-getty-unit.patch    |   34 +++++++
 package/systemd/systemd.mk                         |   62 +++++++++++++
 package/sysvinit/Config.in                         |    1 +
 package/udev/udev.mk                               |    4 +
 target/generic/Config.in                           |   28 ++++++
 13 files changed, 309 insertions(+), 0 deletions(-)
 create mode 100644 package/lighttpd/lighttpd-1.4.30-Fix-default-config-file.patch
 create mode 100644 package/lighttpd/lighttpd.service
 create mode 100644 package/systemd/Config.in
 create mode 100644 package/systemd/systemd-37-fix-getty-unit.patch
 create mode 100644 package/systemd/systemd.mk

Thanks,
-- 
Maxime Ripard


More information about the buildroot mailing list