diff options
-rw-r--r-- | meta/recipes-core/tasks/task-core-boot.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-core/tasks/task-core-boot.bb b/meta/recipes-core/tasks/task-core-boot.bb index 05c280dd13..6487436ccd 100644 --- a/meta/recipes-core/tasks/task-core-boot.bb +++ b/meta/recipes-core/tasks/task-core-boot.bb | |||
@@ -17,14 +17,12 @@ PR = "r9" | |||
17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | 17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" |
18 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | 18 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" |
19 | 19 | ||
20 | # Distro can override dev_manager provider | 20 | # Distro can override the following VIRTUAL-RUNTIME providers: |
21 | VIRTUAL-RUNTIME_dev_manager ?= "udev" | 21 | VIRTUAL-RUNTIME_dev_manager ?= "udev" |
22 | # Distro can override login_manager provider | ||
23 | VIRTUAL-RUNTIME_login_manager ?= "tinylogin" | 22 | VIRTUAL-RUNTIME_login_manager ?= "tinylogin" |
24 | # Distro can override init_manager provider | ||
25 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" | 23 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" |
26 | # Distro can override initscripts provider | ||
27 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | 24 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" |
25 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | ||
28 | 26 | ||
29 | PACKAGES = "\ | 27 | PACKAGES = "\ |
30 | task-core-boot \ | 28 | task-core-boot \ |
@@ -37,7 +35,7 @@ RDEPENDS_task-core-boot = "\ | |||
37 | base-passwd \ | 35 | base-passwd \ |
38 | busybox \ | 36 | busybox \ |
39 | ${VIRTUAL-RUNTIME_initscripts} \ | 37 | ${VIRTUAL-RUNTIME_initscripts} \ |
40 | ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \ | 38 | ${@base_contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ |
41 | modutils-initscripts \ | 39 | modutils-initscripts \ |
42 | netbase \ | 40 | netbase \ |
43 | ${VIRTUAL-RUNTIME_login_manager} \ | 41 | ${VIRTUAL-RUNTIME_login_manager} \ |