summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5aea77169..eb2b5484a 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
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1"
-PR = "r7"
+PR = "r8"
#
# Set by the machine configuration with packages essential for device bootup
@@ -17,6 +17,12 @@ PR = "r7"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
+PACKAGES = "\
+ task-core-boot \
+ task-core-boot-dbg \
+ task-core-boot-dev \
+"
+
RDEPENDS_task-core-boot = "\
base-files \
base-passwd \