diff options
author | Vivien Didelot <vdidelot@pbsc.com> | 2021-02-18 17:42:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-18 23:33:44 +0000 |
commit | 240f7c3018546851cfcaca9b3f19211361bbc8af (patch) | |
tree | 8a2859b54c17dc2354713215bbf3b499bae6b451 /meta-poky | |
parent | a9fe2ccbbb629e2f2827614c3eaf8e450b215d3a (diff) | |
download | poky-240f7c3018546851cfcaca9b3f19211361bbc8af.tar.gz |
local.conf.sample.extended: prefer INIT_MANAGER
Since the INIT_MANAGER variable has been introduced, there is no need
to append the distro features and set the init manager manually.
Replace the busybox/mdev and systemd examples with the 4 values
currently supported for the INIT_MANAGER variable.
(From meta-yocto rev: 2433a0f78a7fdb8450ef9ec64fa044274ac7a9e1)
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index 371ef4c69c..885b4ab20e 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -365,20 +365,9 @@ DISTRO_FEATURES_remove = "x11" | |||
365 | # | 365 | # |
366 | 366 | ||
367 | # | 367 | # |
368 | # Use busybox/mdev for system initialization | 368 | # System initialization |
369 | # | ||
370 | #VIRTUAL-RUNTIME_dev_manager = "busybox-mdev" | ||
371 | #VIRTUAL-RUNTIME_login_manager = "busybox" | ||
372 | #VIRTUAL-RUNTIME_init_manager = "busybox" | ||
373 | #VIRTUAL-RUNTIME_initscripts = "initscripts" | ||
374 | #VIRTUAL-RUNTIME_keymaps = "keymaps" | ||
375 | #DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" | ||
376 | |||
377 | # | ||
378 | # Use systemd for system initialization | ||
379 | # | 369 | # |
380 | #DISTRO_FEATURES_append = " systemd" | 370 | #INIT_MANAGER = "none" |
381 | #DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" | 371 | #INIT_MANAGER = "sysvinit" |
382 | #VIRTUAL-RUNTIME_login_manager = "shadow-base" | 372 | #INIT_MANAGER = "systemd" |
383 | #VIRTUAL-RUNTIME_init_manager = "systemd" | 373 | #INIT_MANAGER = "mdev-busybox" |
384 | #VIRTUAL-RUNTIME_initscripts = "systemd-compat-units" | ||