summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-02-08 13:09:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 16:35:33 +0000
commitf86e7010506142514f1f78bf6cc8d95a699cd884 (patch)
tree5fab115cb547bab399e61602ac572c97741ef579 /meta-poky
parentee65834b0155b53c597a1bb4425faac81c40b6e0 (diff)
downloadpoky-f86e7010506142514f1f78bf6cc8d95a699cd884.tar.gz
local.conf.sample.extended: Mention shadow-base for login_manager for systemd
While not strictly required, list shadow-base as the example to use for VIRTUAL-RUNTIME_login_manager when configuring for systemd. This provider matches what is found in for example Debian and is also one of the non-intuitive VIRTUAL-RUNTIME alternatives, so it's good to have an example in use somewhere. (From meta-yocto rev: 7a75d20f1361a64bebfd2ad228ebde1a823fd239) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
index 3ba99f4896..1b0b75c787 100644
--- a/meta-poky/conf/local.conf.sample.extended
+++ b/meta-poky/conf/local.conf.sample.extended
@@ -395,5 +395,6 @@
395# 395#
396#DISTRO_FEATURES_append = " systemd" 396#DISTRO_FEATURES_append = " systemd"
397#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" 397#DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
398#VIRTUAL-RUNTIME_login_manager = "shadow-base"
398#VIRTUAL-RUNTIME_init_manager = "systemd" 399#VIRTUAL-RUNTIME_init_manager = "systemd"
399#VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" 400#VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"