]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-lsb-sdk: use kernel-devsrc to ensure kernel module builds work
authorRoss Burton <ross.burton@intel.com>
Fri, 17 Jul 2015 14:40:22 +0000 (15:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jul 2015 09:39:02 +0000 (10:39 +0100)
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@intel.com>
meta/recipes-extended/images/core-image-lsb-sdk.bb

index c77425fc39619da7db9a01cc63844bc6c20c3acd..c3b6e7c8275871141935e2d1569c8e03b3863dff 100644 (file)
@@ -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"