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.
This commit is contained in:
Holger Hans Peter Freyther 2013-01-14 20:28:45 +01:00
parent c7dc800cc5
commit 8b61400347
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -1,3 +1,3 @@
PRINC = "6"
PRINC = "7"
RDEPENDS_task-core-boot += ""