summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Use openembedded mirror from githubSamuli Piippo2015-12-042-2/+4
| | | | | | | git.openembedded.org is down, use mirror from github Change-Id: I39bd04ddd3fffff42a8883b63ec62c604efc3a35 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: use jethro branch for meta-qt5Samuli Piippo2015-10-291-1/+1
| | | | | | | | meta-qt5 master branch is moving to Qt 5.6, so use jethro branch to stay with Qt 5.5. Change-Id: I71fcb18b15962a4d9da4a82899203ef4ab66cc03 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: oe-device-extra.pri is now supported in upstreamSamuli Piippo2015-10-261-1/+1
| | | | | | | | Use of oe-device-extra.pri was merged upstream, so remove unneeded parts for our layer. Change-Id: I40ffeadc80780d49ba777e7cfd24fc2048d3a418 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: use the upstream meta-qt5 layerSamuli Piippo2015-10-193-13/+10
| | | | | | | | all the necessary changes are merged to upstream meta-qt5 layer, so we can start using it. Change-Id: I1b0289a59dd734acd80ba61d946531024716f927 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Revert "toradex: move to V2.4 branch"Samuli Piippo2015-09-282-2/+2
| | | | | | | | This reverts commit 299aa675369abe4f1eae062bd4f468a006449033. Colibri VF kernel breaks with adb, revert back to older release. Change-Id: I3c933eb55b0fb03c5837fdbb4678c0a7f3b13df8 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Use 5.5.1 branch for meta-qt5Samuli Piippo2015-09-161-1/+1
| | | | | | | | 5.5.1 branch has been rebased against upstream/master and updated to use Qt 5.5.1 Change-Id: Ib575be637b44500848210d6ccb8c5456d1d5200e Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Use correct path for mkspecsSamuli Piippo2015-09-021-6/+9
| | | | | | | | | Fix qtcreator configure script to use the correct path for mkspecs. Also add command line argument to specify the sdktool location. Change-Id: I6534e1df6dc01767e0e9904d12e7c51c9ec3f0bb Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* qt5: use 5.5-next branch for meta-qt5Samuli Piippo2015-08-271-1/+1
| | | | | | | | 5.5-next has been rebased with upstream/master and includes upstream support for Qt 5.5 Change-Id: I8869f56126bd22242cfc05a3077670caa36e364a 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>
* toradex: move to V2.4 branchSamuli Piippo2015-08-122-2/+2
| | | | | | | V2.4 is based on dizzy branch. Change-Id: Ibcc2501f1c53d2b24bbde417ecd17f5e31e9e8ed Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Use correct path for QT_SDK_PATHSamuli Piippo2015-07-011-1/+1
| | | | | | | For BYOS builds, we need to have to the root folder of SDK in local.conf Change-Id: I91497a0eb215e57d8db92f5f4390478d688fc95f Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update to using Qt 5.5Samuli Piippo2015-06-161-1/+1
| | | | | | | | | | | | | | Changes required to support Qt 5.5. - eglfs hooks are now plugins - disable Qt .bbappends from meta-fsl-extra - include qt3d and qtcanvas3d to image - remove QtQuickEnterpriseControls - use Qt Quick Compiler 3.0 - update Qt VKB sha1 - use 5.5 branch from meta-qt5 (playground repo) Change-Id: I6fe830ee1edf6937c40ddedba06fdf1694f9dacc Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Handle missing meta-qt5 layerSamuli Piippo2015-06-152-1/+5
| | | | | | | | | If meta-qt5 layer is not available, remove it from bblayer.conf as well. When using --device qt5, use the pinned revisions of other meta layer repos. Change-Id: I42f12d9725f3871a49b81b711b5f97037c4febd0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Change how meta-qt5 repo is used with init scriptSamuli Piippo2015-06-123-14/+15
| | | | | | | | | | | 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-113-35/+16
| | | | | | | | | | 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>
* No renaming for nitrogen6x anymoreSamuli Piippo2015-06-091-5/+1
| | | | | Change-Id: I55cad9b2a0a418bd034e2c56d575164a5ccf4922 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* fix typo in manifestSamuli Piippo2015-06-051-1/+1
| | | | | Change-Id: I327aed22b2b60389d6d1cc6433aad2d133027cc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* 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>
* RPi2: use fido branch to get raspberrypi2 supportSamuli Piippo2015-05-291-1/+1
| | | | | | | Dizzy branch does not have support for RPI2. Change-Id: I900554d3c5510c3dd6cce6e5eb4f5aff85fa26da Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Toolchain: add static device mkspec, suitable for Qt CreatorEirik Aavitsland2015-05-281-0/+118
| | | | | | | | | | | | | | | | | | The linux-oe-g++ mkspec used by meta-qt5 depends on the user sourcing the toolchain environment-setup script, which modifies the PATH and sets a long range of environment variables. That is not a "best practice" way of use Qt, and does not allow smooth integration of the toolchain into Qt Creator. Here, we instead create a static mkspec for the toolchain: devices/linux-oe-generic-g++. The toolchain recipe will will the qdevice.pri file with the required compiler flags etc. for the target. Additionally, we introduce an extra .pri file for device-specific settings, so they can be shared between the two mkspecs. Change-Id: Ie5a019524ba6cdddffb71b0c7c28861ddba17fbd Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Change qt-gerrit addresses to correct ci.local domainSamuli Piippo2015-05-271-1/+1
| | | | | Change-Id: I140a5bd0b84f9faf00055ac64820c031c0ea28c0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Use meta-qt5 layerSamuli Piippo2015-05-122-0/+11
| | | | | | | | | 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>
* 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>
* Use dizzy branch from meta-raspberrypiSamuli Piippo2015-04-011-1/+1
| | | | | Change-Id: Idc215ff8f351fc7f56af98c454d8fd8017270162 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>
* update repo manifestsSamuli Piippo2015-02-192-14/+14
| | | | | | | | - 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>
* scripts: changes on upload scriptSamuli Piippo2015-02-191-6/+6
| | | | | | | Change the upload location, eglibc was changed to glibc. Change-Id: I080b2af14981d84cdd7f3d3765e56cf33a2d2695 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* scripts: add option to upload all buildsSamuli Piippo2015-02-041-1/+17
| | | | | Change-Id: I520e834872d72e1e69519f86220b5400028d644e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* change BUILDDIR var since it's used by pokySamuli Piippo2015-01-151-6/+7
| | | | | | | | BUILDDIR is exported by the poky env script, which caused problems on our env script when setting up second build dir. Change-Id: Ieeecff6ebfc5ac185de98870dc8c4305c882684f Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* BUILDDIR is also used by oe-initSamuli Piippo2014-12-031-1/+0
| | | | | | | | Must not unset BUILDDIR as it is exported by oe-init scripts, and used by Toaster and Qemu at least. Change-Id: I5b004190ad49d7846e2ae7fa3e262ea6d6354ea1 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Init script support for imx6dlsabresdSamuli Piippo2014-11-261-1/+1
| | | | | Change-Id: I2994541fb6e9489dfbbd7e5662f133d8037e5146 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Helper script to build all device imagesSamuli Piippo2014-11-261-0/+35
| | | | | | | | | build-all.sh can be used to build image and toolchain for all device which have build environment already setup. Have to use bash, since the oe-init-build-env does not support dash. Change-Id: I95778919015b40444f229d471791b5637de7d0d3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into devSamuli Piippo2014-11-251-1/+1
|\
| * 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
| | * Changes to init scriptSamuli Piippo2014-02-121-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Move to root folder - meta-ti and meta-raspberrypi now have dora branch Change-Id: I1b88ead9c44b67243d9c69fd6a5a8a59c8232b97 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| | * Add script to initialize yocto build envSamuli Piippo2014-02-071-0/+76
| | | | | | | | | | | | | | Clone all necessary repos and symlink meta-b2qt in correct place. Change-Id: I09c21e0bb07d67901b4456194e365f93541b5842 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Script to upload machine images and toolchainsSamuli Piippo2014-11-241-0/+52
|/ | | | | | | | | | upload.sh can be used to upload machine images and toolchain to ci-files02-hki, which is used by the b2qt build scripts. It also does some necessary renaming and the special handing for Freescale SABRE board boot package. Change-Id: I73a0873669a5e5a7929ec27cb929e29616def8cf Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Add Support for Colibri-VF devicesAndy Nichols2014-11-201-1/+1
| | | | | Change-Id: Ie4fdf57b986eb24cb16dfb9f347ae02e7648bf86 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update revision for meta repositoriesSamuli Piippo2014-11-121-6/+6
| | | | | Change-Id: I7e96ba55da0d8b872d9368d91a8bc66a1d37e53c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add Silica ArchiTech tibidabo boardaavit2014-11-102-0/+34
| | | | | | | | | | | | | | 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>
* Enable to use sources from Qt SDKSamuli Piippo2014-10-171-0/+8
| | | | | | | | | | | | This enables sources to be fetched from the Qt SDK, if available, instead of internal git repositories. Required for BYOS customers to build B2Qt things. Git repositories in SRC_URI are configured with 'local-uri' parameter, that defines the path to the source code directory inside the Qt SDK. The base path to Qt SDK is set in local.conf when setup-environment.sh in run. Change-Id: I7f5e96fb6b9e9e55cac9d50cefb17830618193b8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.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-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>