summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
Commit message (Collapse)AuthorAgeFilesLines
...
* Use mirror from github to clone git-repo toolSamuli Piippo2015-09-081-2/+10
| | | | | | | | | | The repo tool is normally cloned from google, but in China the url is blocked. Use mirror repo from github by default and add command line parameter to allow using a custom url. Change-Id: I91541fb1e42f8c668f7ff97d29232ca61eb3e20e Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com> Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* kontron: Add support for Kontron SMARC-sARX6iSamuli Piippo2015-08-191-1/+1
| | | | | | | | | | | | | Enable building b2qt image for Kontron SMARC-sARX6i. Depends on the patch set from Kontron on top of meta-fsl-arm-extra. Kontron does not provide recipe for their u-boot, which makes it impossible to boot into b2qt image without modifying some of the u-boot args currently in the device (that's how their images work as well). Change-Id: Id3e0ee506c192fd0b969d1541fca0e9e2ff3ac6b Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Change how meta-qt5 repo is used with init scriptSamuli Piippo2015-06-121-0/+4
| | | | | | | | | | | The manifest.xml and manifest_dizzy.xml no longer checkouts the meta-qt5 repo, but the init script expects it to exists next to the meta-b2qt repo. This will then work with BYOS where both meta layer are available. For internal use, add manifest_qt5.xml, which checkouts the meta-qt5 repo from internal playground server. Change-Id: Id00f18de80ca11ee4813248bc2a84861df265b6f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* tibidabo: use latest version poky for tibidaboSamuli Piippo2015-06-111-16/+1
| | | | | | | | | | Instead of using old patched version of poky for the meta-tibidabo layer, use the same version of all the meta layer as for the other devices. This requires the old u-boot, kernel, gpu driver and imx-lib recipes to be copied from meta-fsl-arm. Change-Id: I2e804fbe895370c23f8ae89cff4fe283302dabe1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Add support for Toradex Colibri iMX6Andy Nichols2015-05-121-1/+1
| | | | | | | Uses Colibri form factor instead of Apalis. Change-Id: I7ba54323a82b151ce174f06477851523b283297b Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Add Support for Raspberry Pi 2Andy Nichols2015-03-061-1/+1
| | | | | Change-Id: Iaead44d45172f49427c4d513e31f5fbb29287990 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* With '--device all' use all meta layersSamuli Piippo2015-01-291-0/+3
| | | | | Change-Id: Ic1570b47511596806adf5d3feab2e4d1dccbaefd Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Fix list-devices command for b2qt-init-build-envSamuli Piippo2014-12-011-1/+1
| | | | | | | Did not work when running from SDK installation. Change-Id: I96ace01b0424304e33894364b1f263e511a2bab8 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Init script support for imx6dlsabresdSamuli Piippo2014-11-261-1/+1
| | | | | Change-Id: I2994541fb6e9489dfbbd7e5662f133d8037e5146 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| * Update meta-fsl-arm-extra to fix u-boot-boundary fetch failureQtEE_v3.2.0Samuli Piippo2014-10-091-1/+1
| | | | | | | | | | | | | | | | | | Need to update newer sha1 for meta-fsl-arm-extra, since the upstream repo for u-boot-boundary got broken. Task-number: QTEE-793 Change-Id: I77e0e24dfaacd7741e5d856b7214d4fa1112de42 Reviewed-by: Rainer Keller <rainer.keller@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>
* | Add Support for Colibri-VF devicesAndy Nichols2014-11-201-1/+1
| | | | | | | | | | Change-Id: Ie4fdf57b986eb24cb16dfb9f347ae02e7648bf86 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Add Silica ArchiTech tibidabo boardaavit2014-11-101-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Builds & runs ok! The current implementation is done with the strategy of using the vendor's defined repo versions for the yocto stack, instead of the common versions defined by b2qt. The intention is to build upon the vendor stack as closely as possible, as that is (hopefully) tested and maintained. Task-number: QTEE-801 Change-Id: Ib93b54178de870b5f288b2fae982ea2b4bb74e50 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* | Fixes for initialization scriptSamuli Piippo2014-10-271-10/+10
| | | | | | | | | | | | | | | | | | Use full path for the -u argument in repo tool, since creating mirror does not work without full path. The GROUPS variable causes problems when /bin/sh is linked to bash. Change-Id: Ie276c8177f3381209a21110b9f84fbff45e3a23f Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* | 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-3/+3
| | | | | | | | | | | | | | | | | | | | - 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>
* | Use device specific bblayers.conf filesSamuli Piippo2014-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | 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-261-63/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | beaglebone: Add cape support for beaglebone blackSamuli Piippo2014-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux kernel version 3.8 from meta-beagleboard adds support for the cape manager. Using powervr driver version 4.10.00.01, SGX is also supported. Patches for the kernel and SGX are taken from TI support pages. Kernel args need 'quiet' for HDMI to work, otherwise you only get black screen. Double buffering (libpvrPVR2D_FLIPWSEGL.so) does not work, need to use FRONT buffering which can cause screen tearing. Task-number: QTEE-312 Change-Id: I160e7e954ce9d060b0cb1bdaca70b24de9ccd697 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* | Init script can now use existing build dir for clone referenceaavit2014-09-181-1/+19
| | | | | | | | | | | | | | | | | | Add --reference <existing-build-dir> argument. If one has an already checked out build directory, save download time and disk space by reusing the git object storage. Ref. git clone --reference. Change-Id: I89327597a29cb5e7e5c86acefcdf33e3ee42d0fc Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* | Init script can now be used to update meta layer reposSamuli Piippo2014-09-181-10/+27
| | | | | | | | | | | | | | | | With --force argument, the b2qt-init-build-env script can be used to update already checked out meta layer repos to updated SHA1s Change-Id: I123714da29fa19eb8adc76a811a6daddab6f217d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Update upstream meta layers and add meta-beagleboardSamuli Piippo2014-09-171-7/+8
|/ | | | | Change-Id: Ifc65774898f728920e4b8314bfc71cfbe13a0eb9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Update sha1 for meta-fsl-arm-extraSamuli Piippo2014-08-261-2/+2
| | | | | | | Upstream changes broke the previous version for u-boot-imx git checkout. Change-Id: Idb6b81e1ef4bbe50b5bdd98e2f28e40dffa6d911 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* New sha1 for meta-fsl-arm-extraSamuli Piippo2014-08-181-1/+1
| | | | | | | | | Previous sha1 caused failure in u-boot-script-boundary. Task-number: QTEE-737 Change-Id: Ib066c3e86a02f0113c01bd499a7eee2bd1eb794d Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Use specific SHA1 from all of the meta reposSamuli Piippo2014-06-251-26/+25
| | | | | | | | | | Updates on the upstream meta repos can break b2qt-meta repo at anytime. When checking out meta repos, use the same version from which the released images were build. Change-Id: I669093747e79841148617e69aeb6dfea9b908b40 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Include toradex repositorySamuli Piippo2014-06-171-0/+4
| | | | | | | | Toradex has lot's of dependencies, so BBMASK is updated to remove all recipes not suitable for us. Change-Id: Iddc4b7582fee2728f944e3dd803a7c9114932a62 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Update used branch to daisySamuli Piippo2014-05-141-6/+6
| | | | | | | Readme and init script updated to use correct upstream branches Change-Id: Id38e09adcff67142009a8a5c4b563cabe1173433 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Changes to init scriptSamuli Piippo2014-02-121-0/+76
- Move to root folder - meta-ti and meta-raspberrypi now have dora branch Change-Id: I1b88ead9c44b67243d9c69fd6a5a8a59c8232b97 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>