summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | 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>
* | Do not use qt meta catalog translation packageSamuli Piippo2018-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | The qt_xx translations have dependencies to qtquick1 and qtscript, which are not available in the image, which then breaks loading of the translation file. Task-number: QTBUG-69146 Change-Id: I76b785d802ebba6b1186c03d69322d182321ebbc Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | toradex: update to 2.7b5 releaseMikko Gronoff2018-06-292-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest tagged release for morty branch. More recent releases are for rocko and not compatible: - meta-toradex-bsp-common -> updated past 2.7b5 tag to toradex/morty HEAD to solve build issues with updated meta-openembedded - meta-toradex-nxp -> updated to 2.7b5 Task-number: QTBUG-65794 Change-Id: I1b48aeef9af8c5ca6912db069957e8859346d79b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add Qt3D Studio Runtime libs and viewerSamuli Piippo2018-06-292-0/+3
| | | | | | | | | | | | Task-number: QTBUG-67761 Change-Id: I2ed7b65b658fe34a5e7cda3670c233ddf7eaa954 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-06-284-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | * Includes merged commits from upstream/master & new recipe for Qt3DStudio runtime libraries * gsteamer1.0-plugins-bad appends added to meta-boot2qt-distro specific bbappend as plugins-bad was moved to plugins-good as upstream/master is built against poky (sumo) and we're still at pyro branch. * qtbase bbappend updated with new getentropy packageconfig. Change-Id: I612040526fa73ba8866187c0f6931b2194444b9a Reviewed-by: Samuli Piippo <samuli.piippo@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>
* | meta-openembedded: update to latest revision in pyro branchMikko Gronoff2018-06-261-1/+1
| | | | | | | | | | | | Task-number: QTBUG-68980 Change-Id: Iba32d65cc7341a01f50a2450209169f6c884855f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add correct Qt version to image deploy configsSamuli Piippo2018-06-262-3/+2
| | | | | | | | | | Change-Id: Iada2c529cb4a91ee1f36f60d3112b91aafa27df1 Reviewed-by: Mikko Gronoff <mikko.gronoff@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>
* | meta-qt5: update layerMikko Gronoff2018-06-171-1/+1
| | | | | | | | | | | | | | | | Update to Qt 5.11.1 RC Task-number: QTBUG-68389 Change-Id: I0dfbe3c04d55786fa7deab94657d140afddf0c97 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | boot2qt-launcher: update to latest versionMikko Gronoff2018-06-151-1/+1
| | | | | | | | | | | | | | | | Minor UI fix Task-number: QTBUG-68668 Change-Id: I543630f84fc182e812497bb1c69daeb291cff024 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | automotive: update revisionsSamuli Piippo2018-06-145-5/+5
| | | | | | | | | | Change-Id: Id367e0949813fee6d1f68a2ff5acbef145a7c412 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-freescale, meta-intel: update layersMikko Gronoff2018-06-141-2/+2
| | | | | | | | | | | | | | | | Update meta layers to more recent or latest in pyro branches Task-number: QTBUG-65794 Change-Id: Ia69c76669bba7f9dc2dcb81f35a3a2b990571a90 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update layerMikko Gronoff2018-06-131-1/+1
| | | | | | | | | | | | | | Update to Qt 5.11.1 snapshot Change-Id: Ib19b4119f8988286281b623212d2c9a325e18e52 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | boot2qt-launcher: update to latest versionMikko Gronoff2018-06-131-1/+1
| | | | | | | | | | | | | | | | | | Update launcher with few UI / usability related improvements. Task-number: QTBUG-68650 Task-number: QTBUG-68677 Change-Id: Ic888b5110979d20b637115f3c2d22469ac4f96ee Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtdeviceutilities: update to latest versionMikko Gronoff2018-06-131-1/+1
| | | | | | | | | | | | Task-number: QTBUG-68321 Change-Id: Iedf9500f9f99c61b7f55798f7f4147366c4940db Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update to Qt 5.11.1Samuli Piippo2018-06-131-1/+1
| | | | | | | | | | Change-Id: If9e2f6c3bc2089faec9b2c73f6880c26fb2b9b0e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | boot2qt-demos: update to latest versionMikko Gronoff2018-06-131-1/+1
|/ | | | | | | | | - Disable browser demo from imx7 boards - Update launcher demo icons & doc images Task-number: QTBUG-68819 Change-Id: If7c97acb7922320fd149606dc5aba43652148264 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Disable sandbox when running qtwebengineSamuli Piippo2018-06-122-0/+2
| | | | | | | | | | | | Running WebEngine as root without --no-sandbox is not supported, disable sandbox in appcontroller conf so it affects all apps. Previous fix was not applied to NUC or Renesas boards. Task-number: QTBUG-66641 Task-number: QTBUG-68799 Change-Id: I78812cd4948559460a8202308cd0576699dba32f Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* Neptune 3 UI: Update latest revisionsBramastyo Harimukti2018-06-121-1/+1
| | | | | Change-Id: Ifc57e0cfba6007f5c900c60fb44d9b5367914112 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Neptune 3 UI: Update latest revisionsBramastyo Harimukti2018-06-121-1/+1
| | | | | Change-Id: I6eebb58c743c7f5571fbff171ba33113187cadb2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* jetson-tx2: use basic render roopSamuli Piippo2018-06-111-0/+8
| | | | | | | | | QtWayland compositor requires QSG_RENDER_LOOP=basic to be used on jetson-tx2, same as on DriveCX. Task-number: AUTOSUITE-540 Change-Id: Id7689715d5646d7074eb279f2253920cc6dbbab3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* SDK: add qtremoteobjects-tools to the SDKSamuli Piippo2018-06-081-3/+4
| | | | | | | Needed for repc Change-Id: Ib88e6c51045a36359a3f1571815cebc9181d639a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Neptune 3 UI: Latest revisionsBramastyo Harimukti2018-06-081-1/+1
| | | | | Change-Id: I79203b0309ac1350d9428880950556402bfe7b27 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* scripts: handle qtivi in the submodule update scriptSamuli Piippo2018-06-081-0/+6
| | | | | Change-Id: Id3477a92389bb6239119bd1b102717c332663a80 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2018-06-083-4/+3
| | | | | | | latest revision for qmllive (from 5.11 branch), appman and qtivi. Change-Id: I7860e8cd75afae5c320e02b3c9a623bde9dcdc44 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>