diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2014-04-15 15:13:33 +0300 |
---|---|---|
committer | Kalle Viironen <kalle.viironen@digia.com> | 2014-04-15 15:13:40 +0300 |
commit | bfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1 (patch) | |
tree | 534bfaffc99f288f395297c625e284fea6e50401 /recipes/images/b2qt-embedded-image.bb | |
parent | a68e1ea9b2904f7c69330e534da877cf19376219 (diff) | |
parent | 03be9b83d45659d0d98fa1bf69853e0aa297ed32 (diff) | |
download | meta-boot2qt-00fcaf13fc101f77968e1aead813a8aaf43aaca1.tar.gz |
Merge branch 'stable' into releaseQtEE_v2.1.0
* stable:
wpa-supplicant: include headers and sources for external usage
bootfs: need to use fakeroot for tar'ing
sdk: include bluez4-dev package to sdk
Create boot.tar.gz as part of the image build
image: include CA certificates to image
adbd: use network connection in imx53qsb
sdk: libcap is required for QtWebEngine
Include licenses to the image
adbd: make switching between usb and ethernet easier
use package groups for image content
Create only tar.gz image type
Change from dylan to dora brach in README
mkcard: remove recipe for mkcard
Change-Id: Id56ca219d05f2f833a4de3fc3ca057c5cf50a562
Diffstat (limited to 'recipes/images/b2qt-embedded-image.bb')
-rw-r--r-- | recipes/images/b2qt-embedded-image.bb | 51 |
1 files changed, 5 insertions, 46 deletions
diff --git a/recipes/images/b2qt-embedded-image.bb b/recipes/images/b2qt-embedded-image.bb index a9ec3bf..8daffbd 100644 --- a/recipes/images/b2qt-embedded-image.bb +++ b/recipes/images/b2qt-embedded-image.bb | |||
@@ -33,51 +33,10 @@ IMAGE_FEATURES += "\ | |||
33 | " | 33 | " |
34 | 34 | ||
35 | inherit core-image | 35 | inherit core-image |
36 | 36 | inherit bootfs-image | |
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 | 37 | ||
63 | IMAGE_INSTALL += "\ | 38 | IMAGE_INSTALL += "\ |
64 | kernel-modules \ | 39 | packagegroup-b2qt-embedded-base \ |
65 | psplash \ | 40 | packagegroup-b2qt-embedded-tools \ |
66 | openssh-sftp-server \ | 41 | packagegroup-b2qt-embedded-gstreamer \ |
67 | openssl \ | 42 | " |
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 | " | ||