summaryrefslogtreecommitdiffstats
path: root/scripts/manifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update default manifestSamuli Piippo2015-06-041-10/+11
| | | | | | | | Use meta-qt5 layer from internal gerrit and update all layer to latest HEAD. Change-Id: Icae7b0f6c808b61c530af4d122e88fcec7b12561 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Use meta-qt5 layerSamuli Piippo2015-05-121-0/+5
| | | | | | | | | Include the open source meta-qt5 layer to all configs. The revision in manifest.xml is the HEAD of master at the time of commit. Change-Id: I3b960750cf0bfcd19c200322d6c6605185a195e7 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* update repo manifestsSamuli Piippo2015-02-191-7/+7
| | | | | | | | - manifest_dizzy.xml pulls in HEAD of all the repos - manifest.xml pulls in fixed revision that are currently in staging Change-Id: I3a5acbe91371b7e12c315d19ce2f0e2255c3a08c Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Update revision for meta repositoriesSamuli Piippo2014-11-121-6/+6
| | | | | Change-Id: I7e96ba55da0d8b872d9368d91a8bc66a1d37e53c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Update Toradex meta layer revisionSamuli Piippo2014-10-071-1/+1
| | | | | | | | Branch V2.3 is done agains daisy, so we can remove old recipes copied from dora branch. Change-Id: I0532c05ec3a3253f55d78f0090a75e7423dca90e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* New initialization scriptsSamuli Piippo2014-09-261-0/+53
These initialization script will create a build environment which has only the needed meta layers from upstream. Other repos are ignored and not even downloaded. Google's repo tool is used to fetch upstream repos and it can then be used to manage the repos while developing. This has also support for using local mirror repos. The required repos are defined in the manifest.xml file, which can be overwritten using a machine specific manifest_<device>.xml file. Task-number: QTEE-760 Change-Id: I12ed9a6fddceb4de1217baaebf46277c6ef7224f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>