summaryrefslogtreecommitdiffstats
path: root/recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-121-60/+0
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* poky: update to 2.3 (pyro)Mikko Gronoff2017-08-171-1/+0
| | | | | | | | | * Update poky, meta-openembedded etc. layers to pyro branches * Remove/update meta-boot2qt layer patches/recipes as needed Task-number: QTBUG-61283 Change-Id: I425609c99ef22a0cc904dd853b3bb281d32fbcad Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update to 5.10Samuli Piippo2017-06-071-0/+1
| | | | | | | | Qt Quick Compiler needs to be disabled. Use latest from meta-mingw to get c++11 pthread support. Change-Id: I03773d08e0c78e87601d73838c67148248244902 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* sdk: use python3 for toolchainSamuli Piippo2017-04-221-2/+2
| | | | | | | | | Python3 in now the defaut python version, include correct modules to the toolchain. Task-number: QTBUG-59974 Change-Id: I5b851bf7344c85469318a756b7e1a37afbb596ae Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Replace @base_contains macros with @bb.utils.containsMikko Gronoff2017-01-271-1/+1
| | | | | | | | | 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>
* sdk: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-031-0/+2
| | | | | | | | | | | | | Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by: Risto Avila <risto.avila@qt.io>
* qtwayland: update to latest revisionSamuli Piippo2016-10-251-1/+1
| | | | | | | | Include wayland-dev package to SDK to have wayland-scanner there, needed when building QtWayland with the toolchain. Change-Id: I8b4fc2c0af3a7a27cf0376eb21c88e33c83a2e54 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-1/+1
| | | | | | | | Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation license on all recipes. Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* perl: include perl modulesSamuli Piippo2016-02-041-9/+12
| | | | | | | | | If perl is used from the SDK, it also needs modules. Use python magic to separate packages that cannot be installed to mingw32 toolchain. Change-Id: I9190cea1f00a166cc2f9119f2d4ad29c00347e19 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fix dependencies for the host part of the windows sdk.David Schulz2016-01-131-0/+13
| | | | | Change-Id: I6f60a6e9a23e063c16052f2291cca90a0fc34084 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Revert "Build nativesdk-ostree"Gatis Paeglis2015-11-171-1/+0
| | | | | | | | | | This reverts commit a5323e1fc1f734036d29da80aca037576e9d94b9. Running GNUPG (OSTree dependency) from toolchain is not supported. Change-Id: I00c5ddedfd06a5c56e64c0b3d45007b740f41a80 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Build nativesdk-ostreeGatis Paeglis2015-10-131-0/+1
| | | | | | | | | | The 'ostree' binary is not available as an installable package on Ubuntu. Instead of requiring users to build it from the source code, lets add a native ostree binary to the toolchain. Change-Id: I50031e0fc72bc0585785634a329d1557876a020b Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Get rid of some of the host tools in toolchainSamuli Piippo2015-06-081-3/+0
| | | | | | | | | | pkg-config got installed to toolchain, which made qtwebengine build fail, as it tries to use it for host libs. perl and bison are not working correctly from toolchain, they have problems with sdk relocation. Change-Id: I7755f4599ad7c87b60d5bfc66e0a2cf13fec9330 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Move wayland related packages to packagegroupsSamuli Piippo2015-04-201-0/+1
| | | | | | | | | | | Install all wayland related packages from common packagegroups, when wayland DISTRO_FEATURES is enabled. Include DRM and GBM dev packages to toolchain, libraries are already included in the image as dependency from weston. Change-Id: I88f3ded7c2bb5ca85318a7945f4739b968b9d97b Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Cleanup meta and packagegroup recipesSamuli Piippo2015-04-201-5/+5
| | | | | | | Better inlined with upstream code, no actual functionality changes. Change-Id: I3f4e3170c925e498cfbd86c93d9265fa0bb8436f Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Add gperf and bison to SDK host toolsSamuli Piippo2015-04-011-0/+2
| | | | | | | Required tools for compiling webengine, which are often not installed. Change-Id: I3e27fa7ac2cab2cce58d3b80f4db622bc21948d3 Reviewed-by: Andy Nichols <andy.nichols@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-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@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>
* 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>
* 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-041-1/+1
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-251-0/+22
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Strip unneeded stuff from image and toolchainSamuli Piippo2013-07-251-1/+2
| | | | | | | | | - 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>
* B2Qt image and toolchainSamuli Piippo2013-04-301-0/+13
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>