From: Ross Burton Date: Fri, 17 Jul 2015 14:40:22 +0000 (+0100) Subject: core-image-lsb-sdk: use kernel-devsrc to ensure kernel module builds work X-Git-Tag: 2015-10~1163 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b283b82ec59a2137cf717811172765848fa813fa;p=openembedded-core.git 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. Signed-off-by: Ross Burton --- 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"