[oe-commits] Richard Purdie : core-image-sato-sdk: Use kernel-devsrc to ensure kernel module builds work

git at git.openembedded.org git at git.openembedded.org
Sat Dec 20 11:24:51 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 89dd3d2435a58c31311931b10088e6c246ba4e33
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=89dd3d2435a58c31311931b10088e6c246ba4e33

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Dec 20 11:16:40 2014 +0000

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 <richard.purdie at linuxfoundation.org>

---

 meta/recipes-sato/images/core-image-sato-sdk.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index 6d4b96a..1c4f328 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"
 



More information about the Openembedded-commits mailing list