summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-11-01 10:13:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-11-03 14:11:34 +0000
commit57f2d6e8c7a518b50981674849014c1640022563 (patch)
treedbc82561185727d9d961cd79622b2dc9c0a45a8f /recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
parentd1014d8b2e40f36cd85d75cfd3732f6b124dab2f (diff)
downloadmeta-boot2qt-57f2d6e8c7a518b50981674849014c1640022563.tar.gz
images: do not explicitly define Qt dependency packages
Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'recipes/packagegroup/packagegroup-b2qt-embedded-base.bb')
-rw-r--r--recipes/packagegroup/packagegroup-b2qt-embedded-base.bb28
1 files changed, 5 insertions, 23 deletions
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
index 55394d6..b5bb73d 100644
--- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
+++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
@@ -33,42 +33,24 @@ PR = "r0"
33 33
34inherit packagegroup 34inherit packagegroup
35 35
36MACHINE_EXTRA_INSTALL ?= ""
37
36RDEPENDS_${PN} = "\ 38RDEPENDS_${PN} = "\
37 kernel-modules \ 39 kernel-modules \
38 adbd \ 40 linux-firmware \
39 openssh-sftp-server \
40 openssl \
41 openssl-misc \ 41 openssl-misc \
42 libpng \
43 tiff \
44 libxslt \
45 icu \
46 freetype \
47 fontconfig \
48 liberation-fonts \
49 tslib \
50 tslib-calibrate \
51 alsa-utils-amixer \
52 hunspell \
53 ca-certificates \ 42 ca-certificates \
54 linux-firmware \ 43 liberation-fonts \
55 ttf-devanagari \ 44 ttf-devanagari \
56 ttf-opensans \ 45 ttf-opensans \
57 ttf-dejavu-common \ 46 ttf-dejavu-common \
58 ttf-dejavu-sans \ 47 ttf-dejavu-sans \
59 dbus-session-init \
60 otf-noto \ 48 otf-noto \
61 libmysqlclient \ 49 dbus-session-init \
62 libpq \
63 tzdata \ 50 tzdata \
64 tzdata-americas \ 51 tzdata-americas \
65 tzdata-asia \ 52 tzdata-asia \
66 tzdata-europe \ 53 tzdata-europe \
67 atk \
68 libevent \
69 ostree \
70 dracut \
71 connman \ 54 connman \
72 ${@base_contains("DISTRO_FEATURES", "wayland", "wayland weston weston-examples", "", d)} \
73 ${MACHINE_EXTRA_INSTALL} \ 55 ${MACHINE_EXTRA_INSTALL} \
74 " 56 "