summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-03-04 11:58:10 +0200
committerSamuli Piippo <samuli.piippo@digia.com>2014-03-13 12:54:29 +0200
commit0975201e0a0e09ec878b210aa461949a3da9c32e (patch)
tree7f2ea59dcd83d6ad2c2a6a2bc26686724990558e /recipes/images
parent4157f4331347813136b6f4276f11ddd917903733 (diff)
downloadmeta-boot2qt-0975201e0a0e09ec878b210aa461949a3da9c32e.tar.gz
use package groups for image content
Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/b2qt-embedded-image.bb50
1 files changed, 4 insertions, 46 deletions
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb
index a9ec3bf..4b492cd 100644
--- a/recipes/images/b2qt-embedded-image.bb
+++ b/recipes/images/b2qt-embedded-image.bb
@@ -34,50 +34,8 @@ IMAGE_FEATURES += "\
34 34
35inherit core-image 35inherit core-image
36 36
37EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary"
38
39MACHINE_EXTRA_INSTALL ?= ""
40
41GSTREAMER_EXTRA_INSTALL = "\
42 gst-meta-video \
43 gst-meta-audio \
44 gst-plugins-good \
45 gst-plugins-base-app \
46 gst-plugins-good-videofilter \
47 gst-plugins-good-id3demux \
48 gst-plugins-good-auparse \
49 gst-plugins-good-isomp4 \
50 gst-plugins-ugly-rmdemux \
51 gst-plugins-ugly-asf \
52 gst-plugins-ugly-a52dec \
53 gst-ffmpeg \
54 "
55
56TOOLS_EXTRA_INSTALL = "\
57 adbd \
58 ldd \
59 binutils \
60 binutils-symlinks \
61 "
62
63IMAGE_INSTALL += "\ 37IMAGE_INSTALL += "\
64 kernel-modules \ 38 packagegroup-b2qt-embedded-base \
65 psplash \ 39 packagegroup-b2qt-embedded-tools \
66 openssh-sftp-server \ 40 packagegroup-b2qt-embedded-gstreamer \
67 openssl \ 41 "
68 libpng \
69 jpeg \
70 tiff \
71 libxslt \
72 icu \
73 freetype \
74 fontconfig \
75 liberation-fonts \
76 tslib \
77 tslib-calibrate \
78 alsa-utils-amixer \
79 hunspell \
80 ${GSTREAMER_EXTRA_INSTALL} \
81 ${TOOLS_EXTRA_INSTALL} \
82 ${MACHINE_EXTRA_INSTALL} \
83 "