summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images/core-image-lsb-sdk.bb
diff options
context:
space:
mode:
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 @@
1require core-image-lsb.bb
2
1DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \ 3DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
2(LSB) implementations. It includes the full meta-toolchain, plus development \ 4(LSB) implementations. It includes the full meta-toolchain, plus development \
3headers and libraries to form a standalone SDK." 5headers and libraries to form a standalone SDK."
4 6
5IMAGE_FEATURES += "splash tools-sdk dev-pkgs ssh-server-openssh \ 7IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks"
6 tools-debug tools-profile tools-testapps debug-tweaks"
7
8 8
9IMAGE_INSTALL = "\ 9IMAGE_INSTALL += "kernel-dev"
10 ${CORE_IMAGE_BASE_INSTALL} \
11 packagegroup-core-basic \
12 packagegroup-core-lsb \
13 kernel-dev \
14 "
15 10
16inherit core-image