From 51c19b97f7282eaba0a6f6b04703a62a3fea2b4a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 20 Dec 2014 11:16:40 +0000 Subject: 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 --- meta/recipes-sato/images/core-image-sato-sdk.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 6d4b96a1f9..1c4f328459 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" -- cgit 1.2.3-korg