summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
Commit message (Collapse)AuthorAgeFilesLines
* openssl: make sure c_rehash is included in the imageSamuli Piippo2014-05-211-0/+1
| | | | | | | | | And make /usr/lib/ssl/certs symbolic link to /etc/ssl/certs, so that ca-certificates are used. Task-number: QTEE-502 Change-Id: Id673b5db066b184465425b56df9c1fa41e68fa70 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add linux-firmware to b2qt default base packagesAndy Nichols2014-05-121-0/+1
| | | | | | | | | | | | | This should enable the binary firmware blobs that come with the Linux kernel to be deployed to the device image which will enable any kernel modules that require them to work. This situation comes up frequently among wifi drivers (like ralink devices) and should allow us to support a more complete range of available USB wifi hardware. Change-Id: I8167e35e7d49e0823ad63d60ab5962fd049439e1 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* image: include CA certificates to imageSamuli Piippo2014-03-191-0/+1
| | | | | | | | | | | The package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. Task-number: QTEE-447 Change-Id: Ib5c5d8bd13618ff97116c2d8a5952fa49a4f16a9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* use package groups for image contentSamuli Piippo2014-03-131-0/+48
Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>