kernel-dev: install all modules by default

When doing kernel development testing, we want all the modules that were
built to be installed on the target.

(From OE-Core rev: 440b827c7953c59a85e3a93b88953cd33a530a07)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2015-01-19 09:33:42 -05:00 committed by Richard Purdie
parent dade54fee6
commit a7c428c735
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ require recipes-core/images/core-image-minimal.bb
KERNEL_DEV_UTILS ?= "dropbear"
KERNEL_DEV_TOOLS ?= "packagegroup-core-tools-profile packagegroup-core-buildessential kernel-devsrc"
KERNEL_DEV_MODULE ?= ""
KERNEL_DEV_MODULE ?= "kernel-modules"
CORE_IMAGE_EXTRA_INSTALL += "${KERNEL_DEV_MODULE} \
${KERNEL_DEV_UTILS} \