From: Richard Purdie Date: Sat, 20 Dec 2014 11:16:40 +0000 (+0000) Subject: core-image-sato-sdk: Use kernel-devsrc to ensure kernel module builds work X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c19b97f7282eaba0a6f6b04703a62a3fea2b4a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato-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-sato-sdk continue to pass. Therefore update the name of the package included in the image. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 6d4b96a1f94..1c4f328459f 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -10,5 +10,5 @@ QT4PKG_mips64 = "" IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" -IMAGE_INSTALL += "kernel-dev" +IMAGE_INSTALL += "kernel-devsrc"