summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2013-07-23 13:33:02 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2013-07-25 11:18:27 +0300
commitec2c87083fbeb5bfb284328e35302b24eaf69fee (patch)
treec70ee0bb858e6e65b733742dd90d365d2c256fa3 /recipes/images
parent8221470878f38edbcafe926f4588a597280de387 (diff)
downloadmeta-boot2qt-ec2c87083fbeb5bfb284328e35302b24eaf69fee.tar.gz
Strip unneeded stuff from image and toolchain
- imx6 viv_samples removed - libgles files for other SGX versions removed - unneeded python modules removed Change-Id: I4c76ba96e6c445f872cbeccc370ada90da3702df Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/b2qt-embedded-image.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb
index 077b219..de86a34 100644
--- a/recipes/images/b2qt-embedded-image.bb
+++ b/recipes/images/b2qt-embedded-image.bb
@@ -21,7 +21,9 @@ MACHINE_EXTRA_INSTALL_mx5 += "\
21 " 21 "
22 22
23MACHINE_EXTRA_INSTALL_mx6 += "\ 23MACHINE_EXTRA_INSTALL_mx6 += "\
24 gpu-viv-bin-mx6q \ 24 libgal-mx6 \
25 libegl-mx6 \
26 libgles2-mx6 \
25 gst-fsl-plugin \ 27 gst-fsl-plugin \
26 " 28 "
27 29
@@ -55,6 +57,8 @@ GSTREAMER_EXTRA_INSTALL = "\
55TOOLS_EXTRA_INSTALL = "\ 57TOOLS_EXTRA_INSTALL = "\
56 adbd \ 58 adbd \
57 ldd \ 59 ldd \
60 binutils \
61 binutils-symlinks \
58 " 62 "
59 63
60IMAGE_INSTALL += "\ 64IMAGE_INSTALL += "\