summaryrefslogtreecommitdiffstats
path: root/recipes-qt
Commit message (Collapse)AuthorAgeFilesLines
* qbsp: fix version number parsingv5.10.0Samuli Piippo2017-12-012-2/+2
| | | | | | | | Don't trust the length of Qt's version number, split it at '+git${SRCPV}'. Also remove extra bits from auto increment version string. Change-Id: I18a7fea3c5f6927be6730ebceac63bb61c2ec8ef Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* Start qtlauncher and emulatorproxy as last servicesSami Nurmenniemi2017-11-305-4/+31
| | | | | | | Task-number: QTBUG-64786 Done-with: Kalle Viironen <kalle.viironen@qt.io> Change-Id: I83a89e6a4469657e7fb24156cd20f6e19dacdf6a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qdb: use -native name for the recipeSamuli Piippo2017-11-291-0/+0
| | | | | | | | | Bitbake will otherwise try to find the manifest file from wrong architecture. WARNING: Manifest .../manifest-allarch-installer-framework.populate_sysroot not found? Change-Id: I9766aac3bc1a8f97cf2fc095410af7fb92689dd3 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* qtbase: update patch for 5.10.0 RC2Mikko Gronoff2017-11-291-3/+3
| | | | | Change-Id: I79d6f5c35f5960f3b42ef5942f4f767d6ae4e65e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Start emulatorproxy after network is configuredSami Nurmenniemi2017-11-281-1/+2
| | | | | | | | | | If network is not available, emulatorproxy can't connect to the host simulator and exits. Task-number: QTBUG-64809 Change-Id: I9d0c431aa085434ae4247a48036b43d379238fd6 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2017-11-284-10/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: meta-qt5: update meta layer qbsp: various improvements to qbsp creation qbsp: update installer-framework meta-qt5: update meta layer meta-qt5: update meta layer meta-qt5: update meta layer automotive: update revisions 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/qtquickcompiler_git.bb scripts/manifest.xml Change-Id: I73e99cd51cbe5f87021c02c19c12b6661a42c01b
| * qbsp: various improvements to qbsp creationSamuli Piippo2017-11-172-5/+7
| | | | | | | | | | | | | | | | | | | | Now using the same component name and installation paths as are done with components from online installer. Modify the component description from recipe, so it's different for boot2qt and automotive qbsps. Change-Id: Ie43fa00e438b9ec2e219eda052f728e7c0754644 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qbsp: update installer-frameworkSamuli Piippo2017-11-161-4/+6
| | | | | | | | | | | | | | | | | | Use latest release from publicly available server. Search files for QBSP_IMAGE_CONTENT from alternative locations. Task-number: QTBUG-64522 Change-Id: I64fd9f28640db996d908dc74b48cf0f462d74b52 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2017-11-151-1/+1
| | | | | | | | | | | | | | | | | | - Update Qt submodules to 5.9.3 RC - Update QuickCompiler Task-number: QTBUG-64216 Change-Id: Ibfd62c60e64dd6d988fa10bb531ad9628046266f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * automotive: update revisionsSamuli Piippo2017-11-086-16/+48
| | | | | | | | | | | | | | | | Update all automotive components. Merge changes done in pyro branch. Change-Id: I9a084b69ff7399c244098a336f0a3a112859fa17 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* | qdb: workaround for delayed initializationSamuli Piippo2017-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | If /dev/random initialization takes too long, qdbd-init.sh script tries to write to /sys before qdbd is running correctly. Adding QT_HASH_SEED=0 allows qdbd to start before /dev/random is initialized and the USB connection will work correctly. Task-number: QTBUG-63029 Change-Id: Ia6a1868de60f5e5c8fbb29fe9a59213cab66249f Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* | qtbase: add workaround for internal compiler errorSamuli Piippo2017-11-252-0/+27
| | | | | | | | | | | | | | | | | | | | mingw32 build fails with gcc's internal compiler error: in ix86_compute_frame_layout, at config/i386/i386.c:11420 As a workaround, disable to offending code. Task-number: QTBUG-64707 Change-Id: I8fcc767dc3eaba131944a06d13c773842a18af76 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-qt5: update meta layerMikko Gronoff2017-11-251-1/+1
| | | | | | | | | | | | | | | | Update submodules to 5.10.0 branch Update QtQuickCompiler Change-Id: Ic1d8351f8f8ea5306f10f444618e00fa8e05a2aa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge "Merge remote-tracking branch 'origin/morty' into pyro" into ↵Mikko Gronoff2017-11-201-0/+1
|\ \ | | | | | | | | | refs/staging/pyro
| * | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-11-191-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * 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>
* | | ota: fix build issue and add back to imageSamuli Piippo2017-11-202-0/+2
|/ / | | | | | | | | | | | | | | | | 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>
* | 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>
* | Enable eglfs emulator extensionsRainer Keller2017-11-131-1/+1
| | | | | | | | | | Change-Id: I1b895adc5ee4a32a4327afb681a799f2c8c7a48f 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>
* | 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-021-0/+4
| | | | | | | | | | | | | | | | | | | | * 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>
* | hunspell: refactor recipe to hunspell-dictsMikko Gronoff2017-10-311-0/+1
| | | | | | | | | | | | | | | | | | 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-3010-150/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | 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>
* | qtquickcompiler: update revisionMikko Gronoff2017-10-121-1/+1
| | | | | | | | | | Change-Id: Ia43eacb1482fdc71afac4d7d51e59d8dc0c68733 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-067-6/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-041-2/+2
| | | | | | | | | | | | | | 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-041-1/+3
| | | | | | | | | | | | | | | | | | | | * 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>
| * quickcompiler: update revisionMikko Gronoff2017-09-291-1/+1
| | | | | | | | | | Change-Id: If69cf7ec729ec206931cc324ad7786c2d887c3dc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update layerMikko Gronoff2017-09-271-1/+1
| | | | | | | | | | | | | | | | | | - Pull in lots of commits from upstream/master - Update qtglesstream recipe to newer version to fix build break Change-Id: Icd3452fe11c572432f372df288456d688b6ba7fe Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qtquickcompiler: fix path for QT_HOST_BINSSamuli Piippo2017-09-262-0/+8
| | | | | | | | | | | | | | | | | | | | Bitbake builds need to use QT_HOST_BINS/get for getting the correct path to the host tools. Change it for qtquickcompiler.prf so that project can use CONFIG+=qtquickcompiler without need to have CONFIG+=no_qtquickcompiler_depend as well. Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * sdk: fix host_build QT_ARCHSamuli Piippo2017-09-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkpecs/qconfig.pri defines QT_ARCH and QT_BUILDARCH separately for host_build and target build and both of these were always set to target architecture. This cause issues in the SDK, if component tried to build host tools using these values, which qtwebengine does. Fixed now, so that the host_build variants are taken from the nativesdk's mkspecs/qconfig.pri. Task-number: QTBUG-63155 Change-Id: I44644c97d634dac6297e28cc851fc31f7eaf1f90 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtdeviceutilities: update componentMikko Gronoff2017-09-141-1/+1
| | | | | | | | | | | | | | Adds a wifi example Change-Id: Ie148c293115e042910c94040ea5efc694e7460e1 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
| * qtwebview: include qtwebview into image and toolchainSamuli Piippo2017-09-042-2/+2
| | | | | | | | | | | | Task-number: QTBUG-61124 Change-Id: Ibf8920c2bd42bbff192923f8f7c8b95e5216ead5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtlocation: enable mapboxgl plugin by defaultMikko Gronoff2017-09-191-1/+2
| | | | | | | | | | Change-Id: I1d1295a25bbed42c86e3818d9191ea89eaa19748 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtivi: update revisionSamuli Piippo2017-09-122-2/+32
| | | | | | | | | | | | | | Patch needed to get correct QT_HOST_BINS path during build. Change-Id: Ic61b49ead57d7141bc540283ddbdb7ea36aa9ccd Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* | gammaray: update revisionSamuli Piippo2017-09-061-2/+2
| | | | | | | | | | | | | | Previous revision no longer compiled with latest Qt 5.10 Change-Id: Ie939815efa56b96588a66444d79e58e1e915a389 Reviewed-by: Volker Krause <volker.krause@kdab.com>
* | qtapplicationmanager: update revisionSamuli Piippo2017-09-061-1/+1
| | | | | | | | | | | | | | | | Previous revision no longer compiled with latest Qt 5.10 Change-Id: I7a1205dfa449cd78fd97f609e4c7f82a7ac6e933 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
* | b2qt: Update B2Qt specific modulesMikko Gronoff2017-09-063-8/+8
| | | | | | | | | | | | | | | | QtDeviceutilities, B2Qt-Demos & B2Qt-Launcher SHA1s updated to 5.10 branch. Change-Id: Iffdaed5db74c8567f978a1444b03f740899b1c17 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update meta-qt5Mikko Gronoff2017-09-052-4/+4
| | | | | | | | | | | | | | | | | | | | Update Qt submodules to 5.10 branch. Update QtGlesStream to fix build break caused by submodules update. Update & re-enable QtQuickCompiler. Change-Id: I4069120b6b953d3ed7805f1807f4a0a2e27234e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>