]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipes: Add runit and related recipes kraj/runit
authorKhem Raj <raj.khem@gmail.com>
Sat, 27 May 2017 22:39:44 +0000 (15:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 2 Jan 2019 18:23:00 +0000 (10:23 -0800)
commiteb4bd72f4372c742fd58dd1347d2b3176374d2e9
tree2d07c5ac461decf57fa1461cd90971018c22f82f
parent69c1d05a82ee0173276477d1092e9c234add7db2
recipes: Add runit and related recipes

* Another init system, very small in size with application life
  cycle management
* Add runit-services recipe for additional runit services from void linux
* socklog is a system/kernel logger
* Add socklog-services to provide additional logging services

Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 files changed:
meta/recipes-core/runit/runit-serialgetty.bb [new file with mode: 0644]
meta/recipes-core/runit/runit-serialgetty/finish [new file with mode: 0644]
meta/recipes-core/runit/runit-serialgetty/run [new file with mode: 0644]
meta/recipes-core/runit/runit-services.bb [new file with mode: 0644]
meta/recipes-core/runit/runit/0001-default-directory-for-services-on-Debian-is-etc-servi.diff [new file with mode: 0644]
meta/recipes-core/runit/runit/0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff [new file with mode: 0644]
meta/recipes-core/runit/runit/0003-utmpset.c-mixes-int32_t-and-time_t.diff [new file with mode: 0644]
meta/recipes-core/runit/runit/0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff [new file with mode: 0644]
meta/recipes-core/runit/runit/0005-patch-etc-runit-2-for-FHS.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/0006-make-buildsystem-respect-CFLAGS.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/0007-move-communication-files.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/0008-emulate-sysv-runlevel-5.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/0009-fix-error-in-manpage.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/clearmem.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/cross.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/patch-disable-chkshgrp-test-that-fails-i.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/patch-fix-spin-lock-on-systems-with-poor.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch [new file with mode: 0644]
meta/recipes-core/runit/runit/svlogd.patch [new file with mode: 0644]
meta/recipes-core/runit/runit_2.1.2.bb [new file with mode: 0644]
meta/recipes-core/runit/socklog-services.bb [new file with mode: 0644]
meta/recipes-core/runit/socklog/cross.patch [new file with mode: 0644]
meta/recipes-core/runit/socklog_2.1.0.bb [new file with mode: 0644]