aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* coin: use gcc-7 for CI buildsSamuli Piippo2019-09-101-0/+6
| | | | | | | | | | Use older GCC than the current default gcc9 to build all the native components. The qtbase-native build tracks the used GCC version and reusing the build from sstate-cache won't work in a machine with older gcc version. Change-Id: Ie74c35e46bbab80c03e7a190b3f8bf59ccb42ae5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* coin: use predefined set of target configurationsSamuli Piippo2019-08-021-7/+22
| | | | | | | | Filter configuration using the target OS and arch settings done in qt5/meta-boot2qt.txt Change-Id: Ib4501a7cbe933648a939bb76f2f5723df921f5f7 Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
* coin: update CI build instructionsSamuli Piippo2019-07-261-22/+7
| | | | | | | | | | Remove unneeded instructions, change the target machines to jetson-tx2, apalis-imx6 and intel-corei7-64 and target builds to use the QBSP. Change-Id: I1f4e806b50aabdc7090634a9e0d6788ac8b8e21c Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Implement module instructions for coinToni Saario2019-07-121-0/+96
Modules instructions will be defined in module itself as part of abstraction of instructions. Documentation how to use moduleconfig.yaml can be found on coins documentation page under Qt Ci for module maintainers. Task-number: COIN-291 Change-Id: I58dfa5902caf3e2a6d8c8f83dc5413e3b808db03 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>