aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-17 15:40:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:40:42 +0100
commit0f8d89ce66cfffccc9911d6c61470a585173b79d (patch)
tree114bdba29b75ee176e617aaa7d5e30d252fa52d3 /meta/recipes-extended/images
parent557bca8dd39bc966d6fb07e8d6ebb5fa897566a2 (diff)
downloadopenembedded-core-contrib-0f8d89ce66cfffccc9911d6c61470a585173b79d.tar.gz
core-image-lsb-sdk: use kernel-devsrc to ensure kernel module builds work
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. (From OE-Core rev: b283b82ec59a2137cf717811172765848fa813fa) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r--meta/recipes-extended/images/core-image-lsb-sdk.bb3
1 files changed, 1 insertions, 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 c77425fc39..c3b6e7c827 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"