summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/images/core-image-lsb-sdk.bb4
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb3
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb4
3 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb
index 047d66b696..7601410828 100644
--- a/meta/recipes-extended/images/core-image-lsb-sdk.bb
+++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
2(LSB) implementations. It includes the full meta-toolchain, plus development \ 2(LSB) implementations. It includes the full meta-toolchain, plus development \
3headers and libraries to form a standalone SDK." 3headers and libraries to form a standalone SDK."
4 4
5IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh" 5IMAGE_FEATURES += "apps-console-core tools-sdk dev-pkgs ssh-server-openssh \
6EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" 6 tools-debug tools-profile tools-testapps debug-tweaks"
7 7
8 8
9IMAGE_INSTALL = "\ 9IMAGE_INSTALL = "\
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
index f994a0434f..d3bf3e9ce2 100644
--- a/meta/recipes-rt/images/core-image-rt-sdk.bb
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -5,8 +5,7 @@ tools for real-time use. It includes the full meta-toolchain, development \
5headers and libraries to form a standalone SDK." 5headers and libraries to form a standalone SDK."
6DEPENDS = "linux-yocto-rt" 6DEPENDS = "linux-yocto-rt"
7 7
8IMAGE_FEATURES += "dev-pkgs tools-sdk" 8IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug tools-profile tools-testapps debug-tweaks"
9EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks"
10 9
11IMAGE_INSTALL += "rt-tests kernel-dev" 10IMAGE_INSTALL += "rt-tests kernel-dev"
12 11
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index bc942ad0a5..689315b241 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Image with Sato support that includes everything within \
2core-image-sato plus meta-toolchain, development headers and libraries to \ 2core-image-sato plus meta-toolchain, development headers and libraries to \
3form a standalone SDK." 3form a standalone SDK."
4 4
5IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" 5IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs \
6EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" 6 tools-debug tools-profile tools-testapps debug-tweaks"
7 7
8SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh" 8SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh"
9 9