summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | qdb: Update to 1.2.0 and remove gadget init/deinit from init scriptSami Nurmenniemi2018-09-112-21/+2
| | | | | | | | | | | | | | | | | | | | | | | | It's not possible to deterministically control timings of gadget initialization from an external script. Gadget initialization and deinitialization logic from /usr/bin/qdbd-init.sh was moved inside qdbd in QDB 1.2.0. Task-number: QTBUG-63029 Done-with: Kari Oikarinen <kari.oikarinen@qt.io> Change-Id: Ia5d5ab3162032b6609c85d91bdce7b70c72469b9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | meta-qt5: update layerSamuli Piippo2018-09-111-1/+1
| | | | | | | | | | Change-Id: I8d66810fd026b8947596a505303138ce8c4af3e2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'origin/pyro' into sumoSamuli Piippo2018-09-1095-8426/+1298
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/pyro: (29 commits) meta-qt5: update layer qt5: Enable Link Time Optimization toradex: add Qt marketing slides toradex: add support for colibri-imx6ull rpi: include mcp2515 overlay for CAN support qtdeviceutilities: update to latest version boot2qt-demos: update revision boot2qt-addons: update components meta-qt5: update layer boot2qt-launcher: update to latest version qtdeviceutilities: update to latest version Do not use Link Time Optimization boot2qt-demo: update demo videos qtquicktimeline: fetch from public repository boot2qt-demos: no need to patch demos anymore Don't use git folder to check if we are using SDK sources toradex: include easy installer file in the release 7z toradex: Add Boot2Qt material to the Tezi image meta-qt5: update layer qt5: update submodules ... Change-Id: I23e9b0a018328d7be1441616c07c526e2db61be2
| * meta-qt5: update layerMikko Gronoff2018-09-071-1/+1
| | | | | | | | | | | | | | | | Update to Qt 5.11.2 RC Task-number: QTBUG-68980 Change-Id: Ife7e3813bcac527cb8abfa4c239a60bfd866fa35 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qt5: Enable Link Time OptimizationSamuli Piippo2018-09-072-0/+32
| | | | | | | | | | | | | | | | | | | | Re-enable building qtbase and rest of the modules with Link Time Optimization that significantly improves performance and reduces binary sizes. Exclude it from QtWebEngine, as it produces unstable binaries for ARM. Task-number: QTBUG-68688 Change-Id: Ic2448229b878c5b16febf4773dba6c52f5983fd5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * toradex: add Qt marketing slidesSamuli Piippo2018-09-071-0/+4
| | | | | | | | | | | | | | | | | | Marketing slides are shown during the tezi image installation. The tar package overrides the default one from toradex layer. Task-number: QTPM-1505 Change-Id: Ie9870854074bc3c6b8d5ab765a0a173c9a9336fa Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * toradex: add support for colibri-imx6ullSamuli Piippo2018-09-0718-67/+172
| | | | | | | | | | | | | | | | | | | | All u-boot scripts updated and one added for colibri-imx6ull. Colibri-imx6ull supports tezi, but has same size limitation as colibri-imx7. Task-number: QTBUG-70052 Change-Id: Ia05f15c27ceff2b643470c08c3c1be6ace209fb4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * rpi: include mcp2515 overlay for CAN supportSamuli Piippo2018-09-071-0/+5
| | | | | | | | | | | | Task-number: QTBUG-70345 Change-Id: I94b0db5f1be43668832d1f283590f1a6bf0b91f9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtdeviceutilities: update to latest versionMikko Gronoff2018-09-071-1/+1
| | | | | | | | | | | | Task-number: QTBUG-69814 Change-Id: Ie00cdbca48b5fffcdb212cc1586ff001cade445a Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * boot2qt-demos: update revisionSamuli Piippo2018-09-071-1/+1
| | | | | | | | | | | | | | Task-number: QTBUG-70394 Task-number: QTBUG-70390 Change-Id: Iba95b64b1af508fedda79b7bd7313e263a5ad403 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * boot2qt-addons: update componentsMikko Gronoff2018-08-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates: boot2qt-demos: d7e9731 do not enable highdpiscaling on emulator f730907 Fix mediaplayer default video path 09aa32d Fix some major scaling & font issues on ebike-demo boot2qt-launcher: ce4d383 Do not enable HighDpiScaling on emulator a061521 Fix ebike-demo font issues Task-number: QTBUG-70198 Task-number: QTBUG-69840 Change-Id: I9944f79c79417f01338aabdd7d76ff63678a26eb Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * meta-qt5: update layerMikko Gronoff2018-08-291-1/+1
| | | | | | | | | | | | | | | | Update latest content in Qt 5.11.2 branch Task-number: QTBUG-68980 Change-Id: I8904e66855ff6bef7a956eb92223f576d6869510 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * boot2qt-launcher: update to latest versionMikko Gronoff2018-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Updates included: 5d8d87f Fix mediaplayer default video path fa623c1 Fix qtquickcontrols2 theme & icon issues 3c8dd0c Move color definitions to QSettings Task-number: QTBUG-69536 Task-number: QTBUG-69950 Task-number: QTBUG-70198 Change-Id: I680e20cc110a3d38312c5a8d2c46d66e4a157cd9 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * qtdeviceutilities: update to latest versionMikko Gronoff2018-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | * Updates included: 27ac1af Add missing powered property to NetworkInterface 041e4ef Remove extra servicesChanged signal emit 9034db2 Fix connman connection initialization after it is available Change-Id: Iddd84151963135c78114a9e159f6087cbf80dd5f Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * Do not use Link Time OptimizationMichal Klocek2018-08-271-1/+0
| | | | | | | | | | | | | | | | Ltcg creates currently unusable qwebengine binaries for arm. Task-number: QTBUG-69808 Change-Id: I60d47f63295c3f1b6d8031e9ca768c08e3898e88 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * boot2qt-demo: update demo videosSamuli Piippo2018-08-241-8/+10
| | | | | | | | | | | | | | | | Use the new videos for the media player demo. Task-number: QTBUG-68675 Change-Id: Ic51ce61c3bb52a7cd28cc8b0fd5542f37bb88d31 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtquicktimeline: fetch from public repositorySamuli Piippo2018-08-244-60/+11
| | | | | | | | | | | | | | | | | | | | Repository is now public, so we can treat it as a regular qt5 module. Remove qmlpreview recipe as that's part of qtdeclarative in 5.12. Task-number: QTPM-1153 Change-Id: I9bf608136c956124c83c23d50b52f4050bde10c5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * boot2qt-demos: no need to patch demos anymoreSamuli Piippo2018-08-241-18/+2
| | | | | | | | | | | | | | | | Update revision and remove unneeded patching of the sources. Task-number: QTBUG-69950 Change-Id: I406483d4e9a7f9eea1e932e9d176d72398f14860 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Don't use git folder to check if we are using SDK sourcesSamuli Piippo2018-08-241-1/+1
| | | | | | | | | | | | | | | | | | The license file is added to the sources when SDK is created, use that instead of the git folder to check if we are inside SDK. Allows users to create git repo out of the SDK sources. Change-Id: I01f1837fc9d35063470e4409d64d9e1ccaa08e48 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * toradex: include easy installer file in the release 7zSamuli Piippo2018-08-203-0/+12
| | | | | | | | | | Change-Id: I09852c003bfc7d9cac6c30708ada95c09d785efd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * toradex: Add Boot2Qt material to the Tezi imageSamuli Piippo2018-08-205-2/+134
| | | | | | | | | | | | | | | | | | | | Make the image recipe's summary more descriptive as it's shown in the easy installer. The Boot2Qt EULA is shown to user before the image can be installed. Task-number: QTPM-1427 Change-Id: I1039bdc0756a94922a93bd87fa5eb0193237285f Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
| * meta-qt5: update layerSamuli Piippo2018-08-201-1/+1
| | | | | | | | | | | | | | pull in fix for qtenginio and qtsystems. Change-Id: Ib9922d9e556186b90fc58829600ddde2514a6315 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qt5: update submodulesSamuli Piippo2018-08-172-2/+2
| | | | | | | | | | | | | | pull in latest meta-qt5 layer, and update qmllive revision. Change-Id: Iddacb1595c7006ed78a2bf7703aa660d09d20dd9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * toradex: fix problem with basehash in teziSamuli Piippo2018-08-161-0/+4
| | | | | | | | | | | | | | | | | | | | The tezi image uses DATE value but does not exclude it from basehash calculation, which leads to build error: "basehash value changed from ... to .... The metadata is not deterministic and this needs to be fixed." Change-Id: I02650c233df7d7b5443a4968f8b7be3759506cef Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * imx8: enable 888 buffer modeSamuli Piippo2018-08-161-0/+8
| | | | | | | | | | | | | | Use QT_QPA_EGLFS_FORCE888 to prevent banding effects. Change-Id: I3570ceb9a9099daf931dd710f0fb6574f16e6b8a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * emulator: build hdd image in correct phaseSamuli Piippo2018-08-151-1/+1
| | | | | | | | | | | | | | | | hdd image need to be done before do_image_complete, since that's the phase is used in qbsp class. Change-Id: I49a84b1c2311dbb3d3fbc1a40915adb801e33cd3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * automotive: update submodulesSamuli Piippo2018-08-153-4/+4
| | | | | | | | | | | | | | Add the updated commercial license to qmllive Change-Id: Iaeb07e22e1334e05e3f16e14f6f118af80ba77ff Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * Merge "Merge remote-tracking branch 'origin/QtAS-5.11.0' into pyro" into ↵Samuli Piippo2018-08-140-0/+0
| |\ | | | | | | | | | refs/staging/pyro
| | * Merge remote-tracking branch 'origin/QtAS-5.11.0' into pyroSamuli Piippo2018-08-140-0/+0
| | |\ | | | | | | | | | | | | Change-Id: Ia4a27d2096461c996cbb87d69b937df65cfde649
| | | * Neptune 3 UI: update the latest revisionsBramastyo Harimukti2018-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Id8e5194e97cfa9d2c2060366267fae00e38f64f8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | | Update Qt license agreementSamuli Piippo2018-08-1442-344/+967
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include the latest Qt License Agreement version 4.0, as it's available in qtbase. Use the same filename as used in meta-qt5 layer, so this license will be used in all Qt recipes that use The-Qt-Company-Commercial license. Change-Id: Ic02eb2c6c6d210ad30ee6a65d23afaa5b8b68589 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * | | Use MACHINE_EXTRA_INSTALL_SDK to include libnss-mdns for QEMU toolchainsRyan Chu2018-08-141-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MACHINE_EXTRA_INSTALL means that libnss-mdns was installed into the image and not to the toolchain that Coin is using. What we wanted was MACHINE_EXTRA_INSTALL_SDK += "libnss-mdns" Relates to yocto/meta-boot2qt 2f17ab34687ef100c4390057dd220ab431ec8ff8 Change-Id: Ic556dd874dd39c2e9661904bd78145e1f88086cf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | ti: remove all support for TI boardsSamuli Piippo2018-08-1427-8038/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am335x-evm, beagleboard and beaglebone are no longer supported or maintained, so builds are no longer working. Remove all recipes and configurations for them. Task-number: QTBUG-69047 Change-Id: I1787187363386c6ace00077e6291c7ac591d5e12 Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * | update-qt5-modules: update all recipes in a layerSamuli Piippo2018-08-141-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Recursively find all recipes matching Qt module when running the update-qt5-modules.sh script. Optionally the layer dir can be given as an argument. Change-Id: I242154ad56bad0759043b8bf092e24a31f58a6b3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | configure-qtcreator: Add CMake support for QtCreatorTuomas Heimonen2018-09-102-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | Add CMake tool to QtCreator configure script Task-number: QTPM-766 Change-Id: I1105284c532fc872cb622781ef1b3ab8b02a478d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | qt5: support feature files generated by Qt Configuration ToolSamuli Piippo2018-09-101-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt Configuration Tool can be used to generate feature files for each Qt module, which contain enabled and disabled feature flags. This bbclass can be used to enable bitbake to use those files to configure Qt modules more thoroughly. These options will override any PACKAGECONFIG options that might conflict. Use by inheriting the qt5-features in a qt module recipe (using bbappend), which you want to configure. By default the bbclass expects the feature files to be named according to the Qt modules names (QtBase -> qtbase.opt) and placed in a 'features' subfolder next to the recipes. Task-number: QTBUG-68950 Change-Id: Ie580512346a5eb09cd65afc7474b5a88f1416a56 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | | automotive: update revisionsSamuli Piippo2018-08-225-5/+8
| | | | | | | | | | | | | | | | | | | | | Latest revision mostly from dev branches. Change-Id: I99526e140ff88c956df869b55b216b1e729c6782 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | layers: add LAYERSERIES_COMPATOleksandr Kravchuk2018-08-1511-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added LAYERSERIES_COMPAT to layer configs to indicate their compatibility with sumo. Change-Id: I6251ea2cbe785e755357beb32a3e713d2919d89c Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | meta-qt5: update layerSamuli Piippo2018-08-151-1/+1
| | | | | | | | | | | | | | | Change-Id: I93d0e989b2b0d5faecd5ef9db83fad398eb653e9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qbsp: upload qbsp files if availableSamuli Piippo2018-08-141-0/+2
| | | | | | | | | | | | | | | Change-Id: I39b779bab712717fbd4b689e6be4780f5e7b42a6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qmlpreview: remove recipeSamuli Piippo2018-08-082-45/+1
| | | | | | | | | | | | | | | | | | | | | Component is now part of qtdeclarative module. Change-Id: I07ebc6a7127c72d888871851974b2a309b64a632 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | meta-qt5: update to Qt 5.12.0Samuli Piippo2018-08-081-1/+1
|/ / | | | | | | | | Change-Id: I40f2816607706efd1ec7998061edde16d3fa1404 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | boot2qt-demos: update revisionSamuli Piippo2018-08-061-1/+1
| | | | | | | | | | Change-Id: I597c3f5bd9ad4e43b3c449f937dd489081917dee Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Add libnss-mdnsJędrzej Nowacki2018-08-033-0/+90
| | | | | | | | | | | | | | | | | | | | | | We need mdns to resolve .local while testing qt network stack in CI. Otherwise the tests would not see announced services. Relates to qt/qtbase 5c5af7155ae989664919de1f10ac17121fa12a36 and qt/qt5 e99fe6b35439577318916ba2d8b28a2d6be2cdfc. Change-Id: I480f457f4b39876788ed2e00f6fdcc0a72bfe90f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update layerSamuli Piippo2018-08-021-1/+1
| | | | | | | | | | | | | | Update to latest Qt 5.11.2 Change-Id: I5ea8014d4e3af919ddab2d5497c2ef5502857862 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Add support for static buildsSamuli Piippo2018-07-053-7/+19
| | | | | | | | | | | | | | | | | | | | Necessary recipe changes to support building image with static Qt5. Boot2Qt Launcher will not be fully functional, but the image can can be built. Task-number: QTBUG-69002 Change-Id: I863c40d7b6b3f432b9f78c0477b26030f4818733 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | Configure Qt with commercial licenseSamuli Piippo2018-07-051-0/+3
| | | | | | | | | | | | | | | | Enable commmercial license build for Qt by default. Task-number: QTBUG-64246 Change-Id: I018a14da806b523ca900bfc29a228c022d6487fc Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | meta-qt5: update to Qt 5.11.2Samuli Piippo2018-07-051-1/+1
| | | | | | | | | | Change-Id: Iefacf7360798880fc03446ee71f3d2583bc9c02d Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | qmllive: add commercial license optionSamuli Piippo2018-07-041-1/+1
| | | | | | | | | | Change-Id: I4528895f422b0902aa84fe0d722dd42806dd4b30 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | qt5: Enable Link Time OptimizationSamuli Piippo2018-07-032-1/+5
| | | | | | | | | | | | | | | | | | Build qtbase and rest of the modules with Link Time Optimization that significantly improves performance and reduces binary sizes. Task-number: QTBUG-68688 Change-Id: Ia6b73b063c65a719549b26adaf1d67f94cae65a6 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>