summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup
Commit message (Collapse)AuthorAgeFilesLines
* Install CJK fonts on eLinux imageGatis Paeglis2015-04-211-0/+1
| | | | | | | | | This is needed so we can enable Chinese, Korean and Japanese input method support in VKB. Task-number: QTEE-765 Change-Id: I86db44cc4ebfbaf9e72854a9a4ffa0708193c442 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Don't explicitly install jpeg to imageSamuli Piippo2015-02-041-1/+0
| | | | | | | | | | | This is attempt to fix issue where, on some targets, bitbake fails with: Cannot satisfy the following dependencies for packagegroup-b2qt-embedded-base: * jpeg * jpeg will still be included in the images due to other dependencies. Change-Id: I3f6f388c10f196785eafe020d2d6256efb500643 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Start dbus session bus at bootSamuli Piippo2015-01-291-0/+1
| | | | | | | | | Session address is saved to /var/run/dbus/session_bus_address, which is read in /etc/profile.d/dbus-session-address for interactive login and by adbd for applications launched from QtCreator. Change-Id: I8e1f43bdb2f7a7b0450dacf39890cf149459bbf4 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* gstreamer: include jpegenc gst pluginSamuli Piippo2015-01-081-0/+1
| | | | | | | Needed for camera support. Change-Id: I6aceb232d7f4a260081e5a44a69271f535d2aec2 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Include all python modules to sdkSamuli Piippo2014-11-251-7/+2
| | | | | | | | | | If the toolchain is added to PATH, the python needs to have enough modules to able to build QtWebEngine. Task-number: QTEE-824 Change-Id: I2c9f977118f70928735eb7663d272364c5fa6754 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-245-5/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| * toolchain: include base-filesSamuli Piippo2014-10-091-0/+1
| | | | | | | | | | | | | | | | Fix problem with dependency to base-files package in toolchain Change-Id: I96a5f76bba9372a3d8856baebbd29d73aae5a0b1 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Install fonts with help of Yocto recipesGatis Paeglis2014-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | Install fonts with help of Yocto recipes instead of installing fonts from many "random" shell scripts and b2qt-launcher repository. Change-Id: I906d022cfab1dfabeca1a8cd0b4c39cc8a886842 Task-number: QTEE-757 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Remove u-boot-fw-utilsSamuli Piippo2014-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | Not needed by updater framework and this was causing problems for other devices than nitrogen6x. cherry-picked from dev Change-Id: I6278bd23943f1cf8add62b980cd703b5c64ba5bf Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| * Change copyright noticeRainer Keller2014-10-065-5/+5
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | tasks were renamed to packagagroupsSamuli Piippo2014-11-181-2/+1
| | | | | | | | | | Change-Id: I30b0cd06eb04fc38cad823c7e6c154aa34d25e09 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Add camera support for RPi and SABRESamuli Piippo2014-10-171-0/+8
| | | | | | | | | | | | | | | | | | | | Include necessary gstreamer plugins to enable camera usage in Qt. Camera is enabled in RPi boot configuration, and needed kernel modules are loaded during boot on in RPi and SABRE. Change-Id: Iaeb17933b7d7dabb30db638db6594ab6aada05a0 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* | Include wayland to SDK host part only on iMX6 devicesSamuli Piippo2014-09-301-1/+1
| | | | | | | | | | | | | | | | | | Host part of the SDK need to be configured per device as well, otherwise wayland is build for all machines. Change-Id: If5287da32f1f09fef47826576e48060f6a9b642c Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* | Add Wayland and Weston into the iMX6 imagesLaszlo Agocs2014-09-261-0/+1
| | | | | | | | | | | | | | | | weston-examples may get removed later on, for now they are necessary for testing and development. Change-Id: I0bbb1d9d66045d8844f07d8e0bca9d7fc19251c3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* | gstreamer: include codec needed to play QtEE video in TI hardwareSamuli Piippo2014-09-231-0/+2
| | | | | | | | | | | | | | | | iMX6 devices have dsp codec that are able to play the video, but TI hardware don't have this, so add software codecs instead. Change-Id: I6192b042f8e1ea219486a948e075250e09790def Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | Remove u-boot-fw-utilsSamuli Piippo2014-09-171-1/+0
|/ | | | | | | | Not needed by updater framework and this was causing problems for other devices than nitrogen6x. Change-Id: I256b8e187e693ac145936c255213a7faaf65c8a6 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Include u-boot-fw-tools to imageSamuli Piippo2014-08-251-0/+1
| | | | | | | Needed for the remote flashing. Change-Id: I16cda8b717c87807d71696a60f8a9ce1d4c4e077 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* image: include i2c-tools in imageSamuli Piippo2014-06-241-0/+1
| | | | | Change-Id: I47fa7efa46059deee646f862db01eeaa84284af8 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* 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>
* gstreamer: include icydemuxer needed for internet radiosSamuli Piippo2014-05-141-0/+1
| | | | | Change-Id: If3c7931f10b47f2d85e5b3f0f48573f0956621df Reviewed-by: Andy Nichols <andy.nichols@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>
* sdk: include python modules for QtWebEngine supportSamuli Piippo2014-04-241-0/+4
| | | | | | | | Some additional python modules are required to build QtWebEngine Task-number: QTEE-443 Change-Id: I47e0d9e8cf1b253e166684b32f2c7141a89749f5 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* wpa-supplicant: include headers and sources for external usageSamuli Piippo2014-04-041-0/+1
| | | | | | | | | | Needed sources and headers are included in -dev packages, and that is included in the sdk. Task-number: QTEE-451 Change-Id: Ieb5978000856a7c2780102ab751c09e7fe2a01f8 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* sdk: include bluez4-dev package to sdkSamuli Piippo2014-03-271-0/+1
| | | | | | | | | Bluez was already include in the image, but need to add dev package to sdk so QtConnectivity/Bluetooth can use it. Task-number: QTEE-458 Change-Id: I128bcc9c63b88e52a71089d11e37d20efbeabdeb Reviewed-by: Andy Nichols <andy.nichols@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>
* sdk: libcap is required for QtWebEngineSamuli Piippo2014-03-191-0/+1
| | | | | | Task-number: QTEE-448 Change-Id: If90c21aa917c2742ed6ac28c141b89bc65b0a937 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* use package groups for image contentSamuli Piippo2014-03-133-0/+123
| | | | | | | Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* mkcard: remove recipe for mkcardSamuli Piippo2014-03-111-1/+0
| | | | | | | | | mkcard.sh script is moved to b2qt-build-scripts, so that deployment of images is not dependent on the toolchain. Task-number: QTEE-434 Change-Id: If7a93d4e8065c38a1d7205ce29d11ca8fbf8d2cf Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-042-2/+2
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Recipe for hunspellSamuli Piippo2014-01-301-0/+1
| | | | | | | Add new recipe for hunspell and include it to image and toolchain Change-Id: I724aca8e3da378a0b59e57a0b00f03e9137b48f0 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* toolchain: libudev-dev is no more, using udev-devSamuli Piippo2014-01-301-1/+1
| | | | | Change-Id: I86fbd3c8e6c1f7311b1f1d7e9626239b0e22ea18 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-252-0/+44
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Move machine dependent packages to machine config filesSamuli Piippo2013-09-191-29/+2
| | | | | | | Add config also for imx53qsb machines Change-Id: I5a391c29f917bf61bccbcd06a1973ee60dde8de9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* include tslib in image and SDKSamuli Piippo2013-09-171-0/+1
| | | | | Change-Id: I7994708343d669cddc5c530f4983c70e12b984f4 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Include support for Raspberry PiSamuli Piippo2013-08-291-0/+4
| | | | | Change-Id: I5987fe316966447240bb3cf52616fd84c4f8eecd Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Strip unneeded stuff from image and toolchainSamuli Piippo2013-07-252-3/+5
| | | | | | | | | - imx6 viv_samples removed - libgles files for other SGX versions removed - unneeded python modules removed Change-Id: I4c76ba96e6c445f872cbeccc370ada90da3702df Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Use emulator specific packages in image and toolchainSamuli Piippo2013-07-081-4/+11
| | | | | Change-Id: Icaaaa8a54062945c3f296a351348d8dac1839137 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* mx5: support for imx5 with hw graphicsSamuli Piippo2013-05-241-0/+6
| | | | | Change-Id: Iefbf82d6bc4d2ad2d00fa4b2cf8883f233e0fa67 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* B2Qt image and toolchainSamuli Piippo2013-04-302-0/+49
New image ready to run Qt5 (but without it) and toolchain that is can be used to build Qt5 Change-Id: I2df926dae97a37e33af1f0e6edca5b04d3ce2c4f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>