summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-20 11:16:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:55 +0000
commit54d5e74a19d5773c3989d1d64b6a5d927013962b (patch)
tree1ce2cdeba3106225549f5cb14057903e78dd0bb0 /meta/recipes-sato
parent6ae253c9b1837b47549d182a120bc60713753052 (diff)
downloadast2050-yocto-poky-54d5e74a19d5773c3989d1d64b6a5d927013962b.zip
ast2050-yocto-poky-54d5e74a19d5773c3989d1d64b6a5d927013962b.tar.gz
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. (From OE-Core rev: 51c19b97f7282eaba0a6f6b04703a62a3fea2b4a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud