[OE-core] [PATCH] core-image-lsb-sdk: use kernel-devsrc to ensure kernel module builds work

Ross Burton ross.burton at intel.com
Fri Jul 17 14:41:22 UTC 2015


With the move of the kernel source to the kernel-devsrc, we need this package to
ensure the kernel module sanity tests made on core-image-lsb-sdk continue to
pass. Therefore update the name of the package included in the image.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/images/core-image-lsb-sdk.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb
index c77425f..c3b6e7c 100644
--- a/meta/recipes-extended/images/core-image-lsb-sdk.bb
+++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -6,5 +6,4 @@ headers and libraries to form a standalone SDK."
 
 IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
 
-IMAGE_INSTALL += "kernel-dev"
-
+IMAGE_INSTALL += "kernel-devsrc"
-- 
2.1.4




More information about the Openembedded-core mailing list