summaryrefslogtreecommitdiffstats
path: root/recipes/meta
Commit message (Collapse)AuthorAgeFilesLines
* sdk: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-031-39/+0
| | | | | | | | | | | | | 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>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-1/+2
| | | | | | | | 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-182-14/+30
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Fix meta-environment to work without changes in local.confDominik Holland2016-04-111-0/+2
| | | | | Change-Id: Ic75875b23d9fb5c200f884bff0942ae49d41e3f9 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-092-28/+26
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Add meta layer revision info to image and toolchainSamuli Piippo2016-02-011-0/+26
| | | | | | | | | The branch and revision of each meta layer used in the build are stored in the image (/etc/build) and in the toolchain (${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS}). Change-Id: Ic4be1cff62e11746ee3ec61c7909ed8c35c84db2 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fix up toolchain packaging for Windows hostsDavid Schulz2016-01-141-2/+1
| | | | | Change-Id: Idb7af9308e702b4ef5f26e6423cfa270f8c036e5 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Get rid of some of the host tools in toolchainSamuli Piippo2015-06-081-1/+1
| | | | | | | | | | 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>
* Cleanup meta and packagegroup recipesSamuli Piippo2015-04-201-3/+5
| | | | | | | Better inlined with upstream code, no actual functionality changes. Change-Id: I3f4e3170c925e498cfbd86c93d9265fa0bb8436f Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Don't remove things from environment setup scriptSamuli Piippo2015-01-081-19/+0
| | | | | | | | | The environment setup script is helpful when compiling other than Qt apps. Task-number: QTEE-881 Change-Id: Iabfc5ef4b807ec19b13d575b4555b56024f57614 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-041-1/+1
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Move to yocto 1.5 dora branchSamuli Piippo2014-01-301-1/+1
| | | | | | | | | | Remove recipe appends that are fixed upstream and make changes needed for 1.5 branch. Tested and verified with nitrogen6x. Change-Id: I7b8ca04f2f4523fa5113bbe43767e3e90f243cd9 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* B2Qt image and toolchainSamuli Piippo2013-04-301-0/+27
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>