Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5 v3] openrc: further itegration (branch yem/openrc)
@ 2019-08-04 12:14 Yann E. MORIN
  2019-08-04 12:14 ` [Buildroot] [PATCH 1/5 v3] package/skeleton-init-openrc: add support for starting sysv scripts Yann E. MORIN
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Yann E. MORIN @ 2019-08-04 12:14 UTC (permalink / raw)
  To: buildroot

Hello All!

This series continues the integration of the OpenRC init system in
Buildroot:
  - legacy sysv init compatibility
  - handle remounting root read/write
  - getty support
  - netifrc package to replace openrc internal network handling

This series is a respin of patches initially from Micha?, heavily
tweaked by me. I'll soon reply to the initial patches that were left
behind.


Regards,
Yann E. MORIN.


The following changes since commit 6f79cebe6a7152f2bb83af01a8909c4e33168d45

  package/linux-headers: apply all Linux patches when BR2_KERNEL_HEADERS_AS_KERNEL=y (2019-08-04 12:53:03 +0200)


are available in the git repository at:

  git://git.buildroot.org/~ymorin/git/buildroot.git

for you to fetch changes up to 30a72507b462c74206c354feae3887e54b96da09

  package/netifrc: add support for BR2_SYSTEM_DHCP (2019-08-04 14:02:27 +0200)


----------------------------------------------------------------
Micha? ?yszczek (5):
      package/skeleton-init-openrc: add support for starting sysv scripts
      package/skeleton-init-openrc: add support to remount rootfs as rw
      package/openrc: add support for spawning getty
      package/netifrc: new package
      package/netifrc: add support for BR2_SYSTEM_DHCP

 DEVELOPERS                                         |  1 +
 docs/manual/adding-packages-generic.txt            |  5 +-
 package/Config.in                                  |  1 +
 package/netifrc/Config.in                          | 12 +++++
 package/netifrc/netifrc.hash                       |  3 ++
 package/netifrc/netifrc.mk                         | 57 ++++++++++++++++++++++
 package/openrc/getty                               | 24 +++++++++
 package/openrc/openrc.mk                           | 29 +++++++++++
 package/openrc/sysv-rcs                            | 25 ++++++++++
 package/pkg-generic.mk                             |  3 +-
 .../skeleton-init-openrc/skeleton-init-openrc.mk   | 15 ++++++
 .../skeleton/etc/conf.d/.empty                     |  0
 package/skeleton-init-openrc/skeleton/etc/fstab    |  1 +
 .../skeleton/etc/runlevels/default/.empty          |  0
 .../skeleton/etc/runlevels/default/sysv-rcs        |  1 +
 system/Config.in                                   | 16 +++---
 16 files changed, 184 insertions(+), 9 deletions(-)
 create mode 100644 package/netifrc/Config.in
 create mode 100644 package/netifrc/netifrc.hash
 create mode 100644 package/netifrc/netifrc.mk
 create mode 100755 package/openrc/getty
 create mode 100755 package/openrc/sysv-rcs
 create mode 100644 package/skeleton-init-openrc/skeleton/etc/conf.d/.empty
 create mode 100644 package/skeleton-init-openrc/skeleton/etc/runlevels/default/.empty
 create mode 120000 package/skeleton-init-openrc/skeleton/etc/runlevels/default/sysv-rcs

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2019-09-25  8:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04 12:14 [Buildroot] [PATCH 0/5 v3] openrc: further itegration (branch yem/openrc) Yann E. MORIN
2019-08-04 12:14 ` [Buildroot] [PATCH 1/5 v3] package/skeleton-init-openrc: add support for starting sysv scripts Yann E. MORIN
2019-08-04 12:14 ` [Buildroot] [PATCH 2/5 v3] package/skeleton-init-openrc: add support to remount rootfs as rw Yann E. MORIN
2019-08-04 12:14 ` [Buildroot] [PATCH 3/5 v3] package/openrc: add support for spawning getty Yann E. MORIN
2019-08-04 12:14 ` [Buildroot] [PATCH 4/5 v3] package/netifrc: new package Yann E. MORIN
2019-09-23 21:13   ` Thomas Petazzoni
2019-08-04 12:14 ` [Buildroot] [PATCH 5/5 v3] package/netifrc: add support for BR2_SYSTEM_DHCP Yann E. MORIN
2019-09-23 21:12 ` [Buildroot] [PATCH 0/5 v3] openrc: further itegration (branch yem/openrc) Thomas Petazzoni
2019-09-24  8:21   ` michal.lyszczek at bofc.pl
2019-09-24 21:50     ` michal.lyszczek at bofc.pl
2019-09-25  7:18       ` Thomas Petazzoni
2019-09-25  8:13         ` michal.lyszczek at bofc.pl

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