aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* coin: move test configs to separate fileSamuli Piippo2020-11-201-1/+0
| | | | | | | | Separate test-configs.inc allows easy local build setup to match the CI build configuration. Change-Id: I64930c88ea1cba3f9f039881dc0ba947feeb9a34 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add CI build instructionsSamuli Piippo2019-08-121-0/+1
| | | | | | | | | | | Instructions for Coin integration builds are defined in a yaml file. Use fixed sha1s for poky and openembedded meta layers and build all recipes located in meta-qt5 layer. Include world_fixes used by the upstream yocto projects. Task-number: QTPM-1138 Change-Id: I88a8c2551fd3016fa5a7409142d77d876e936656 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* .gitattributes: mark *.inc as Bitbake filesDennis Menschel2018-04-181-0/+2
As the file extension *.inc is quite ambiguous, Github's linguist [1] tends to classify such files not as Bitbake include files, but something entirely different. This commit overrides the default behavior of linguist to classify these files correctly. [1] https://github.com/github/linguist Signed-off-by: Dennis Menschel <menschel-d@posteo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>