diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-17 15:40:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:40:42 +0100 |
commit | 0f8d89ce66cfffccc9911d6c61470a585173b79d (patch) | |
tree | 114bdba29b75ee176e617aaa7d5e30d252fa52d3 /meta | |
parent | 557bca8dd39bc966d6fb07e8d6ebb5fa897566a2 (diff) | |
download | poky-0f8d89ce66cfffccc9911d6c61470a585173b79d.tar.gz |
core-image-lsb-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-lsb-sdk continue to
pass. Therefore update the name of the package included in the image.
(From OE-Core rev: b283b82ec59a2137cf717811172765848fa813fa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index c77425fc39..c3b6e7c827 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
@@ -6,5 +6,4 @@ headers and libraries to form a standalone SDK." | |||
6 | 6 | ||
7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" | 7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" |
8 | 8 | ||
9 | IMAGE_INSTALL += "kernel-dev" | 9 | IMAGE_INSTALL += "kernel-devsrc" |
10 | |||