From 8b61400347f7276fe74b851eb85f3df1270b6ef9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 14 Jan 2013 20:28:45 +0100 Subject: [PATCH] task-core-boot: Make sure the 'kernel' package is installed The modules depend on kernel-base (renamed kernel-3.2.35) package, the tasks depend on some modules and nothing needed the kernel package. In OE Core/Poky the machines depend on kernel-modules which will pull the kernel package into the rootfs. We do it by hand using the essential depends and bumping the PR for the task-core-boot. I have verified that on a kernel ugrade task-core-boot will be updated and the kernel package is installed. --- conf/machine/include/sysmobts.inc | 1 + recipes-apps/tasks/task-core-boot.bbappend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index 616305acd4..e26e8ceb89 100644 --- a/conf/machine/include/sysmobts.inc +++ b/conf/machine/include/sysmobts.inc @@ -20,6 +20,7 @@ MACHINE_FEATURES = "kernel26 serial" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ busybox-ifplugd \ watchdog \ + kernel \ kernel-module-davinci-wdt \ kernel-module-dspdl \ kernel-module-dspdl-dm644x \ diff --git a/recipes-apps/tasks/task-core-boot.bbappend b/recipes-apps/tasks/task-core-boot.bbappend index 7e68765b2b..7e058f52f5 100644 --- a/recipes-apps/tasks/task-core-boot.bbappend +++ b/recipes-apps/tasks/task-core-boot.bbappend @@ -1,3 +1,3 @@ -PRINC = "6" +PRINC = "7" RDEPENDS_task-core-boot += ""