From 44f5c8aca05581ef5289a1e429938ac0584ac999 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Apr 2020 19:34:47 -0700 Subject: [PATCH] site.conf: Define sample for supervisory system s6 it is by choice Signed-off-by: Khem Raj --- conf/site.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/site.conf b/conf/site.conf index 0f9731c5a..1bf20df84 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -14,6 +14,11 @@ IMAGE_FSTYPES_remove_qemuall = "wic.xz wic.bmap" DISTRO = "yoe" YOE_PROFILE ?= "yoe-glibc-sysvinit-wayland" +# Select the application supervisory system when using meta-sysinit +# +#SUPERVISION_TYPE = "s6" +#PREFERRED_PROVIDER_virtual/supervision = "s6" + # Dont package kernel into image RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""