summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-27 15:39:44 -0700
committerKhem Raj <raj.khem@gmail.com>2020-06-23 15:26:37 -0700
commit9217ed1446b5c409f68274517b5e0ae5acab4ec5 (patch)
tree00386c336064e6a2015caad435ebe7896684403b /meta/conf/layer.conf
parent5e61ce4e2f78009accc5e329cf5264698b97e592 (diff)
downloadopenembedded-core-contrib-9217ed1446b5c409f68274517b5e0ae5acab4ec5.tar.gz
runit: 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 * disable the chkshsgr tests in socklog Running the chkhsgr test during cross compile fails ./chkshsgr || ( cat warn-shsgr; exit 1 ) Oops. Your getgroups() returned 0, and setgroups() failed; this means that I can't reliably do my shsgr test. Please either ``make'' as root or ``make'' while you're in one or more supplementary groups. All OE based targets have working getgroups()/setgroups() implementation, so its a safe assumption and therefore make the test to be a dummy Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 098ef12ac6..da4b7c3de6 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -35,6 +35,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
keymaps \
udev-extraconf \
packagegroup-x11-xserver \
+ runit-serialgetty \
systemd-serialgetty \
initscripts \
shadow \