runit is a small init system with supervisory and monitoring capabilities like systemd
The following changes since commit 4a61e9fa5f39eac6911a3ff264808c259385a70c: MEMORIAM: Add recognition for contributors no longer with us (2020-01-30 15:22:35 +0000) are available in the Git repository at: git://git.yoctoproject.org/poky-contrib kraj/pu http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/pu Khem Raj (1): runit: Add runit and related recipes meta/conf/distro/include/maintainers.inc | 2 + meta/conf/layer.conf | 1 + meta/recipes-core/runit/runit-serialgetty.bb | 43 ++++++++ .../runit/runit-serialgetty/finish | 2 + meta/recipes-core/runit/runit-serialgetty/run | 2 + meta/recipes-core/runit/runit-services.bb | 50 +++++++++ ...y-for-services-on-Debian-is-etc-servi.diff | 87 +++++++++++++++ ...t-nosync-file-to-make-sync-on-shutdow.diff | 95 ++++++++++++++++ ...03-utmpset.c-mixes-int32_t-and-time_t.diff | 57 ++++++++++ ...-t-use-static-to-link-runit-runit-ini.diff | 30 ++++++ .../0005-patch-etc-runit-2-for-FHS.patch | 17 +++ ...0006-make-buildsystem-respect-CFLAGS.patch | 21 ++++ .../runit/0007-move-communication-files.patch | 102 ++++++++++++++++++ .../runit/0008-emulate-sysv-runlevel-5.patch | 20 ++++ .../runit/0009-fix-error-in-manpage.patch | 23 ++++ meta/recipes-core/runit/runit/clearmem.patch | 22 ++++ meta/recipes-core/runit/runit/cross.patch | 50 +++++++++ ...h-disable-chkshgrp-test-that-fails-i.patch | 19 ++++ ...h-fix-spin-lock-on-systems-with-poor.patch | 20 ++++ ...h-make-build-system-print-compilatio.patch | 15 +++ meta/recipes-core/runit/runit/svlogd.patch | 19 ++++ meta/recipes-core/runit/runit_2.1.2.bb | 68 ++++++++++++ meta/recipes-core/runit/socklog-services.bb | 23 ++++ ...-options-to-cp-to-ensure-proper-mods.patch | 33 ++++++ meta/recipes-core/runit/socklog/cross.patch | 58 ++++++++++ meta/recipes-core/runit/socklog_2.1.0.bb | 32 ++++++ 26 files changed, 911 insertions(+) create mode 100644 meta/recipes-core/runit/runit-serialgetty.bb create mode 100644 meta/recipes-core/runit/runit-serialgetty/finish create mode 100644 meta/recipes-core/runit/runit-serialgetty/run create mode 100644 meta/recipes-core/runit/runit-services.bb create mode 100644 meta/recipes-core/runit/runit/0001-default-directory-for-services-on-Debian-is-etc-servi.diff create mode 100644 meta/recipes-core/runit/runit/0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff create mode 100644 meta/recipes-core/runit/runit/0003-utmpset.c-mixes-int32_t-and-time_t.diff create mode 100644 meta/recipes-core/runit/runit/0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff create mode 100644 meta/recipes-core/runit/runit/0005-patch-etc-runit-2-for-FHS.patch create mode 100644 meta/recipes-core/runit/runit/0006-make-buildsystem-respect-CFLAGS.patch create mode 100644 meta/recipes-core/runit/runit/0007-move-communication-files.patch create mode 100644 meta/recipes-core/runit/runit/0008-emulate-sysv-runlevel-5.patch create mode 100644 meta/recipes-core/runit/runit/0009-fix-error-in-manpage.patch create mode 100644 meta/recipes-core/runit/runit/clearmem.patch create mode 100644 meta/recipes-core/runit/runit/cross.patch create mode 100644 meta/recipes-core/runit/runit/patch-disable-chkshgrp-test-that-fails-i.patch create mode 100644 meta/recipes-core/runit/runit/patch-fix-spin-lock-on-systems-with-poor.patch create mode 100644 meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch create mode 100644 meta/recipes-core/runit/runit/svlogd.patch create mode 100644 meta/recipes-core/runit/runit_2.1.2.bb create mode 100644 meta/recipes-core/runit/socklog-services.bb create mode 100644 meta/recipes-core/runit/socklog-services/0001-Use-options-to-cp-to-ensure-proper-mods.patch create mode 100644 meta/recipes-core/runit/socklog/cross.patch create mode 100644 meta/recipes-core/runit/socklog_2.1.0.bb -- 2.25.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core