summaryrefslogtreecommitdiffstats
path: root/recipes-qt/images/b2qt-embedded-ci-image.bb
Commit message (Collapse)AuthorAgeFilesLines
* Replace @base_contains macros with @bb.utils.containsMikko Gronoff2017-01-271-2/+2
| | | | | | | | | Deprecated @base_contains macros print warnings. Replace deprecated macro with @bb.utils.contains everywhere (.bb, .append, .conf and .inc files) Change-Id: I400f8b355150e0f283165fbf43fb620f948892fa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* images: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-031-0/+74
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>