diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-20 11:16:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:37:55 +0000 |
commit | 54d5e74a19d5773c3989d1d64b6a5d927013962b (patch) | |
tree | 1ce2cdeba3106225549f5cb14057903e78dd0bb0 /meta/recipes-sato/images | |
parent | 6ae253c9b1837b47549d182a120bc60713753052 (diff) | |
download | 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/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 2 |
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 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 = "" | |||
10 | IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ | 10 | IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ |
11 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" | 11 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" |
12 | 12 | ||
13 | IMAGE_INSTALL += "kernel-dev" | 13 | IMAGE_INSTALL += "kernel-devsrc" |
14 | 14 | ||