summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-11-194-8/+31
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: tegra: correctly append to DEPENDS poky: update to latest revision in morty branch meta-qt5: update layer otf-noto: get files from the git repo Add qdbd to automotive images apalis-imx6: lower default resolution on HDMI to 720p Fix for the broken gdb in windows toolchain Conflicts: recipes/gdb/gdb-cross-canadian_7.%.bbappend scripts/manifest.xml Change-Id: Ia02e9bea46758459e2792cd10174f3c38f4f7a10
| | * tegra: correctly append to DEPENDSSamuli Piippo2017-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Cannot use += together with _class-target override. Change-Id: I6f67f1b5eb972264cb9242b91266b5b8329d9ee2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * poky: update to latest revision in morty branchMikko Gronoff2017-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pulls in latest morty branch fixes & improvements, most important one being the fix to WPA2 key replay security issue. Task-number: QTBUG-64216 Change-Id: Id86a7c4ac4e057b9157b00d389655061d6154ab9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * meta-qt5: update layerMikko Gronoff2017-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | Update submodules to first Qt 5.9.3 snapshot Change-Id: I3f4191b00e3357c720c4f03f0a820d45cd3e2214 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * otf-noto: get files from the git repoSamuli Piippo2017-11-061-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The checksum of the zip file changes too often, which always breaks the build. Change to using the git repo for the files. Unfortunately the repo is massive (>1Gb), but at least it should not cause build breaks anymore. Task-number: QTBUG-64231 Change-Id: Iddfe71c8189caf4e66d78c46e9ca9410b333a8dd Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * Add qdbd to automotive imagesKari Oikarinen2017-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Automotive suite 2.0 will need it. Task-number: AUTOSUITE-123 Change-Id: I07eed62ee9ae40225e6de7ccac07383a0f1ab62f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| | * apalis-imx6: lower default resolution on HDMI to 720pSamuli Piippo2017-10-302-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | imx6 does not have enough power to run qtlauncher smootly in fullHD resolution. Change-Id: I8c66e676ce65cb5b50e8894e28e0d574d18ca90f Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Kari Hormi <kari.hormi@qt.io>
| | * Fix for the broken gdb in windows toolchainSamuli Piippo2017-10-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Needs updated meta-mingw layer. Task-number: QTBUG-63801 Change-Id: I2c390649d7c8e22d382b5eaa311fac620a04cbb6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | ota: fix build issue and add back to imageSamuli Piippo2017-11-203-1/+3
|/ / | | | | | | | | | | | | | | | | Add needed depedency to ostree and add qtotaupdate module back to image and toolchain. Task-number: QTBUG-64542 Change-Id: Ia98527d309de8289466a99551effd87f6b1b36b9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | simulator: fix recipe v2Mikko Gronoff2017-11-171-0/+3
| | | | | | | | | | | | | | Fix rest of the install phase errors Change-Id: I68f8a6413f651ed9d157e5ca805d0deb99bfc92a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | simulator: fix recipeMikko Gronoff2017-11-161-1/+1
| | | | | | | | | | Change-Id: I9086213daf6eeaf0c2cd1e87010a7e04d859480f Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* | b2qt-demos: update revisionSamuli Piippo2017-11-151-1/+1
| | | | | | | | | | | | | | disables camera demo for jetson-tx1 Change-Id: I8b591a94a6ebb54603db366e571f3c6da72c0c17 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | toradex: fix use of sstate for toradex targetsSamuli Piippo2017-11-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Recipe change for e2fsprogs in toradex meta layer causes all packages to be rebuild for apalis-imx6 and colibri-imx6 targets when most of those could be shared from sstate-cache with other imx6 targets. e2fsprogs-native is required by rpm-native, which is explicitly added as a dependency to every package in package.bbclass Change-Id: I2569c55e2e6806f2d98e95006635fe35135a6d29 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | emulator: Set host IP as environment variableRainer Keller2017-11-155-0/+9
| | | | | | | | | | | | | | This does not rely on UDP network traffic anymore. Change-Id: I90bfb5c8a8081ae1797a21b2a752e0b95466b936 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | tegra: update meta layerSamuli Piippo2017-11-141-1/+1
| | | | | | | | | | | | | | Brings better support for creating image that can be flashed to device Change-Id: I96b0aa23fad30ff972c2610d1f9c2d93a9b3a9c8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | jetson: update to Linux For Tegra R28.1Samuli Piippo2017-11-137-99/+11
| | | | | | | | | | | | | | | | Use the latest release for Jetson TX1 and TX2. Task-number: QTBUG-64136 Change-Id: I39bb2592a20694befc721b202ee3f7b33623ee1d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Enable eglfs emulator extensionsRainer Keller2017-11-131-1/+1
| | | | | | | | | | Change-Id: I1b895adc5ee4a32a4327afb681a799f2c8c7a48f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2017-11-081-1/+1
| | | | | | | | | | | | | | Includes latest meta-qt5/5.9 merge. Change-Id: I646c3f653ea8445036f9a5e6b665964617e02751 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | poky: update revisionMikko Gronoff2017-11-081-1/+1
| | | | | | | | | | | | | | | | Update poky pyro branch to pull in, among other fixes & updates, the fix to WPA2 key replay security issue. Change-Id: Ibacf1faacfb6424428f2d2bf15ecb2f0a8398ff8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | b2qt-demos: remove qmldir from wrong locationSamuli Piippo2017-11-071-0/+1
| | | | | | | | | | | | | | | | | | qmldir must be in the folder as the plugin. QtWebBrowser had same qmldir in two places, which now causes runtime error: module ".data.user.qt.qtwebbrowser." plugin "webbrowser" not found Change-Id: I644902008711aaad75029f113deacbe7188edada Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | simulator: Add tools to emulator imageMikko Gronoff2017-11-071-0/+1
| | | | | | | | | | | | | | | | | | simulator-tools contains emulator proxy daemon which is needed in the emulator image Task-number: QTBUG-64243 Change-Id: If3e23377e0e0ffde07f0cb65ae7759ffc2fdfffb Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | sdk: add missing wayland tools to native sdkSamuli Piippo2017-11-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | The DISTRO_FEATURES are now filtered for native and nativesdk. Since we are using it to determine if (qt)wayland tools should be installed into the sdk, we need to make sure that wayland is still applied to those builds when enabled. Task-number: QTBUG-64286 Change-Id: I693a2fad7aeee26479ee10654cd4f55f34c8711b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Add do_unpack dependency on p7zip to qtquickcompiler recipeKari Hormi2017-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | When building yocto image, unpacking Qt Quick Compiler fails due to p7zip missing. To ensure that do_unpack succeeds, a dependency on p7zip was added. Task-number: QTBUG-64245 Change-Id: I2057fb7ac07bc9bce57450f6cd44b769d3f34f62 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Add support for jetson-tx2Ilari Ängeslevä2017-11-028-17/+132
| | | | | | | | | | | | | | | | | | | | * Update env init and set-up scripts with jetson-tx2 definitions. * Include jetson-tx2 specific configuration files. * Create a copy of an existing patch to adapt to recent changes in the kernel directory structure. Change-Id: I28fbc6cdfe91562ef261543bba4d136c4291ce23 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2017-11-011-1/+1
| | | | | | | | | | | | | | Includes merge from meta-qt5/5.9 to meta-qt5/5.10. Change-Id: I8870a5ee54b06dadaed37e3638364b944de20265 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | hunspell: refactor recipe to hunspell-dictsMikko Gronoff2017-10-312-21/+20
| | | | | | | | | | | | | | | | | | More recent hunspell (1.6.1) is available from meta-openembedded. Use that instead, leaving here a new recipe that only installs updated libreoffice 5.4.2 branch arabic & english dictionaries. Change-Id: I9d1acbed47e00771145682eda08dbbf6c532adbf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | gammary: update revisionSamuli Piippo2017-10-301-1/+1
| | | | | | | | | | | | | | QtIVI plugin build fails with latest version of QtIVI. Change-Id: I473d06340fa9e4c14cbf7ea306951ddb39b81c3b Reviewed-by: Volker Krause <volker.krause@kdab.com>
* | emulator: update recipes & configs for emulator3Mikko Gronoff2017-10-3011-153/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove emulator helperlib recipes as those are now included in qtsimulator * Move emulator proxy daemon launcher scripts under qtsimulator recipe * Update qtsimulator, qtsystems & qtglesstream to match with emulator3 * Remove qtsimulator dependencies from qtsensors and qtlocation as the the modules do not build against more recent refactored qtsimulator. Task-number: QTBUG-64006 Change-Id: Ib2374e702f2862b168ac2f1f2d6190f84823137c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | jetson-tx1: disable getentropy for qtbaseSamuli Piippo2017-10-201-0/+3
| | | | | | | | | | | | | | | | | | The feature requires at least 3.17 kernel, which the jetson-tx1 doesn't have. Task-number: QTBUG-63890 Change-Id: I5b0ca1055a002b9a3ddf136276412d593a0d3654 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* | Update neptune-ui to the latest versionDominik Holland2017-10-192-5/+5
| | | | | | | | | | | | | | | | This version is now based on qtquickcontrols2 and also provides it's own binary. Change-Id: Ia3db1f12aaf396d341758fd0fa24d4e9ec6c93a2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update qtivi to the latest versionDominik Holland2017-10-191-2/+2
| | | | | | | | | | Change-Id: Ibdf0cb960a5476598ea1bad5120ba4228396b60b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update qtapplicationmanager to the latest versionDominik Holland2017-10-191-1/+1
| | | | | | | | | | Change-Id: I3fe056b7cf2face329b71a462269734b272a804d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2017-10-181-1/+1
| | | | | | | | | | | | | | | | Update Qt submodules to 5.10 Beta (webengine/chromium left as 5.10 Alpha version) Change-Id: I9f8db0a933397797b65279fccc9d523cb99d8830 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2017-10-1612-29/+224
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: meta-qt5: update to 5.9.3 apalis-imx6: modify u-boot to provide support for ixora v1.0 apalis-imx6: add support for the new capasitive touch display toradex: update to 2.7b4 release Conflicts: scripts/manifest.xml Change-Id: Iaeca481a289d0bf431d2b71e03c2b3453f227021
| * meta-qt5: update to 5.9.3Samuli Piippo2017-10-121-1/+1
| | | | | | | | | | Change-Id: I60d72763f62aee82886919230d7d4f46bca7d60d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * apalis-imx6: modify u-boot to provide support for ixora v1.0Samuli Piippo2017-10-122-1/+39
| | | | | | | | | | | | | | | | | | Allow user to change drive slot where u-boot should use for booting. Ixora v1.1 and v1.0 are using different slots. Task-number: QTBUG-63458 Change-Id: I490438cb6d56910d84d9a392bb84a33f574375ce Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * apalis-imx6: add support for the new capasitive touch displaySamuli Piippo2017-10-128-26/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | The atmel_mxt_ts controller needs to be enabled in the dtb, done here for the ixora v1.1 dtb. Said dtb is also changed to be the default dtb in the u-boot config. Existing u-boot patch is updated to include console=tty1 removal for all toradex boards. Task-number: QTBUG-63344 Change-Id: Idaba988c2a0a5916c8fe6b6f11cc75981a9a28e2 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * toradex: update to 2.7b4 releaseSamuli Piippo2017-10-124-3/+9
| | | | | | | | | | | | | | | | | | Add support for building Toradex Tezi images Needs fix for meta-freescale to work. Task-number: QTBUG-61028 Change-Id: I7c26234fcaaa6b5b3cf617d3767201bb6b93db81 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-freescale: update meta layersSamuli Piippo2017-10-161-2/+2
| | | | | | | | | | Change-Id: Ieaaac478b542561e58dc6ea76828ac821c866d39 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | poky: update pyro branch to version 2.3.2Mikko Gronoff2017-10-121-1/+1
| | | | | | | | | | Change-Id: If8690b61ab01568874fa2d64d6435ff84b14c59e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtquickcompiler: update revisionMikko Gronoff2017-10-121-1/+1
| | | | | | | | | | Change-Id: Ia43eacb1482fdc71afac4d7d51e59d8dc0c68733 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | libyaml: remove obsolete bbappendMikko Gronoff2017-10-121-30/+0
| | | | | | | | | | | | | | | | Enabled upstream in poky by commit: 7a932424cab787dde6a6787bdadd9b1162fd4500 libyaml: Enable nativesdk bake Change-Id: I3e140a0fd8f62d9dcdc132fe7cf8da160f0c7c8c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | b2qt: update qdb & deviceutilities revisionMikko Gronoff2017-10-092-4/+4
| | | | | | | | | | Change-Id: I3b853839c886539ecff49222af12f77be3049479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-10-0611-7/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: qdb: remove bashishm from the init script qt5: update qtx11extras submodule & quickcompiler revision meta-qt5: update to 5.9.2 RC Add generic qemuarmv7 machine config meta-qt5: update meta layer quickcompiler: update revision meta-qt5: update layer poky, meta-oe: update morty branch layers qtquickcompiler: fix path for QT_HOST_BINS sdk: fix host_build QT_ARCH qtdeviceutilities: update component qtwebview: include qtwebview into image and toolchain Conflicts: recipes-qt/qt5-addons/qtglesstream.bb recipes-qt/qt5/qtdeviceutilities.bb recipes-qt/qt5/qtquickcompiler_git.bb scripts/manifest.xml Change-Id: I42667bfd90b1136604213805a0d70c3936a96776
| * qdb: remove bashishm from the init scriptv5.9.2Samuli Piippo2017-10-041-2/+2
| | | | | | | | | | | | | | The function keyword does not work in bourne shell Change-Id: I8de750c3b310e9dcc5f039cba389e5e816f003c3 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * qt5: update qtx11extras submodule & quickcompiler revisionMikko Gronoff2017-10-042-3/+3
| | | | | | | | | | | | | | Update 5.9.2 RC content with missing changefile & doc updates Change-Id: Ib42c88d565870607fdc1017016692e3f2b66e964 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update to 5.9.2 RCMikko Gronoff2017-10-042-2/+4
| | | | | | | | | | | | | | | | | | | | * Update meta-qt5 layer to 5.9.2 RC * Keep qtsystems module in the old revision. Updating it requires lots of changes to emulator related recipes due API & other changes in qtsimulator module Change-Id: I679d8f45df474d8a14c989d51e0862255651e079 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Add generic qemuarmv7 machine configSamuli Piippo2017-10-022-0/+9
| | | | | | | | | | | | | | | | To be used in Qt CI builds Task-number: QTQAINFRA-1457 Change-Id: I7ef21aa05c65f50539e2f70b21da375a9b3eea02 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2017-09-291-1/+1
| | | | | | | | | | | | | | Updates Qt modules to 5.9.2 snapshot 1 Change-Id: Ia798f3cb855484ccb924a9cfcb181b90baebac04 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * quickcompiler: update revisionMikko Gronoff2017-09-291-1/+1
| | | | | | | | | | Change-Id: If69cf7ec729ec206931cc324ad7786c2d887c3dc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>