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: lucaceresoli/bug-15201-perf-libtraceevent-missing~29676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b283b82ec59a2137cf717811172765848fa813fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 c77425fc396..c3b6e7c8275 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"