aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb-sdk.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-23 21:56:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-24 20:07:58 +0000
commitde2ad361e7dfe553e2c49c73199da58ce44d89e4 (patch)
tree9454407d132b4c295ded4365c3ff9e83cd8cc8d7 /meta/recipes-extended/images/core-image-lsb-sdk.bb
parentffab86f13cafb10d8d6273b6af8cd9a3c84eae20 (diff)
downloadopenembedded-core-de2ad361e7dfe553e2c49c73199da58ce44d89e4.tar.gz
core-image-lsb-sdk/dev: Inherit the base image instead of duplicating
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images/core-image-lsb-sdk.bb')
-rw-r--r--meta/recipes-extended/images/core-image-lsb-sdk.bb14
1 files changed, 4 insertions, 10 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb
index abddb767c6..da8c250d2e 100644
--- a/meta/recipes-extended/images/core-image-lsb-sdk.bb
+++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -1,16 +1,10 @@
+require core-image-lsb.bb
+
DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
(LSB) implementations. It includes the full meta-toolchain, plus development \
headers and libraries to form a standalone SDK."
-IMAGE_FEATURES += "splash tools-sdk dev-pkgs ssh-server-openssh \
- tools-debug tools-profile tools-testapps debug-tweaks"
-
+IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks"
-IMAGE_INSTALL = "\
- ${CORE_IMAGE_BASE_INSTALL} \
- packagegroup-core-basic \
- packagegroup-core-lsb \
- kernel-dev \
- "
+IMAGE_INSTALL += "kernel-dev"
-inherit core-image