summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | qdbd: Update to 1.1.0Kari Oikarinen2018-03-091-2/+2
|/ / | | | | | | | | | | Change-Id: Ia9e15e2e87ab2a766ddf68dbd77c8dc8c1757fcc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Include qtwebglplugin to the imageSamuli Piippo2018-03-062-1/+2
| | | | | | | | | | | | | | | | Allows stream applications to browsers over the network Task-number: QTBUG-66817 Change-Id: I987adae255dafbf6b6b746117e20024988dd86b2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add procps package to imageSamuli Piippo2018-03-061-0/+1
| | | | | | | | | | | | | | | | | | procps provides full 'ps' binary required to run valgrind from QtCreator Task-number: QTBUG-61450 Task-number: QTCREATORBUG-19982 Change-Id: I7755850d3e781351b464ebe1a9897729f087fffd Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-03-0510-29/+26
| | | | | | | | | | | | | | | | | | - Update SRC_URI for Qt modules from github to code.qt.io - Update QT submodules to 5.11.0 Beta1 Task-number: QTBUG-66307 Change-Id: Ia5670787568e7f1e247b939c8c3c992702db8217 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | scripts: remove obsolete setups for meta-qt5Samuli Piippo2018-03-022-8/+0
| | | | | | | | | | | | | | meta-qt5 layer setup no longer needs there extra steps. Change-Id: I23dae008104033d32afab81eca0390e70a276cc2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Remove ifupdown recipesSamuli Piippo2018-03-026-173/+0
| | | | | | | | | | | | | | ifupdown is no longer used in the images. Change-Id: I6a5abee6735fb10d6344d16af11a819bbaa5ff62 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Disable sandbox when running qtwebengineSamuli Piippo2018-03-018-0/+8
| | | | | | | | | | | | | | | | | | | | Running WebEngine as root without --no-sandbox is not supported, disable sandbox in appcontroller conf so it affects all apps. Task-number: QTBUG-66641 Change-Id: Icdef6f7eb66fa53060973c32cf74a7a254cc3449 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-02-261-1/+1
| | | | | | | | | | | | | | Include merge from meta-qt5 5.10 -> 5.11 Change-Id: Ic2c9789b66796b1037b9bdd7f6c709f63d3f6922 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtdeclarative: fix PACKAGECONFIGSamuli Piippo2018-02-231-2/+0
| | | | | | | | | | | | | | | | | | qml-debug is already set in the upstream recipe with ??= which cannot be appended with +=, so essentially we removed xmlpatterns from there. Task-number: QTBUG-66576 Change-Id: I85dc2b9fbcec491d02c82e68d02e59aefeb1c241 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add valgrindKari Oikarinen2018-02-231-0/+1
| | | | | | | | | | | | | | Task-number: QTBUG-61450 Change-Id: If1c8b11ecdb1902b8a77339d82d5a408dd2a00a7 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | perf: enable unwind supportSamuli Piippo2018-02-221-3/+2
| | | | | | | | | | | | | | | | | | Upstream recipe has been changed to use PACKAGECONFIGs Task-number: QTBUG-66575 Change-Id: I446737d9beb779ce76ebb66fc3e7a109e734aae2 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* | meta-qt5: update to 5.11.0 AlphaSamuli Piippo2018-02-201-1/+1
| | | | | | | | | | Change-Id: I4cf09f3b74b18d278c4830e28ec5e4e3a7202520 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtdeviceutilities, b2qt-launcher: Update to latest revisionsMikko Gronoff2018-02-202-3/+3
| | | | | | | | | | | | | | | | | | Update components to introduce the new launcher Task-number: QTBUG-66307 Change-Id: I42b36685b0f23b16f09485978535e85b8ce3f2fe Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/pyro-5.11' into pyroSamuli Piippo2018-02-1915-254/+15
|\ \ | | | | | | | | | | | | | | | | | | * origin/pyro-5.11: qt5: Upgrade to Qt 5.11.0 Change-Id: Ida14b8ede25b65ea7e60dc1a6555d7c93523bbbf
| * | qt5: Upgrade to Qt 5.11.0Samuli Piippo2018-02-1215-254/+15
| | | | | | | | | | | | | | | | | | | | | | | | QtQuickCompiler is now part of qtdeclarative, separate recipe is no longer needed. Keeping qtquickcompiler.bbclass still for backwards compatibility. Change-Id: I8e6a66b176fc17c4bb161ae4638125238518e22a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | grub-efi-native: fix initramfs-basic dependency issueSamuli Piippo2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use correct dependency to initramfs, so that cpio.gz file has been created. Change-Id: I00560a56374925e119b7ce70d8f7f25b5cc9b7b7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | meta-qt5: update qtscriptv5.10.1Mikko Gronoff2018-02-121-1/+1
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-65164 Change-Id: Iad1577b118a6e9ff38c6a5cdc0b9bcdc8ddb8aad Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | meta-qt5: update meta layerMikko Gronoff2018-02-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update qt5 modules to 5.10.1 RC - Update quickcompiler Task-number: QTBUG-65164 Change-Id: I05a06e1bd070c709703d28ac2e221ca697c1cc03 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | toradex: remove linux-firmware from colibri-imx7Samuli Piippo2018-02-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To keep tezi image size below the 512Mb available on the device, remove full linux-firmware installation, keeping only those that are explicitly required. Task-number: QTBUG-65690 Change-Id: I157c397425f8ebf305d640e023ba344840a54409 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | | otf-noto: install only one regular fontSamuli Piippo2018-02-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Noto font sizes are big, so install only one font that is used in the demo. Task-number: QTBUG-65690 Change-Id: I02171fefa9326422002e417c715b9ae90e60bd76 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | ttf-opensans: fetch files from git repoSamuli Piippo2018-02-071-6/+6
| | | | | | | | | | | | | | | | | | | | | Use git repo for the files, so there's no warnings about missing checksums. Change-Id: If37c144a9b41b7a1b8d8b389091897124b7e3d8e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qtdeviceutilities: update revisionMikko Gronoff2018-02-071-2/+2
|/ / | | | | | | | | | | | | | | Fixes messy network settings UI Task-number: QTBUG-65164 Change-Id: I1ac59ae15acf046f9fc0cd5cfbbab7b035fbf201 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2018-02-0512-42/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automotive related changes left intact for pyro, as they require further work than just a basic merge due component branching differences etc. * origin/morty [MERGED]: qt5: don't build tests by default qbsp: fix replace tags quickcompiler: update to 5.9.4 release revision meta-qt5: update to Qt 5.9.4 RC meta-qt5: update to Qt 5.9.4 snapshot meta-qt5: update meta layer poky: update revision ppp: remove obsolete patch meta-qt5: update meta layer internal-build: prepend mirror variables qtdeviceutilities: update revision meta-qt5: update meta layer poky: update revision * origin/morty [NOT MERGED]: Fix license checksum due to incremented year number Update GammaRay revision multiscreen-demo: update revision and fix startup automotive: update revisions sdk: add qtapplicationmanger staticdev package qtivi: enable ivigenerator for toolchain appman: add dependency to nativesdk-qtdeclarative qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator Changes not staged for commit: recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/multiscreen-demo_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb Conflicts: recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/qt5/qtdeviceutilities.bb recipes-qt/qt5/qtquickcompiler_git.bb scripts/manifest.xml Task-number: QTBUG-65164 Change-Id: I98fe358aaaf55a609dc34f7b8cc65525d493ff26
| * qt5: don't build tests by defaultSamuli Piippo2018-01-261-0/+2
| | | | | | | | | | | | | | We don't use the tests and building them always takes time. Change-Id: I68c95442772479f9dd30e322e48a0cfdef420924 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * qbsp: fix replace tagsSamuli Piippo2018-01-267-15/+16
| | | | | | | | | | | | | | | | | | | | @TARGET@ was used twice for different things and other tags were used with wrong content. Installer content now follows closer to the online content. Task-number: QTBUG-66010 Change-Id: I6a10f765fa582da2025134f268c6ee35b74ac8c6 Reviewed-by: Ilari Ängeslevä <ilari.angesleva@qt.io>
| * Fix license checksum due to incremented year numberVolker Krause2018-01-251-1/+1
| | | | | | | | | | Change-Id: I7933dd63a6dcef23c87719c66e4405c31ac28a27 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Update GammaRay revisionVolker Krause2018-01-231-1/+1
| | | | | | | | | | Change-Id: Ie6cbc79bc2297c32f59af4a0512bb96a31c03e07 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * multiscreen-demo: update revision and fix startupSamuli Piippo2018-01-233-6/+33
| | | | | | | | | | | | | | | | | | Update to latest revision. Don't use the provided start.sh script as it's hardcoded for NVIDIA HW. Task-number: AUTOSUITE-182 Change-Id: I1a7498da31ae49bec34426bee3af8517b7333fb4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * quickcompiler: update to 5.9.4 release revisionv5.9.4Mikko Gronoff2018-01-221-1/+1
| | | | | | | | | | Change-Id: Iac79b3ecaa5ae653a66cedc7ddd030f0dcd05cbf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * automotive: update revisionsSamuli Piippo2018-01-193-4/+4
| | | | | | | | | | | | | | Update to latest revisions. Change-Id: Iedf41066504d7b573773c08ae0eaa80203262f60 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * meta-qt5: update to Qt 5.9.4 RCMikko Gronoff2018-01-192-2/+2
| | | | | | | | | | | | | | | | | | - Update submodules to 5.9.4 RC - Update QuickCompiler to 5.9.4 release version Task-number: QTBUG-65028 Change-Id: I44091bcaf355a7d6bfcdb7e27c70a31c94b7e778 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update to Qt 5.9.4 snapshotMikko Gronoff2018-01-121-1/+1
| | | | | | | | | | Change-Id: Ie652ed0e313c5559aa14f00088eb935fbb755c8a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2018-01-052-2/+2
| | | | | | | | | | | | | | | | | | - Update qt submodules to latest in 5.9.4 branch - Update qtquickcompiler due changes in qtdeclarative Task-number: QTBUG-65028 Change-Id: Ifb8f82d54bb377229e5fd909227ba08386f010af Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * poky: update revisionMikko Gronoff2018-01-051-1/+1
| | | | | | | | | | | | | | | | Update to latest morty branch revision Task-number: QTBUG-65028 Change-Id: Iaba57bfbe523dafba34fadc472df31b0c2568e0e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * ppp: remove obsolete patchMikko Gronoff2017-12-212-53/+0
| | | | | | | | | | | | | | | | Available via poky (commit 97d7e4ca751e6010da97e7f082dd13230fe3ef10 in morty branch) since latest poky revision update. Change-Id: I30818f49622037fc96d3af144eb94f78caf32494 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2017-12-191-1/+1
| | | | | | | | | | | | | | Updates submodules to the latest Qt 5.9 branch. Change-Id: Ifc76a80af814e031d90db0ea9b655eb4a50e48c9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * sdk: add qtapplicationmanger staticdev packageSamuli Piippo2017-12-191-0/+1
| | | | | | | | | | | | | | qtapplicationmanager only provides static libs. Change-Id: Ib06133448a7310961369e7cc9124f390af84836d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * qtivi: enable ivigenerator for toolchainSamuli Piippo2017-12-192-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Fix yocto build issues with nativesdk-qtivi and include the ivigenerator to the toolchain. ivigenerator is disabled for mingw build since it is using the prebuild python binaries and doesn't work with virtualenv. Task-number: AUTOSUITE-176 Change-Id: I4765652919649f4aafeb723127b0e75194325f92 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * internal-build: prepend mirror variablesSamuli Piippo2017-12-191-2/+2
| | | | | | | | | | | | | | This lets us use other mirrors in addition to the internal ones. Change-Id: I0ef1de6c4eab72dedb9bbce6a3fcadfaa79d3404 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtdeviceutilities: update revisionMikko Gronoff2017-12-181-1/+1
| | | | | | | | | | | | Task-number: QTBUG-65028 Change-Id: I443a1530351191a8dab77a01c40ddc5b6dcbcfe5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2017-12-131-1/+1
| | | | | | | | | | | | | | | | Update to first snapshot of 5.9.4 branch Task-number: QTBUG-65028 Change-Id: I89bcbfd6e4f1e6e924d00ba4cca6a9212d53cdaf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * poky: update revisionMikko Gronoff2017-12-111-1/+1
| | | | | | | | | | | | | | | | Update poky to latest in morty branch, updating version 2.2.2 -> 2.2.3. Task-number: QTBUG-65028 Change-Id: I8c9b5ff73ddd3b3b03b87e34906f36799b6a2b7f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * appman: add dependency to nativesdk-qtdeclarativeSamuli Piippo2017-12-011-4/+6
| | | | | | | | | | | | | | ... and remove += where that does not work as expected. Change-Id: Ib50f61f2609761d927e163c9fe23dac1a98a2ccb Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
| * qtivi: Update to the latest version and add PACKAGECONFIG options for ↵Dominik Holland2017-11-291-1/+3
| | | | | | | | | | | | | | qtsimulator Change-Id: I39c3e41d5d1ca1ba4466fec4abd6bd49aa19cc10 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2018-01-311-1/+1
| | | | | | | | | | | | | | Pull in latest commit merge from upstream/master Change-Id: I812308b9249ba67f23be17a59f208e36858ba4e9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | poky, meta-openembedded, fsl, linaro: update pyro branchesMikko Gronoff2018-01-312-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * poky updated to 2.3.3. * meta-openembedded updated up the pyro branch to the most recent working commit (before opencv split). FSL & linaro layers updated at the same time as poky update requires almost latest meta-freescale & meta-linaro (due change in image.bbclass). * nitrogen6x.conf updated due these changes Task-number: QTBUG-65164 Change-Id: I0adb011e774e982b26b7cf0621c1059f0574f76f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update to Qt 5.10.1 snapshotMikko Gronoff2018-01-261-1/+1
| | | | | | | | | | | | | | | | Update Qt submodules to 5.10.1 snapshot preview release content Task-number: QTBUG-65164 Change-Id: I5aab81a185837b8a395384d8de68726ea37182d5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add Boundary Devices i.MX7-based Nitrogen7 platformGary Bisson2018-01-223-2/+40
| | | | | | | | | | | | | | | | | | More details about the platform: https://boundarydevices.com/product/nitrogen7/ Change-Id: I29c78f2d3d12d41b1b03254650d0fc73377a841f Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | nitrogen6x: add meta-boundary and create boundary groupGary Bisson2018-01-226-8/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source code of the meta can be found here: https://github.com/boundarydevices/meta-boundary This meta layer is especially useful since our boards now ship with the BD-SDMAC WiFi/BT module: https://boundarydevices.com/product/bd_sdmac_wifi/ This latter requires a specific external kernel module and a modified version of BlueZ hciattach tool. BD-SDMAC support is limited to WiFi since BT firmware is only available upon agreement to Silex EULA by registering your SSH key to our website: https://boundarydevices.com/private-git-access/ Even for our older TIWI-BLE module, this layer is necessary to include the BT firmware files that are currently missing (TIInit_7.6.15.bts). Change-Id: I00560fb016a095c6d98c8031ac9c1873c37f71a5 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | neptune-ui: bump srcrev, install fonts system-wideTobias Olausson2018-01-222-6/+15
| | | | | | | | | | | | | | | | | | When building on rocko, the fonts are not picked up unless installed system-wide. The SRCREV bump fixes an issue where neptune would crash with an EGLFS error about mixing OpenGL windows. Change-Id: Ie905b581d9e97845ea508730541228cf34291796 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>