summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Reuse qt5-git.inc in automotive recipesSamuli Piippo2016-08-245-36/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using codereview.qt-project.org directly, reuse qt5-git.inc from meta-qt5 that defines git url to be used which simplyfies the recipes. Also cleanup unnecessary use of sdk-sources for opened repos. Change-Id: I80e02c9aba600eb41e2618f377e878fd8ecead11 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | ota: update recipeSamuli Piippo2016-08-245-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | Use qt5-git.inc to simplify recipe, update revision and license. Change-Id: I7e31e405a980b07767917ba776036f288caccff6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * | Merge remote-tracking branch 'origin/fido' into jethroSamuli Piippo2016-08-229-57/+26
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: Correctly update qtquickcompiler SHA1 Reuse qt5-git.inc to define git repo location Remove automotive recipes Update Qt5 submodules Handle qtquickcompiler in update-qt5-modules.sh script Correctly use QtQuickCompiler when available Change git protocol from ssh to http Update qtdeclarative module Update boot2qt-demos version Conflicts: conf/distro/b2qt-auto.conf recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/neptune-ui/neptune.service recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/automotive/qtwebbrowser_git.bb recipes-qt/b2qt-addons/b2qt-demos.bb recipes-qt/b2qt-addons/b2qt-launcher.bb recipes-qt/b2qt-addons/democompositor_git.bb recipes-qt/images/b2qt-automotive-qt5-image.bb recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdatavis3d_git.bb recipes-qt/qt5/qtdeclarative-render2d_git.bb recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtgraphicaleffects_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland-native_5.7-wip.bb recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_5.7-wip.bb recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebchannel_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtwebsockets_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend scripts/manifest.xml Change-Id: Ibf7f89a35c9e19bd8cf81c49cb44f6fd454838b4
| | * Correctly update qtquickcompiler SHA1Samuli Piippo2016-08-222-2/+2
| | | | | | | | | | | | | | | Change-Id: I0176af2f3f8d8f3d04b9898138d7d745a345ed76 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| | * Reuse qt5-git.inc to define git repo locationSamuli Piippo2016-08-223-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using codereview.qt-project.org directly, reuse qt5-git.inc from meta-qt5 that defines git url to be used which simplyfies the recipes. Also cleanup unnecessary use of sdk-sources for opened repos. Change-Id: Iec18e7d7d0b1a2da6ec5ed03ab6599af8d539fea Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Remove automotive recipesSamuli Piippo2016-08-229-343/+0
| | | | | | | | | | | | | | | | | | | | | Automotive was released (and supported) in the jethro Change-Id: Iab8560b4b0d530e872eef585c635b45274a4507b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Update Qt5 submodulesSamuli Piippo2016-08-2233-34/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved some of the addon recipes to be under qt5 folder, so that update-qt5-modules.sh script will work for those as well. Using latest revision from meta-qt5 and applied necessary changes to qt5 recipes. Change-Id: I802ca2e4ea67bde10c3b065365d25f1e543da181 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Handle qtquickcompiler in update-qt5-modules.sh scriptSamuli Piippo2016-08-221-0/+3
| | | | | | | | | | | | | | | | | | | | | QtQuickCompiler has different git repo name in tqtc-qt5.git Change-Id: I038eec220166dcd06e653460aa0d5ed525f549d4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Correctly use QtQuickCompiler when availableSamuli Piippo2016-08-193-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the we use QtQuickCompiler only when we either have access to the sources (internal gerrit repo) or the prebuilt binaries are available. The internal-build class checks if we are working within The Qt Company network, so we will also have access to the sources. Setting ENABLE_QTQUICKCOMPILER env to "1" in local.conf has the same effect. Otherwise check if the prebuilt binaries are available as installed by the Qt Online SDK. Change-Id: I63b09ebabc96bb14b119ea7472a3fa7b10e5c2a8 Task-number: QTBUG-53052 Task-number: QTBUG-53216 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Change git protocol from ssh to httpv5.6.1Teemu Holappa2016-06-283-4/+4
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-54280 Change-Id: I6a538230b68cb9bea8a89c17282eb25cd779a77d Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| | * Update qtdeclarative moduleTeemu Holappa2016-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-53761 Change-Id: Ia5c983c36d3e55cd3d8dcee0d1903e241c066d9d Reviewed-by: Risto Avila <risto.avila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Update boot2qt-demos versionTeemu Holappa2016-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes compile error due qtwebbrowser repo name change. Change-Id: I712a8e260212f4e159d9acc80c9f95848c4e7f31 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * | qtwebbrowser: update source uriKwangsub Kim2016-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ic6a7d0e3a76be73e429b4e16a2e3e506c5f0b7b8 Reviewed-by: Kwangsub Kim <kwangsub.kim@qt.io> Reviewed-by: Louai Al-Khanji <louai.al-khanji@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | gammaray: update revision to match gammaray plugin in QtC 4.1v1.0_QtASSamuli Piippo2016-08-191-1/+1
| | | | | | | | | | | | | | | Change-Id: I905a425d06bfaa31935c8546f12f76a95ba4feea Reviewed-by: Volker Krause <volker.krause@kdab.com>
| * | Fix adb to toradex-imx6 imagev5.7.0Teemu Holappa2016-08-171-0/+37
| | | | | | | | | | | | | | | | | | | | | Enabled functionfs module in toradex-imx6 configuration. Change-Id: I2ff2de89bfa25cd6f40da700f96360e2cc13f1e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Disable use of O_TMPFILE by defaultGatis Paeglis2016-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not uncommon for embedded devices to use relatively older versions of the Linux kernel, where file systems do not support O_TMPFILE (since Linux 3.11) or implementations contain bugs (with fixes available in some > 3.11 version). Change-Id: Ic204bf6dcbdbcece87d42eea8eed9e114bd757ad Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | ostree support: use EPOCH+1s timestampsGatis Paeglis2016-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From OSTree's Release 2016.6 change log: "Use OSTREE_TIMESTAMP (=1) for checked-out files Is a quite interesting change - we previously used a timestamp of zero, but Nix has apparently done better with 1 for various reasons. This is a pretty subtle change, so be on the lookout for regressions." Change-Id: I8349fc52604603faef1c39bf88ba0e6591ae92a1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | ostree: Update revisonGatis Paeglis2016-08-2510-275/+518
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dependency to libgsystem has been removed by the upstream project. - Booting without initramfs does not require patching kernel anymore. Now ostree-prepare-root can be used as the init process to prepare rootfs for ostree. For more info refer to the ostree's change log. Change-Id: I7de61ffc2f9957055402f7733f16566e635a8e99 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-08-1756-68/+240
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: (26 commits) Fix colibri- vf & imx7 partitions Add u-boot script for iMX7 Fix colibri-vf and imx6 build Fix colibri-vf build Add support for Toradex Colibri-iMX7 Updated Boundary devices kernel version to 3.14.52 Updated neptune-ui, qtivi, and appman sha Update GammaRay and enable workaround for Boot2Qt compatibility Added QMLLive to automotive images Update gammaray version to fc0b87dcff40276bc1e4ad6c86674363ca576617 --> 2.5 Change git fetch protocol from ssh to http for automotive packages Change b2qt-addons fetch protocol from git to http b2qt-ota: update repository URL b2qt-demos: update qtwebbrowser url systemd: handle bind mounts set from initramfs Enable QT_QPA_EGLFS_FORCEVSYNC=1 on nitrogen6x device. Colibri fails to build after this change, so we revert it. Update Qt submodule revisions Updated Boundary devices kernel version to 3.14.52 Update meta-mingw version ... Change-Id: I951db6a4f523eb9a6ad72dc3013702a5ef44d56c
| * | Fix colibri- vf & imx7 partitionsRisto Avila2016-07-155-2/+30
| | | | | | | | | | | | | | | Change-Id: Ib7544e8c85e29f19e3a979217834f486e9e5f0fd Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
| * | Add u-boot script for iMX7Andy Nichols2016-07-144-2/+19
| | | | | | | | | | | | | | | Change-Id: I346827d2efd4416e625470fff9f13cda2eb93078 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Fix colibri-vf and imx6 buildRisto Avila2016-07-141-1/+5
| | | | | | | | | | | | | | | Change-Id: I36143454d5289d6bc5c2bd714d19c1af586fbeb8 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Fix colibri-vf buildRisto Avila2016-07-142-1/+5
| | | | | | | | | | | | | | | Change-Id: Icfd5aaf7a0813aa760baf34ba6451bf16caaa145 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * | Add support for Toradex Colibri-iMX7Andy Nichols2016-07-1310-10/+41
| | | | | | | | | | | | | | | Change-Id: I01b25ca05cff51671f3088b2aa64a02e56028ce9 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Updated Boundary devices kernel version to 3.14.52Kimmo Ollila2016-07-081-2/+2
| | | | | | | | | | | | | | | Change-Id: I241a9ba40b4f0d03460dca48e01eaebc9e9d3094 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Updated neptune-ui, qtivi, and appman shaRisto Avila2016-07-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | neptune-ui: 3d36a7b qtivi: ccc1f3a appman: 8a4b17f Change-Id: I23e9c8952bb9f24a4dcad7bb0196093e77ad2e1e Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * | Update GammaRay and enable workaround for Boot2Qt compatibilityVolker Krause2016-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Should fix the emulator reconnect loop triggered by the Gammaray CLI injector also loading the emulator QPA plugin. Change-Id: I5e9db5bb05eb703ba31b2565e0edfbad26af2b6a Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Added QMLLive to automotive imagesKimmo Ollila2016-06-293-0/+40
| | | | | | | | | | | | | | | Change-Id: Iaf4721429e97d480ec4938186cc4115231ca86c1 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Update gammaray version to fc0b87dcff40276bc1e4ad6c86674363ca576617 --> 2.5Risto Avila2016-06-291-4/+4
| | | | | | | | | | | | | | | | | | Change-Id: I22614d5489a81a2b0f1c428633cae30cff088be9 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
| * | Change git fetch protocol from ssh to http for automotive packagesTeemu Holappa2016-06-282-2/+2
| | | | | | | | | | | | | | | Change-Id: I3d27c2644a671a63fc26834e46269224b5549835 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * | Change b2qt-addons fetch protocol from git to httpTeemu Holappa2016-06-273-4/+4
| | | | | | | | | | | | | | | | | | Change-Id: Ie09653cc911381a472143158ce9a6cf2af8ae331 Task-number: QTBUG-54280 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * | b2qt-ota: update repository URLGatis Paeglis2016-06-271-3/+2
| | | | | | | | | | | | | | | Change-Id: I5187984c48de44f7088ad8f71aa5981c86fbf6eb Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | b2qt-demos: update qtwebbrowser urlGatis Paeglis2016-06-221-1/+1
| | | | | | | | | | | | | | | Change-Id: Id871a5f6a2a69c8cce5583da672abe630c98d73c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | systemd: handle bind mounts set from initramfsGatis Paeglis2016-06-222-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 06e97888883e2cc12eb6514e80c7f0014295f59b broke bind mount handling (set from initramfs) in systemd. This is fixed in more recent version of systemd by 97839ed6b7b19e2cb885a152b54fbd32334294e2. Ref: https://github.com/systemd/systemd/issues/1556 Change-Id: I7fbddb90086524a7a77b71b5fc69309e073bc66f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Enable QT_QPA_EGLFS_FORCEVSYNC=1 on nitrogen6x device.Kimmo Ollila2016-06-221-0/+9
| | | | | | | | | | | | | | | Change-Id: I594806492fcc894bbf6fb7dee29aa7bf99a38fb0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Colibri fails to build after this change, so we revert it.Kimmo Ollila2016-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | This reverts commit 9593be07fa563c382adbd23dd324a1443c9ea826. Change-Id: I3b8c3a903dbd7de13606a4b01a7b4fd67cdbc5a0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Update Qt submodule revisionsKimmo Ollila2016-06-2122-22/+22
| | | | | | | | | | | | | | | Change-Id: I093f1c378688147782ce5b958fe56ed929f26f3b Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Updated Boundary devices kernel version to 3.14.52Kimmo Ollila2016-06-211-2/+2
| | | | | | | | | | | | | | | Change-Id: I1a7b46b5ee2db03d753585b0d92b498855df0cc6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Update meta-mingw versionTeemu Holappa2016-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes linker error in Window host. Change-Id: Ic2a710a8917fedace969b90efe9ae6f94f47442a Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
| * | Updated QtDeviceUtilities revisionKimmo Ollila2016-06-141-1/+1
| | | | | | | | | | | | | | | Change-Id: Ia19c8d55b48949964588f85559c9dd4e2a653e12 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Update boot2qt demo version.Teemu Holappa2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes compile error in submodule init. Change-Id: I0bd7517e47ed8519b2f7fb7bb242cddf46e80098 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * | democompositor: use the opened repo instead of sdk-sourcesSamuli Piippo2016-06-101-5/+5
| | | | | | | | | | | | | | | Change-Id: I2c4ff95faf8eecb685853387cb9cfbef663af4d3 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
| * | sdk-source: unpack all other sources firstSamuli Piippo2016-06-101-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that all the normal src-uris are unpacked before handling the sdk-uris, otherwise the copied files might get removed. Change-Id: Ib9cb3552653c4b9f58bc56e3be599786e9873b40 Task-number: QTBUG-54002 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
| * | AM: update revisionSamuli Piippo2016-06-091-1/+1
| | | | | | | | | | | | | | | Change-Id: I40be50f542fab2b6c3743c2e29c9354df5a98767 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
| * | intel: fix incorrect bblayer confSamuli Piippo2016-06-081-1/+1
| | | | | | | | | | | | | | | Change-Id: I39ee05ba1e689d52cf7aa8c383f35a80e3927052 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | intel-corei7-64: fix race in image generationLouai Al-Khanji2016-07-292-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepending to IMAGE_CMD_ext3 in order to push files into the rootfs is flaky for a couple of reasons. First, it is conceptually inconsistent with the rest of the build system - files that go into the rootfs should really by installed by packages through the regular mechanisms. Second, and what prompted this patch, with several concurrent image generation tasks this is just unsafe. I regularly experienced .tgz image generation failures, as tar complained that the files changed from under it. Since this is related to the grub-efi packaging on this particular device, just package the microcode into the required initramfs in that recipe. Change-Id: I4e037ddbb017d1764852310b0b77900cde260dd6 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* | | Fix folder name, current build is brokenLouai Al-Khanji2016-06-301-1/+1
| | | | | | | | | | | | | | | Change-Id: If0b268500bcd5acc0efa57b8b08a755fb5be1209 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | Upload content to 5.8 folderSamuli Piippo2016-06-081-1/+1
|/ / | | | | | | | | Change-Id: I21f74c3f0c98dffbc1ad5329f903b95e800d8304 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | Update QtWebBrowser revision for automotiveKimmo Ollila2016-06-081-1/+1
| | | | | | | | | | Change-Id: Id6d9df5730c9bbc6a5670e73fe52e37c76d7afa7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add b2qt-ota recipe.Gatis Paeglis2016-06-084-0/+46
| | | | | | | | | | Change-Id: I002067b938fa19cb35fa62db700cde2cc9ad7922 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>