summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | image_dd: remove old boot.img before trying to create itSamuli Piippo2017-05-101-0/+1
| | | | | | | | | | | | | | rootfs creation failed if boot.img still existed from previous build. Change-Id: Ib85cc7dbacbc0d0cc7d0700985ad9c52a6ade0df Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | tegra: use GPT partition tableSamuli Piippo2017-05-101-1/+1
| | | | | | | | | | | | | | | | The tegra u-boot expects sdcard to have a GPT partition table instead of MBR. Task-number: QTBUG-60681 Change-Id: I67b5f4b3ed299ea3d275bbd442ae83aead095db3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update meta-qt5Mikko Gronoff2017-05-091-1/+1
| | | | | | | | | | | | | | * Updates submodules to 5.9.0 Beta 4 (snapshot 1) Change-Id: Idee75465fd2cdd84ccafd6d74e3cc182d6f4235b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | tegra: fix kernel NULL pointer dereferenceSamuli Piippo2017-05-082-0/+76
| | | | | | | | | | | | | | | | | | Closing Qt application caused video mode to change, which in turn triggered NULL pointer deference bug in tegra kernel. Task-number: QTBUG-60417 Change-Id: I0dffc3cd6773637742a1e54f6c495fdde0fbd895 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | Merge "Merge remote-tracking branch 'origin/dev' into morty" into ↵Mikko Gronoff2017-05-0529-181/+2803
|\ \ | | | | | | | | | refs/staging/morty
| * \ Merge remote-tracking branch 'origin/dev' into mortyMikko Gronoff2017-05-0529-181/+2803
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dev: Fix USB drivers on Apalis board Add support for Renesas R-Car Gen3 boards tegra: update to [4.1.4.0] Vibrante 4.1 Linux Drive CX2 Change-Id: I73542c81d5d2f3741fe90b94133aa5a5f55bb875
| | * | Fix USB drivers on Apalis boardSami Nurmenniemi2017-05-052-0/+1365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apalis kernel was missing one patch that fixes crc calculation of exported symbols. That caused some exported symbols to have checksum 0x00000000 in Module.symvers and modules using those symbols refused to load. Task-number: QTBUG-60569 Change-Id: I798fc0af0138b0dffbff2850295f40f74e70a2c8 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * | Add support for Renesas R-Car Gen3 boardsSamuli Piippo2017-05-0220-4/+1311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for Salvator-X (H3/M3), H3 and M3 Starter Kits. Requires driver package installed as instructed in meta-renesas and correct SOC_FAMILY set in the local.conf For Qt Company internal builds, required driver packages are in the renesas-rcar-gen3 git repository. Change-Id: I051591f98f773a1453f531ae1b49cb2f18ce93bd Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| | * | tegra: update to [4.1.4.0] Vibrante 4.1 Linux Drive CX2Samuli Piippo2017-04-288-177/+127
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTAUTO-272 Change-Id: I63a564996a363cdd14f14f51a88364f9a9f99d73 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | | Use Github mirror as qdbd sourceKari Oikarinen2017-05-051-5/+6
|/ / / | | | | | | | | | | | | Change-Id: I79730eaa688dec0cfede85b999fa7580fcb53e15 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Use Qdb plugin for QtCreator configurationSamuli Piippo2017-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Switch from adb to qdb when using QtCreator with custom toolchain. Change-Id: Iaf026a5550bc41f87fc20d062012ed1652ee6f8e Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | | deviceutilities: update to newer versionMikko Gronoff2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates since previous version: Fix issue when no Bluetooth device is available Change-Id: Ib671c425805c4a51c5aa63d9475f50b923355c84 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | poky: update morty branchMikko Gronoff2017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update morty branch one commit up the branch, fixes a reported bug: python-3.5-manifest: Add imp to importlib (8ab3fa375891eba3dc102b6ee7fee3582070654b) Task-number: QTBUG-60447 Change-Id: Ifd1771dc4df5d2e5c9fc4768aaaa40dca20ecd67 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Use newer qdbd version with GPLv3 dual-licenseKari Oikarinen2017-05-031-3/+3
| | | | | | | | | | | | | | | Change-Id: Ifa92ce8d86585f6e818e05be6fc9ebf3ace4703d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Use qdbd from public repositoryKari Oikarinen2017-05-033-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since the repository is public, it can from now on be included in all builds, not just internal. Task-number: QTBUG-60435 Change-Id: I3a322ea6999f48271942d826fd1ff8c56ed67b4d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Use qdbd instead of adbd by defaultKari Oikarinen2017-05-036-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start qdbd by default instead of adbd. Changing to adbd can be done with `systemctl enable --now adbd`. qdbd needs Function FS, so update the comments related to those kernel config changes. Change-Id: I990a25f26141afe751555f5dc49f0304949dd9a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qdbd: Add network configuration scriptKari Oikarinen2017-05-033-6/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script is called to reset the host-device network interface before starting qdbd. qdbd will call it to configure the network when it is told by the host what network to use. Due to dependency to systemd-networkd in the script and the overall system, working with SysV init is fiction, so remove that configuration. Change-Id: I86f8348e57077c8718cedf68af82796adef65f07 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qtbase: add support for gif and icoSamuli Piippo2017-05-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Support was lost when PACKACONFIGs were added in upstream qtbase recipe. Task-number: QTBUG-60327 Change-Id: I2bee56e9331ab617b92bd6da946894fb3dcf3863 Reviewed-by: Karim Pinter <karim.pinter@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/krogoth' into morty" into ↵Mikko Gronoff2017-05-021-1/+1
|\ \ \ | | | | | | | | | | | | refs/staging/morty
| * \ \ Merge remote-tracking branch 'origin/krogoth' into mortyMikko Gronoff2017-05-011-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | * origin/morty: neptune-ui: Update to the latest version Change-Id: Ica8c5fdfe2303a82991ab98650d9009efee80fea
| | * | neptune-ui: Update to the latest versionv1.1_QtASDominik Holland2017-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie71e9acea707fb2a6cd82493cf43e94689f98f5d Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>
* | | | Add dependency to p7zip-nativeSamuli Piippo2017-05-023-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of depending on 7z from host, build it natively where needed. Change-Id: Ic15f607d0eb10c6f0af01134be3236c577aeb2bb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | | qbsp: use correct image pathSamuli Piippo2017-05-023-4/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | .. and make sure that component name does not contain a dash, since that's not supported by IFW. Change-Id: Ie611b4557c18b22ff56b9f1407376e59d7c71b0d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | Merge remote-tracking branch 'origin/dev' into mortyMikko Gronoff2017-04-2825-96/+114
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dev: deviceutilities: update to newer version qt5: update submodules fsl: update freescale meta layers & related .bbappend entries sdk: use python3 for toolchain qtivi: update to version that compiles with Qt 5.9 warp7: add kernel configs to right file Add support for i.MX7S WaRP Update and re-enable QtQuickCompiler use newer meta-qt5 Merge remote-tracking branch 'origin/krogoth' into dev qt5: use newer meta-qt5 poky: update morty branch neptune-ui: update revision qtbase: disable eglfs device integration plugin usage in emulator neptune-ui: depends on qttools-native Multiscreen-demo: update revision neptune-ui: rdepends on dbus-session qt5: use newer meta-qt5 Revert "qtglesstream: update to newer version" 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: I34414fac9a5eedeb028bcd06988ca23c2eea5549
| * | deviceutilities: update to newer versionMikko Gronoff2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commits included since previous version: Don't give connman user name as a network name Fix bad annotations of D-Bus signal arguments Remove duplicate D-Bus annotation Add plugins.qmltypes files to the QML plugins Use qml_plugin.prf for the QML plugins Remove dead .pro file Merge remote-tracking branch 'origin/5.8' into 5.9 Exclude all the other build targets than linux Fix qmake warnings Doc: Bump version to 5.8.0 Change-Id: I09a8eb3ba564862cbfcf70efca3eaacb43374446 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * | qt5: update submodulesMikko Gronoff2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | * Update submodules to 5.9.0 Beta 3 Change-Id: I46e6aa3ad673fb5ac67bcea3e0d0c2ce39df79eb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | fsl: update freescale meta layers & related .bbappend entriesMikko Gronoff2017-04-2411-83/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update meta-freescale & meta-freescale-3rdparty layers to the latest SHA1s in morty branches * Update related meta-boot2qt/meta-fsl-extras .bbappend entries by removing duplicate/obsolete entries * Update CMA-reserved-size patch for nitrogen6x * Remove Add-recovery-support patch Change-Id: Ifa1063d7b8bb4f76eea0c9c735f483136d2cd8bb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | sdk: use python3 for toolchainSamuli Piippo2017-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Python3 in now the defaut python version, include correct modules to the toolchain. Task-number: QTBUG-59974 Change-Id: I5b851bf7344c85469318a756b7e1a37afbb596ae Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | qtivi: update to version that compiles with Qt 5.9Samuli Piippo2017-04-221-1/+1
| | | | | | | | | | | | | | | Change-Id: I24ba7de59c466956987d0c81645976fc383b7ec2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | 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>