summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-29 09:53:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:10:34 +0100
commit2f661475d1d14c583edc40598bb135fe59ec5a6c (patch)
treeccbd06fd61116faf0eacb859ba2ef81194b9231c /meta/recipes-sato
parent8feed9d4129ae810b04c88d2f635f83c2c511158 (diff)
downloadast2050-yocto-poky-2f661475d1d14c583edc40598bb135fe59ec5a6c.zip
ast2050-yocto-poky-2f661475d1d14c583edc40598bb135fe59ec5a6c.tar.gz
core-image-sato-sdk: Drop qt4 on mips64
qt4 doesn't build on mips64 so don't include it in sato-sdk images. (From OE-Core rev: 900584946698b5bb2c459ad9555709665843be2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb5
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 882c2bf..6d4b96a 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 \
core-image-sato plus meta-toolchain, development headers and libraries to \
form a standalone SDK."
-IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \
+QT4PKG = "qt4-pkgs"
+QT4PKG_mips64 = ""
+
+IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \
tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
IMAGE_INSTALL += "kernel-dev"
OpenPOWER on IntegriCloud