summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt
Commit message (Collapse)AuthorAgeFilesLines
* qtdeviceutilities: update revisionv5.12.0-beta4Samuli Piippo2018-11-121-1/+1
| | | | | Change-Id: I488a5fc07b718848e0e7e3ae0e41eb464383921d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtdeviceutilities: update latest revisionMikko Gronoff2018-11-051-1/+1
| | | | | | | | | Pull merged fixes from 5.11 branch: * 069c88b - Fix manual proxy configuration on the C++ side * bbf0e42 - Fix the name of the proxy URL property Change-Id: Idd06b94eefc1d815dbc6af8aa925209b8dd4571d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* sdk: fix linker flagsSamuli Piippo2018-11-011-1/+1
| | | | | | | | | Add back the target specific compiler flags to the LFLAGS. Task-number: QTBUG-71532 Change-Id: I1011abd6f5e33f2926db50c49475b70014c55616 Fixes: QTBUG-71532 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* intel: rework initramfs supportSamuli Piippo2018-11-013-200/+0
| | | | | | | | | | | | The WKS image creation ignored our old initramfs. Change to using an existing core-image-minimal-initramfs recipe and extend it with support for the internal MMC reader. Add separate recipe to combine the intel microcode and the new initramfs, and add wks file to use it. Remove all old recipes that are no longer used. Change-Id: I4e1f244685a7f2bd304aa23d9e07580fa9dc9652 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* sdk: remove unneeded compiler flagsSamuli Piippo2018-10-301-13/+8
| | | | | | | | TARGET_CFLAGS has compiler flags that are not required for the toolchain to work, but adds unnecessary complexity. Change-Id: I8532e7591a5bc85ff243b4e268ba3157b08202c8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* cmake: fix cmake configurations for QtCreatorSamuli Piippo2018-10-303-3/+24
| | | | | | | | | | Include cmake and make as explicitly to the toolchain. Fix nativesdk-cmake compilation for mingw toolchain. Add CMake registration code to the QBSP installer scripts. Task-number: QTBUG-71315 Change-Id: If29e12d6ce24546ba8a834969b6f60e3216e6962 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* QBSP: add Qt version to the QBSP file nameSamuli Piippo2018-10-301-2/+2
| | | | | Change-Id: I343ac6b008044d31ea97c436d34eaed5d6f94819 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* toradex: fix problem with basehash in teziSamuli Piippo2018-10-261-0/+3
| | | | | | | | | | | | 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." Re-apply the fix as it's still not correctly fixed in toradex layers. Change-Id: I0e835db98e812c4af23e01215b045ba1a7298753 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* imx7s-warp: bring back kernel with display supportv5.12.0-beta3Samuli Piippo2018-10-241-0/+9
| | | | | | | | | | | | Add old kernel recipe from meta-freescale-3rdparty layer that was removed in sumo branch. It provides support for the display and the touchscreen. Fix perf build with old kernel sources and use correct appcontroller.conf after MACHINEOVERRIDES was changed in the machine config. Task-number: QTBUG-68899 Change-Id: I6d2cd70951f86a99a8878915ce1bfc598dc95ee0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update to GammaRay 2.10 for QtAS 5.12Volker Krause2018-10-241-2/+2
| | | | | Change-Id: I2c29de876c917c3df8f919d70656df1e4fec9e71 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* QBSP: add check for supported host systemSamuli Piippo2018-10-236-1/+65
| | | | | | | | | | Warn user if they try to use windows QBSP on a linux system or vice versa. Set package as Default, so they are selected automatically when using command line options, and disable components if host system is not compatible so that user cannot continue with the installation. Change-Id: I84d963b8faee00c6fbaa622cb7347606a18c7c6f Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* jetson-tx1: use basic render roopSamuli Piippo2018-10-161-0/+8
| | | | | | | | | QtWayland compositor requires QSG_RENDER_LOOP=basic to be used on jetson-tx1, same as on jetson-tx2. Task-number: AUTOSUITE-540 Change-Id: I2a20e33bcbd70aaa005fc6c49ff093d2d05316c2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* renesas: support for RCar-3 D3 DRAAKSamuli Piippo2018-10-101-0/+4
| | | | | | | | | | | | | meta-renesas has support for the D3 Draak board only in version Renesas-Yocto-v2.22.0.1_D3 version. Other Renesas boards are already using more recent verions. Checkout the D3 specific version in a different directory, so that all Reneasas boards can be supported. renesas-rcar-gen3 repo has been updated with D3 drivers from D3_Linux_2.23.01_BSP_3D BSP package. Task-number: QTBUG-68925 Change-Id: If8283d31945b375ce4256a15132e185e0d676800 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* boot2qt-demos: update revisionMikko Gronoff2018-10-041-2/+1
| | | | | | | | Remove Qt3D demo from launcher. 3D demo will be replaced with a more suitable candidate in the future. Change-Id: I34e4d73d62c1c42c23b234456fc3649065412e0d Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* qtivi: remove dependency to libxcryptSamuli Piippo2018-10-021-2/+2
| | | | | | | | | QtIVI is not really dependent on libxcrypt, files in the python virtualenv just confuse the package QA. Disable build-deps checks to remove false warnings. Change-Id: I5737a540839f286f83c5b817220947687eb06023 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-10-013-7/+7
| | | | | | | | | Use latest revisions for the automotive modules. Fix qtivi build error: nativesdk-qtivi-tools requires /usr/local/bin/python, but no providers found in RDEPENDS_nativesdk-qtivi-tools? Change-Id: I853b442ab9789807cb874b92738ec1175d3f6cb5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* intel: update to sumoSamuli Piippo2018-09-281-87/+0
| | | | | | | | | | Update meta-intel layer to the latest revision on sumo branch and make the necessary adaptations. Use WIC for the image creation and remove previously used classes that are no longer needed. Mesa is now recent enough, removing all existing recipes. Change-Id: I747505ac25397a0b2f0a811bb9a7c5e5e1a53cfe Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* emulator: adapt to sumoSamuli Piippo2018-09-284-61/+15
| | | | | | | | - Use WIC for image creation - Update VirtualBox components Change-Id: I48d76906a66477ec844cbdc37c919079a9bd949b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* poky: update to 2.5 branch (sumo)Mikko Gronoff2018-09-282-11/+7
| | | | | | | | | | | | | | | | | Update yocto from 2.3.4 (pyro) to 2.5.1 (sumo): - Update poky, meta-openembedded & meta-mingw to sumo branch - update image classes (obsolete IMAGE_DEPENDS definitions) - Update bbappends under meta-boot2qt-distro - Update meta-*-extras layers bbappends & patches All recipes related to nitrogen6x are fixed here, but this depends on follow up commits to work correctly. Task-number: QTBUG-68681 Change-Id: Ic5802c5c1a3989bed746f96f8cf173743ec755bb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtivi: rebase patch for 5.11 and 5.12Oleksandr Kravchuk2018-09-261-7/+11
| | | | | Change-Id: Ie0a7e6ef235c2bd5c19b802c44d3a084843d0042 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* boot2qt addons: update demos, launcher & deviceutilities revisionsMikko Gronoff2018-09-253-5/+6
| | | | | | | | | Update boot2qt addon modules to latest versions: - Minor fixes & tweaks to all modules - Qt3D demo added to launcher Change-Id: Id5234dc5c0e202bdfcfeda934c359c930ab32226 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* 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>
* Merge remote-tracking branch 'origin/pyro' into sumoSamuli Piippo2018-09-1028-373/+996
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * toradex: add support for colibri-imx6ullSamuli Piippo2018-09-071-0/+9
| | | | | | | | | | | | | | | | | | | | 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>
| * 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>
| * 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>
| * 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-242-52/+9
| | | | | | | | | | | | | | | | | | | | 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>
| * toradex: Add Boot2Qt material to the Tezi imageSamuli Piippo2018-08-201-0/+18
| | | | | | | | | | | | | | | | | | | | 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>
| * qt5: update submodulesSamuli Piippo2018-08-171-1/+1
| | | | | | | | | | | | | | pull in latest meta-qt5 layer, and update qmllive revision. Change-Id: Iddacb1595c7006ed78a2bf7703aa660d09d20dd9 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>
| * Update Qt license agreementSamuli Piippo2018-08-1422-317/+940
| | | | | | | | | | | | | | | | | | 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>
| * ti: remove all support for TI boardsSamuli Piippo2018-08-142-22/+0
| | | | | | | | | | | | | | | | | | | | | | 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>
* | 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-151-0/+2
| | | | | | | | | | | | | | | | | | 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>
* | qmlpreview: remove recipeSamuli Piippo2018-08-081-44/+0
|/ | | | | | | Component is now part of qtdeclarative module. Change-Id: I07ebc6a7127c72d888871851974b2a309b64a632 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 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>
* qmllive: add commercial license optionSamuli Piippo2018-07-041-1/+1
| | | | | Change-Id: I4528895f422b0902aa84fe0d722dd42806dd4b30 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* boot2qt-demos: update & cleanup recipeMikko Gronoff2018-06-261-11/+13
| | | | | | | | | | | | | | - Update to latest version, including UI fixes for mediaplayer - Remove obsolete qtwebbrowser SRC_URI, as browser is now part of demos repo under basicsuite folder instead of submodule - Add only currently used demo content to image Task-number: QTBUG-68978 Task-number: QTBUG-62791 Task-number: QTBUG-68674 Task-number: QTBUG-68471 Change-Id: I78353321ec0485111a5d7bc0fb3088048eb8ec50 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* boot2qt-launcher: update to latest versionMikko Gronoff2018-06-251-1/+1
| | | | | | | | | Demo launcher UI layout fix Task-number: QTBUG-68650 Change-Id: I8b1b1511cdb9a99b1ddae0a719f2647f241ed336 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* neptune3: update revisionv5.11.1_QtASv5.11.1Samuli Piippo2018-06-171-1/+1
| | | | | Change-Id: I65746a36bc223e157855b5c98e43714d7a4c504d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>