diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk.bb | 5 |
1 files changed, 4 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 882c2bf53d..6d4b96a1f9 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
@@ -4,7 +4,10 @@ DESCRIPTION = "Image with Sato support that includes everything within \ | |||
4 | core-image-sato plus meta-toolchain, development headers and libraries to \ | 4 | core-image-sato plus meta-toolchain, development headers and libraries to \ |
5 | form a standalone SDK." | 5 | form a standalone SDK." |
6 | 6 | ||
7 | IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \ | 7 | QT4PKG = "qt4-pkgs" |
8 | QT4PKG_mips64 = "" | ||
9 | |||
10 | IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ | ||
8 | 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" |
9 | 12 | ||
10 | IMAGE_INSTALL += "kernel-dev" | 13 | IMAGE_INSTALL += "kernel-dev" |