summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for setup scriptsSamuli Piippo2014-10-171-2/+2
| | | | | Change-Id: Ib506ebd57e0943cbbd2b4dfcb6291a3938807c1f Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Improvements to setup scriptsSamuli Piippo2014-10-141-25/+17
| | | | | | | | | | - use the already fetched .repo/repo as a workaround for repo tool's mandatory -u argument - rename environment-setup.sh script - Add notice about correctly sourcing the environment-setup.sh script Change-Id: I4ac3cf26ca30ae1c14474cf9fb15e65ebc0be3ac 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>
* Add repo manifest for latest upstream reposSamuli Piippo2014-10-071-0/+53
| | | | | | | | This repo manifest can be used to easily fetch the latest versions (daisy or equivalent) of all the upstream meta repositories. Change-Id: I98c0920d57d006a1effc27c11540580c29455f90 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Use device specific bblayers.conf filesSamuli Piippo2014-09-301-20/+15
| | | | | | | | | | Intead of modifying one commong bblayers.conf.sample file, create separate configs for each device type that uses different set of meta layers. Unknown devices now use all meta layers by default. Change-Id: I2bbcf803951c0c8c787b789420c325166b2ebbd5 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* New initialization scriptsSamuli Piippo2014-09-262-0/+151
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>