summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-core-boot.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks/task-core-boot.bb')
-rw-r--r--meta/recipes-core/tasks/task-core-boot.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-core-boot.bb b/meta/recipes-core/tasks/task-core-boot.bb
index 5aea77169f..eb2b5484a2 100644
--- a/meta/recipes-core/tasks/task-core-boot.bb
+++ b/meta/recipes-core/tasks/task-core-boot.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10DEPENDS = "virtual/kernel" 10DEPENDS = "virtual/kernel"
11ALLOW_EMPTY = "1" 11ALLOW_EMPTY = "1"
12PR = "r7" 12PR = "r8"
13 13
14# 14#
15# Set by the machine configuration with packages essential for device bootup 15# Set by the machine configuration with packages essential for device bootup
@@ -17,6 +17,12 @@ PR = "r7"
17MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" 17MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
18MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" 18MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
19 19
20PACKAGES = "\
21 task-core-boot \
22 task-core-boot-dbg \
23 task-core-boot-dev \
24"
25
20RDEPENDS_task-core-boot = "\ 26RDEPENDS_task-core-boot = "\
21 base-files \ 27 base-files \
22 base-passwd \ 28 base-passwd \