summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | warp7: add kernel configs to right fileSamuli Piippo2017-04-221-3/+3
| | | | | | | | | | | | | | | Change-Id: I7549d1853cca7c563e072d05fa0526bdd0cd3bac Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | Add support for i.MX7S WaRPMikko Gronoff2017-04-214-2/+73
| | | | | | | | | | | | | | | | | | Change-Id: Ib2c82ccf8d7648bb303e0fc949e3c1aef5b09195 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | Update and re-enable QtQuickCompilerSamuli Piippo2017-04-202-2/+1
| | | | | | | | | | | | | | | Change-Id: Idb019e6d056815be968aca7ef4bd7a40ef28d3da Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | use newer meta-qt5Mikko Gronoff2017-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | * update meta-qt5 to 5.9.0 Beta 2 Change-Id: I4236b782c39aa1b607af1198e16776eec54cc9a6 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * | Merge remote-tracking branch 'origin/krogoth' into devMikko Gronoff2017-04-135-6/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/krogoth: neptune-ui: update revision neptune-ui: depends on qttools-native Multiscreen-demo: update revision neptune-ui: rdepends on dbus-session multiscreen-demo: update revision qtivi: Update to the latest version neptune-ui: Update to the latest version neptune: update to latest version toradex: add missing USB kernel config for colibri vf Change-Id: Ic0ae906b9acef6a09c80ee50ea7b56d558636739
| | * neptune-ui: update revisionSamuli Piippo2017-04-071-1/+1
| | | | | | | | | | | | | | | Change-Id: I791a1f2d33715d6da0bc19fad4f4b1a0b38a019d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * neptune-ui: depends on qttools-nativeGordan Markuš2017-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch RDEPENDS from dbus-session to dbus * The i18ndemo plugin depends on lrelease Build error: build/tmp/sysroots/x86_64-linux/usr/bin/qt5/lrelease: Command not found Change-Id: I595b6633f6ef9dacdeef4393d381a7a81f358538 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * Multiscreen-demo: update revisionSamuli Piippo2017-04-051-1/+1
| | | | | | | | | | | | | | | Change-Id: Ibc1cbff42bfc5dd66c3bacc7c9d66fa7186ee0a9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * neptune-ui: rdepends on dbus-sessionGordan Markuš2017-04-051-1/+1
| | | | | | | | | | | | | | | Change-Id: I0e829d71411f68493d5a276b08ab0f89b7c99643 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * multiscreen-demo: update revisionSamuli Piippo2017-04-031-1/+1
| | | | | | | | | | | | | | | Change-Id: Id760ab89cc2d9c6fcf9aac8652aa7bf05c053d15 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * qtivi: Update to the latest versionDominik Holland2017-03-301-1/+1
| | | | | | | | | | | | | | | Change-Id: If830306dfb29a1a28d323a3b7176572de73dba63 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * neptune-ui: Update to the latest versionDominik Holland2017-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Also fix the neptune.service to the new standalone yaml file Task-number: QTAUTO-329 Change-Id: Id561cd051f799998f88968cf8160cd04a04087a2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * neptune: update to latest versionSamuli Piippo2017-03-291-1/+1
| | | | | | | | | | | | | | | Change-Id: I82f64cea54658353528dba083f0eb15334858424 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| | * toradex: add missing USB kernel config for colibri vfSamuli Piippo2017-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | These are needed to enable USB in colibri vf modules Task-number: QTBUG-57728 Change-Id: I29b72a62b48a61170b5d251ccd9bb9261f269f17 Reviewed-by: Karim Pinter <karim.pinter@qt.io>
| * | qt5: use newer meta-qt5Mikko Gronoff2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | * Use meta-qt5 5.9.0 Beta 2 (snapshot 1) Change-Id: Ib6f3b7a0d1ceb964733c90d76c8abb45bb1a1063 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | poky: update morty branchMikko Gronoff2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update poky morty branch by moving one commit up the branch. The pulled python change fixes broken Boot2Qt debugger. Task-number: QTBUG-59974 Change-Id: I8eaa2da41b6dcc58881c5b755fe13fa28c985edb Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | qtbase: disable eglfs device integration plugin usage in emulatorMikko Gronoff2017-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boot2Qt Emulator does not launch with Qt 5.9.0 due changes in qtglesstream. Instead of updating emulator & qtglesstream, disable eglfs device integration plugin usage in the emulator VM image. Task-number: QTBUG-59771 Change-Id: I40998fc81fb75cede447d6dd6142e3bd87e387b9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: use newer meta-qt5Mikko Gronoff2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | * update submodules to 5.9.0 Beta RC2 Change-Id: I845ad3174daa501a6ccf37fa80f2a7bb3d5b20e5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | Revert "qtglesstream: update to newer version"Mikko Gronoff2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 91867a7eb331909e61f5d84187d8c39f5deb0857. Emulator fix done in a different way. Change-Id: I13796218e9adfb0e054a212abd7dfd76d4966e68 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | meta-openembedded: update morty branch to latest revisionMikko Gronoff2017-04-281-1/+1
|/ / | | | | | | | | Change-Id: I16c1a727c8262349e918c5a1cf92b542c8783087 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtglesstream: update to newer versionMikko Gronoff2017-03-311-1/+1
| | | | | | | | | | | | | | Boot2Qt 5.9.0 emulator needs a newer version of qtglesstream to work Change-Id: I09d08f14ea92a3e120cc65467a33cc8f90ff0462 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update to newer meta-qt5Mikko Gronoff2017-03-311-1/+1
| | | | | | | | | | | | | | | | | | * Merge remote-tracking branch 'upstream/master' of meta-qt5 into 5.9 * Update meta-qt5 submodules to 5.9.0 Beta RC1 Change-Id: Ibfa2813f3d7036e5b25da6dd851e95e87b2f9c60 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Remove support for Renesas R-Car H2 targetsSamuli Piippo2017-03-3148-1871/+1
| | | | | | | | | | | | | | | | H2 targets no longer build with morty branch and will be replaced with H3. Change-Id: Ibc6e60d4965537cffdc143801fb4ba32db7ffaee Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Use more of the default distro features from pokySamuli Piippo2017-03-3115-16/+83
| | | | | | | | | | | | | | | | | | | | Remove unwanted features instead of overwriting full set. This brings e.g., wayland support by default to all targets. Add fixes for building weston on TI and RPi targets Change-Id: If3bd23a289e34ebe9656a03494e65ba7d8c843b0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update to newer meta-qt5Mikko Gronoff2017-03-291-1/+1
| | | | | | | | | | | | | | | | | | * qtwebengine: update to latest version * qtwebengine: make WORKDIR shorter * Update Qt 5.9 submodules to pre-beta snapshot 2 Change-Id: Iadcc21189929debcb44e282dd5f50e3526111a48 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-intel: update to morty branchSamuli Piippo2017-03-223-4/+4
| | | | | | | | | | | | | | Fix grub-efi build by using correct variable for image deploy dir. Change-Id: I1298f58dbedbaa9af9b67908a2c99d0c288cecdd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'origin/krogoth' into devMikko Gronoff2017-03-2118-24/+246
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/krogoth: AM: update revision Add appman versions of Kit and Qt to creator fonts: add recipe for GNU FreeFonts Add multiscreen automotive demo neptune: update to include fix for i18ndemo fonts: update URL for lohit font Update GammaRay to the same version as used by the QtAS 1.1 host tools emulator: correctly append qtsimulator configuration Update automotive components setup-environment: don't exit the shell on error neptune-ui: add runtime dependencies update meta-qt5 (merged upstream/master) SHA1 to manifest.xml AM: Add appman tools to automotive nativesdk configure-qtcreator: suppress unnecessary error Update GammaRay to the latest 2.7 branch Conflicts: recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/qt5/qtlocation_git.bbappend scripts/manifest.xml Change-Id: I96601e7d7a1827a6631fe59d18101d2ad3b70871
| * AM: update revisionSamuli Piippo2017-03-161-1/+1
| | | | | | | | | | Change-Id: I54f29272075b9efc5ce3d8eebaf582001f299382 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * Add appman versions of Kit and Qt to creatorSamuli Piippo2017-03-161-1/+26
| | | | | | | | | | | | | | | | The application manager plugin needs own versions of Qt and Kit to work correctly. Those can be enabled with --appman argument. Change-Id: I089366367dad310f15b10d727931b0be46a97d93 Reviewed-by: Wolfgang Bremer <wolfgang.bremer@pelagicore.com>
| * fonts: add recipe for GNU FreeFontsSamuli Piippo2017-03-162-0/+50
| | | | | | | | | | | | | | | | | | ... and add FreeMono font to image. Task-number: AUTOSUITE-46 Change-Id: I22f519d09f600b6501fb7194199ad5dea831a76d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
| * Add multiscreen automotive demoSamuli Piippo2017-03-162-0/+66
| | | | | | | | | | | | | | | | Startup is disabled by default. Task-number: QTAUTO-275 Change-Id: I3c7cbca10dc3a0d0ca2cc512c34b02b6985fe0d9 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * neptune: update to include fix for i18ndemoSamuli Piippo2017-03-151-1/+1
| | | | | | | | | | Change-Id: Icce4a1345accccf6becd237a28093dddd273b353 Reviewed-by: Volker Krause <volker.krause@kdab.com>
| * fonts: update URL for lohit fontSamuli Piippo2017-03-101-1/+1
| | | | | | | | | | | | | | fedorahosted.org was retired on March 1st, 2017. Change-Id: I84c465da283e5e3642f8c26086ccf381910a7b0d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Update GammaRay to the same version as used by the QtAS 1.1 host toolsVolker Krause2017-03-091-1/+1
| | | | | | | | | | Change-Id: I61c590d3d901235cbe6e67f4d3a115ecc26b781c Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
| * emulator: correctly append qtsimulator configurationSamuli Piippo2017-03-073-6/+6
| | | | | | | | | | | | | | Append configuration without overriding the defaults. Change-Id: Id8ceefb1a04f0ad825349cab549ac77b68c0de94 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Update automotive componentsSamuli Piippo2017-02-284-8/+33
| | | | | | | | | | | | | | | | | | | | Use latest version of QtWayland from 5.8 branch, which is needed for qtapplicationmanager to work correctly. Change Drive CX to use basic rendering loop. Change-Id: If74255e982a676f1c556f2ef25975b675a484e05 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * setup-environment: don't exit the shell on errorGordan Markuš2017-02-271-1/+1
| | | | | | | | | | | | | | | | If the user doesn't source the setup-environment.sh script do not exit the current terminal window Change-Id: I4c1df6bab434a8342abcf96a7ed4b9ccc257c8aa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * neptune-ui: add runtime dependenciesGordan Markuš2017-02-221-0/+1
| | | | | | | | | | | | | | | | Neptune-ui depends on qtquickcontrols-qmlplugins and qtgraphicaleffects-qmlplugins Change-Id: Ie78228e42795bed9ccbfc631f1b9ea8189b9fb0e Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
| * update meta-qt5 (merged upstream/master) SHA1 to manifest.xmlMikko Gronoff2017-02-141-1/+1
| | | | | | | | | | Change-Id: Ife594fcf72bd0c307c55b764d439c7813bae4a3e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * AM: Add appman tools to automotive nativesdkGordan Markuš2017-02-105-3/+88
| | | | | | | | | | | | | | Task-number: QTAUTO-274 Change-Id: I467e93dc25a314cda0a4c35fe990c2b1274bc251 Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * configure-qtcreator: suppress unnecessary errorSamuli Piippo2017-02-071-1/+1
| | | | | | | | | | | | | | | | sdktool outputs "Error: Id was not found." when trying to remove debugger id that doesn't exists. Change-Id: I6ebb700e8b785b9309835cb5fba501db56f65084 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Update GammaRay to the latest 2.7 branchVolker Krause2017-02-011-4/+4
| | | | | | | | | | Change-Id: Ieb60632d524c9a501aacf71df7a0c35f69810ca1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update to newer meta-qt5 (5.9 pre-beta snapshot 1)Mikko Gronoff2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | * 5.9 pre-beta snapshot 1: * updated submodules * removed few obsolete patches under qttools & qtwebkit Change-Id: I7fc6033ed25929aad18bf8e45f6fa91a63b08fcf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update to newer meta-qt5Mikko Gronoff2017-03-171-1/+1
| | | | | | | | | | | | | | includes new mapbox-gl-native module under qtlocation Change-Id: Ieadf32e446e702113e7324cb43833ab7f1ae435a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | toradex: use the default kernel (4.4) for colibri vfSamuli Piippo2017-03-171-1/+0
| | | | | | | | | | | | | | 4.1 kernel no longer builds with GCC 6 Change-Id: Iecd82ad3f431a4c8506b7a97371278ba90611493 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | RPI: use morty branch for meta-raspberrypiSamuli Piippo2017-03-175-102/+1
| | | | | | | | | | | | | | Remove obsolete bbappends Change-Id: I7654e83dce77332e5a437498fc7655d9563302be Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | beaglebone: use morty branch from meta-tiSamuli Piippo2017-03-172-1/+3
| | | | | | | | | | Change-Id: Idb5eb4c440cc67ee89174a0d646446778b1a53bb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Don't include ntpKari Oikarinen2017-03-161-1/+0
| | | | | | | | | | | | | | | | systemd included on the images includes systemd-timesyncd so it is duplicating functionality that is already there. Change-Id: Ia7ec270b070e44037cd31171f7f136309ed162bf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | u-boot-script-toradex: fix uboot image deploymentMikko Gronoff2017-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | do_mkimage() method outputs resulting images to current directory. In poky 2.1 -> 2.2 the behavior differs a bit so that before running do_mkimage() the directory is not changed to WORKDIR, thus creating images to build dir root. Following do_deploy() tries to look for the images in wrong place. Add full path to do_mkimage() output so that do_deploy() executes correctly. Change-Id: I81659d83a519c765538536ad8c38586aa6c6c5ce Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | opengldummy: add LDFLAGSSamuli Piippo2017-03-151-2/+2
| | | | | | | | | | | | | | Fix QA Issue: No GNU_HASH in the elf binary. Change-Id: I9f890e5d1b8d2440d5523bdf80b9cf5c3d0309a7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>