]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
core-image-sato-sdk: Use kernel-devsrc to ensure kernel module builds work
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Dec 2014 11:16:40 +0000 (11:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 12:37:18 +0000 (12:37 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-sato/images/core-image-sato-sdk.bb

index 6d4b96a1f94dd4feab535908e8416fbfaa0ee47d..1c4f328459ffaacf87cad0822ab65cebe231e6d3 100644 (file)
@@ -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"