diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index b9183a8709..9306a34840 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
@@ -26,8 +26,8 @@ RCONFLICTS_${PN} = "task-core-boot" | |||
26 | # Distro can override the following VIRTUAL-RUNTIME providers: | 26 | # Distro can override the following VIRTUAL-RUNTIME providers: |
27 | VIRTUAL-RUNTIME_dev_manager ?= "udev" | 27 | VIRTUAL-RUNTIME_dev_manager ?= "udev" |
28 | VIRTUAL-RUNTIME_login_manager ?= "tinylogin" | 28 | VIRTUAL-RUNTIME_login_manager ?= "tinylogin" |
29 | VIRTUAL-RUNTIME_init_manager ?= "${DISTRO_FEATURES_INITMAN}" | 29 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" |
30 | VIRTUAL-RUNTIME_initscripts ?= "${@base_contains('DISTRO_FEATURES', 'sysvinit', 'initscripts', '',d)}" | 30 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" |
31 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | 31 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" |
32 | 32 | ||
33 | RDEPENDS_${PN} = "\ | 33 | RDEPENDS_${PN} = "\ |
@@ -42,7 +42,6 @@ RDEPENDS_${PN} = "\ | |||
42 | ${VIRTUAL-RUNTIME_login_manager} \ | 42 | ${VIRTUAL-RUNTIME_login_manager} \ |
43 | ${VIRTUAL-RUNTIME_init_manager} \ | 43 | ${VIRTUAL-RUNTIME_init_manager} \ |
44 | ${VIRTUAL-RUNTIME_initscripts} \ | 44 | ${VIRTUAL-RUNTIME_initscripts} \ |
45 | ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-compat-units', '',d)} \ | ||
46 | ${VIRTUAL-RUNTIME_dev_manager} \ | 45 | ${VIRTUAL-RUNTIME_dev_manager} \ |
47 | ${VIRTUAL-RUNTIME_update-alternatives} \ | 46 | ${VIRTUAL-RUNTIME_update-alternatives} \ |
48 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 47 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |