Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] [RFC] systemV init without busybox series
@ 2014-11-06 13:36 Gustavo Zacarias
  2014-11-06 13:36 ` [Buildroot] [PATCH 1/7] skeleton/S40network: tweak for debian ifupdown Gustavo Zacarias
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Gustavo Zacarias @ 2014-11-06 13:36 UTC (permalink / raw)
  To: buildroot

This is a RFC patch series that enables busybox-less systemV systems to be
built.
It contains fixes that enable it to work seamlessly, some new packages and a
couple of non essential/related bumps.

The series is still missing start-stop-daemon which is contained in the dpkg
upstream package which begs the question, should we ship it as dpkg (with the
side consequences and expectations) or name it start-stop-daemon and install
just that? (option 2 is what i've got done at the moment, that's my choice,
but be free and vote).

It's also missing documentation on the recommended packages for a normal boot
to take place without any errors or warnings for a default busybox skeleton.

* debianutils provides run-parts for ifupdown
* ifupdown provides ifup/ifdown

Gustavo Zacarias (7):
  skeleton/S40network: tweak for debian ifupdown
  package/uclibc: enable wordexp
  dhcpcd: install binary to /sbin
  dhcpcd: bump to version 6.6.0
  dash: bump to 0.5.8-2
  debianutils: new package
  ifupdown: new package

 package/Config.in                     |  4 ++++
 package/dash/dash.hash                |  4 ++--
 package/dash/dash.mk                  |  4 ++--
 package/debianutils/Config.in         |  7 +++++++
 package/debianutils/debianutils.hash  |  2 ++
 package/debianutils/debianutils.mk    | 14 ++++++++++++++
 package/dhcpcd/dhcpcd.hash            |  2 ++
 package/dhcpcd/dhcpcd.mk              |  4 ++--
 package/ifupdown/Config.in            | 11 +++++++++++
 package/ifupdown/ifupdown.hash        |  2 ++
 package/ifupdown/ifupdown.mk          | 28 ++++++++++++++++++++++++++++
 package/uclibc/uClibc-0.9.31.config   |  2 +-
 package/uclibc/uClibc-0.9.33.config   |  2 +-
 package/uclibc/uClibc-snapshot.config |  2 +-
 system/skeleton/etc/init.d/S40network |  3 +++
 15 files changed, 82 insertions(+), 9 deletions(-)
 create mode 100644 package/debianutils/Config.in
 create mode 100644 package/debianutils/debianutils.hash
 create mode 100644 package/debianutils/debianutils.mk
 create mode 100644 package/dhcpcd/dhcpcd.hash
 create mode 100644 package/ifupdown/Config.in
 create mode 100644 package/ifupdown/ifupdown.hash
 create mode 100644 package/ifupdown/ifupdown.mk

-- 
2.0.4

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

end of thread, other threads:[~2014-11-07 13:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 13:36 [Buildroot] [PATCH 0/7] [RFC] systemV init without busybox series Gustavo Zacarias
2014-11-06 13:36 ` [Buildroot] [PATCH 1/7] skeleton/S40network: tweak for debian ifupdown Gustavo Zacarias
2014-11-06 13:36 ` [Buildroot] [PATCH 2/7] package/uclibc: enable wordexp Gustavo Zacarias
2014-11-06 17:22   ` Thomas Petazzoni
2014-11-06 17:25     ` Gustavo Zacarias
2014-11-06 17:45       ` Thomas Petazzoni
2014-11-06 17:48         ` Gustavo Zacarias
2014-11-06 13:36 ` [Buildroot] [PATCH 3/7] dhcpcd: install binary to /sbin Gustavo Zacarias
2014-11-07 13:42   ` Vicente Olivert Riera
2014-11-06 13:36 ` [Buildroot] [PATCH 4/7] dhcpcd: bump to version 6.6.0 Gustavo Zacarias
2014-11-07 13:42   ` Vicente Olivert Riera
2014-11-06 13:36 ` [Buildroot] [PATCH 5/7] dash: bump to 0.5.8-2 Gustavo Zacarias
2014-11-06 13:36 ` [Buildroot] [PATCH 6/7] debianutils: new package Gustavo Zacarias
2014-11-06 13:36 ` [Buildroot] [PATCH 7/7] ifupdown: " Gustavo Zacarias
2014-11-06 18:00   ` Danomi Manchego
2014-11-06 18:10     ` Gustavo Zacarias
2014-11-06 18:12   ` Thomas Petazzoni
2014-11-06 18:34     ` Gustavo Zacarias
2014-11-06 17:24 ` [Buildroot] [PATCH 0/7] [RFC] systemV init without busybox series Thomas Petazzoni
2014-11-06 17:32   ` Gustavo Zacarias
2014-11-07  9:12     ` Károly Kasza
2014-11-07 10:07       ` Gustavo Zacarias

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