[OE-core] [PATCH 1/8] kernel-dev: install all modules by default
Bruce Ashfield
bruce.ashfield at windriver.com
Fri Feb 6 16:31:01 UTC 2015
When doing kernel development testing, we want all the modules that were
built to be installed on the target.
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
meta/recipes-extended/images/core-image-kernel-dev.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/images/core-image-kernel-dev.bb b/meta/recipes-extended/images/core-image-kernel-dev.bb
index d14f658726ab..e1aa71a79fb9 100644
--- a/meta/recipes-extended/images/core-image-kernel-dev.bb
+++ b/meta/recipes-extended/images/core-image-kernel-dev.bb
@@ -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} \
--
2.1.0
More information about the Openembedded-core
mailing list