diff options
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/b2qt-embedded-image.bb | 50 |
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 | ||
35 | inherit core-image | 35 | inherit core-image |
36 | 36 | ||
37 | EXTRA_IMAGEDEPENDS_mx6 += "u-boot-script-boundary" | ||
38 | |||
39 | MACHINE_EXTRA_INSTALL ?= "" | ||
40 | |||
41 | GSTREAMER_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 | |||
56 | TOOLS_EXTRA_INSTALL = "\ | ||
57 | adbd \ | ||
58 | ldd \ | ||
59 | binutils \ | ||
60 | binutils-symlinks \ | ||
61 | " | ||
62 | |||
63 | IMAGE_INSTALL += "\ | 37 | IMAGE_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 | " | ||