summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-1224-796/+0
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* 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>
* meta-qt5: update meta layerMikko Gronoff2018-03-054-16/+16
| | | | | | | | | - 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>
* 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>
* qtdeviceutilities, b2qt-launcher: Update to latest revisionsMikko Gronoff2018-02-201-2/+2
| | | | | | | | | 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>
* Start qtlauncher and emulatorproxy as last servicesSami Nurmenniemi2017-11-302-0/+21
| | | | | | | Task-number: QTBUG-64786 Done-with: Kalle Viironen <kalle.viironen@qt.io> Change-Id: I83a89e6a4469657e7fb24156cd20f6e19dacdf6a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* 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>
* 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-151-0/+1
| | | | | | | This does not rely on UDP network traffic anymore. Change-Id: I90bfb5c8a8081ae1797a21b2a752e0b95466b936 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>
* emulator: update recipes & configs for emulator3Mikko Gronoff2017-10-304-170/+0
| | | | | | | | | | | | | | * 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>
* b2qt: update qdb & deviceutilities revisionMikko Gronoff2017-10-091-3/+3
| | | | | Change-Id: I3b853839c886539ecff49222af12f77be3049479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-10-061-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | b2qt: Update B2Qt specific modulesMikko Gronoff2017-09-062-7/+7
| | | | | | | | | | | | | | | | QtDeviceutilities, B2Qt-Demos & B2Qt-Launcher SHA1s updated to 5.10 branch. Change-Id: Iffdaed5db74c8567f978a1444b03f740899b1c17 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-09-041-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: meta-qt5: update layer sdk: don't add qtwayland-scanner to mingw toolchain sdk: add qtwayland tools to the toolchain qtdeviceutilities: update module b2qt-appcontroller: update SRCREV Fix DNS for Qemu running on b2qt toolchain sysroot qt5: update meta-qt5 layer Change-Id: I0f21133d60417297225da9b9f27b49fd1b9dc400
| * b2qt-appcontroller: update SRCREVMikko Gronoff2017-08-251-3/+3
| | | | | | | | | | Change-Id: Icf89fecc5c0fc906375b08483d91a1808b739777 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Revert "emulator: Tell the platform plugin to use the emulator extensions"Samuli Piippo2017-08-111-1/+0
| | | | | | | | | | | | | | | | The new emulator is not yet available and the current one does not work with this plugin. This reverts commit 122d3bf3d1e46dd885fd9aa1cdbd552d2e4ee12e. Change-Id: Ia9c6f9051787809573f5490d0d9ec20cd9f55cb7 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* | emulator: Tell the platform plugin to use the emulator extensionsRainer Keller2017-08-021-0/+1
| | | | | | | | | | | | | | This allows to declare multiple screens in the emulator. Change-Id: Iddc026790b814a2c95a0e60ea0e6252f0e15e028 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | emulator: Remove emulator-sdcardmountdRainer Keller2017-07-313-121/+0
|/ | | | | | | It is now integrated in the proxy daemon Change-Id: If15d3f341778c8c366c41a5e350367d0e55130ed Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* adbd: remove componentMikko Gronoff2017-06-051-2/+0
| | | | | | | | QDB replaced ADB in 5.9. Remove obsoleted adbd from image and the recipe from meta layer. Change-Id: I26c6ed7a51886e8e52bc77be6edcbe5933be3068 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Use correct env for QCC1 StyleSamuli Piippo2017-05-228-8/+8
| | | | | | | | | | QT_QUICK_CONTROLS_STYLE env is used also with Qt QuickControls2, while QCC1 has its own env. Task-number: QTBUG-53074 Task-number: QTBUG-60957 Change-Id: I2bde6894e86116413258391b5789f07a02c0ccd1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qdb: use MAC address as serial if availableSamuli Piippo2017-05-221-1/+5
| | | | | | | | | | machine-id is genered during the first boot, which means that flashing same device again produces new serial, which is not what really want. Use MAC address when available, otherwise fallback to machine-id. Change-Id: If95f88ac1c5e85b919b0a57479b6440bc9627594 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* qdb: fix qdb daemon startup problemsSamuli Piippo2017-05-123-2/+3
| | | | | | | | | | - Kernel needs some time before usb_gadget properly loaded and configured. - use basic.target for qdbd, since not all devices have wired network. - use /etc/machine-id for the serial, since not all devices have wired network. Task-number: QTBUG-60774 Change-Id: I84edb1757868611d1562571656e41ea6dbe632f0 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Use Github mirror as qdbd sourceKari Oikarinen2017-05-051-5/+6
| | | | | Change-Id: I79730eaa688dec0cfede85b999fa7580fcb53e15 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use newer qdbd version with GPLv3 dual-licenseKari Oikarinen2017-05-031-3/+3
| | | | | Change-Id: Ifa92ce8d86585f6e818e05be6fc9ebf3ace4703d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use qdbd from public repositoryKari Oikarinen2017-05-031-1/+1
| | | | | | | | | Since the repository is public, it can from now on be included in all builds, not just internal. Task-number: QTBUG-60435 Change-Id: I3a322ea6999f48271942d826fd1ff8c56ed67b4d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use qdbd instead of adbd by defaultKari Oikarinen2017-05-031-2/+0
| | | | | | | | | | | Start qdbd by default instead of adbd. Changing to adbd can be done with `systemctl enable --now adbd`. qdbd needs Function FS, so update the comments related to those kernel config changes. Change-Id: I990a25f26141afe751555f5dc49f0304949dd9a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qdbd: Add network configuration scriptKari Oikarinen2017-05-033-6/+111
| | | | | | | | | | | | The script is called to reset the host-device network interface before starting qdbd. qdbd will call it to configure the network when it is told by the host what network to use. Due to dependency to systemd-networkd in the script and the overall system, working with SysV init is fiction, so remove that configuration. Change-Id: I86f8348e57077c8718cedf68af82796adef65f07 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/krogoth' into devMikko Gronoff2017-03-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/krogoth: AM: update revision Add appman versions of Kit and Qt to creator fonts: add recipe for GNU FreeFonts Add multiscreen automotive demo neptune: update to include fix for i18ndemo fonts: update URL for lohit font Update GammaRay to the same version as used by the QtAS 1.1 host tools emulator: correctly append qtsimulator configuration Update automotive components setup-environment: don't exit the shell on error neptune-ui: add runtime dependencies update meta-qt5 (merged upstream/master) SHA1 to manifest.xml AM: Add appman tools to automotive nativesdk configure-qtcreator: suppress unnecessary error Update GammaRay to the latest 2.7 branch Conflicts: recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/qt5/qtlocation_git.bbappend scripts/manifest.xml Change-Id: I96601e7d7a1827a6631fe59d18101d2ad3b70871
| * Update automotive componentsSamuli Piippo2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | Use latest version of QtWayland from 5.8 branch, which is needed for qtapplicationmanager to work correctly. Change Drive CX to use basic rendering loop. Change-Id: If74255e982a676f1c556f2ef25975b675a484e05 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* | Replace @base_contains macros with @bb.utils.containsMikko Gronoff2017-01-272-2/+2
|/ | | | | | | | | Deprecated @base_contains macros print warnings. Replace deprecated macro with @bb.utils.contains everywhere (.bb, .append, .conf and .inc files) Change-Id: I400f8b355150e0f283165fbf43fb620f948892fa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump qdbd version to includeKari Oikarinen2017-01-161-3/+3
| | | | | Change-Id: Ieee95167c9b23b857d3877a63f83941f7ace66b5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* beaglebone: build qtbase with kms/drm supportSamuli Piippo2017-01-101-0/+7
| | | | | | | | | Enable eglfs_kms integration plugin which enables qtwayland support, but don't use it by default, since it fails to work with LCD cape. Task-number: QTBUG-57806 Change-Id: I059a62344cd654126c4aae3efb73299a2dfe9782 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Change USB vendor ID used by qdbdKari Oikarinen2017-01-022-8/+2
| | | | | | | | | | | | | | | Rather than using Google's ID, let's pick an unused one. We are not reserving an official USB vendor ID, since this is only used for development and Qt for Device Creation users will use their own USB IDs in the final devices. Also always use a fixed product ID, since ADB_PRODUCTID value will make no sense with the changed vendor ID. Change-Id: I69ed1bcfbe3e17b5faebf4b3b71f691778776da7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update to latest revisionSamuli Piippo2016-11-233-2/+6
| | | | | Change-Id: If559f56a8f536d5d34511cca429305b501cf58b4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add qdbd to the imagesKari Oikarinen2016-11-104-0/+212
| | | | | | | | | | | | | It's only included in internal builds, since the repository is not public. qdbd not started by default, ADB is still the default. It can be started with `systemctl start qdbd`. It can be started in future boots with `systemctl enable qdbd`. Task-number: QTBUG-56069 Change-Id: I71340cdb31de823e1375986d34f2f07e7be5971b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-312-9/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: VKB: correctly override PACKAGECONFIG psplash: remove from image imx6: enable QT_QPA_EGLFS_FORCEVSYNC for all imx6 devices colibri-vf: use older 4.1 version of kernel to fix color issue colibri-imx7: add u-boot-nand.imx to image colibri-vf: add kernel image to rootfs dbus-session-init: fix broken init script Improve repo fetching qt5 recipes cleanup qt5: update submodules qt5: remove obsolete file 0001-Allow-a-tools-only-build.patch Conflicts: meta-raspberrypi-extras/recipes/bluez5/bluez5_%.bbappend recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bbappend recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtgraphicaleffects_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcontrols2_git.bbappend recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bbappend recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebchannel_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtwebsockets_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend scripts/manifest.xml Change-Id: I089e7d3667ac4ed150cc5c2201c2505103f548ee
| * imx6: enable QT_QPA_EGLFS_FORCEVSYNC for all imx6 devicesSamuli Piippo2016-10-272-9/+1
| | | | | | | | | | Change-Id: I35ee298c7fa74d5cc43065857bc9fa62a2f30898 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | democompositor: update to latest wayland APISamuli Piippo2016-10-141-1/+1
| | | | | | | | | | Change-Id: I595235b90c33b1ad734b47b1172183aef195da42 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | qt5: update to Qt 5.8Samuli Piippo2016-10-032-3/+3
| | | | | | | | | | Change-Id: If37c30437c3e8d3f5ffafb3a47851d88ec050895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | beaglebone: start qtlauncher only after /dev/fb0 existsSamuli Piippo2016-10-032-0/+22
|/ | | | | | | | | | Beaglebone creates /dev/fb0 late in the boot process, which causes Qt applications to crash if started too early. Make systemd notice fb0 creation and bind application startup to it. Change-Id: I0207fb64ec981eaeadbe497de5a9bdc941b6e31d Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Rename b2qt-utils to qtdeviceutilitiesSamuli Piippo2016-09-221-43/+0
| | | | | | | | | Use the correct module name also in the recipe. Add PACKAGECONFIG to build with wpa-supplication support. Change-Id: Ia430912685478d077f997e410257ae1b92d93289 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Merge remote-tracking branch 'origin/fido' into jethroSamuli Piippo2016-09-212-12/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: qt5: update submodules toradex: use latest u-boot and flashing scripts kontron: update to SMARC-sAMX6i BSP release v2.0, RC2 Use code.qt.io with git protocol instead of codereview Use new repo url for utils and appcontroller qt5: update submodules qtquickcompiler: update revision qtquickcompiler: update revision Fix typo in RPi overlay config Update meta layers Conflicts: conf/distro/include/colibri-imx6.conf conf/distro/include/raspberrypi2.conf conf/distro/include/toradex.inc meta-toradex-extras/recipes/u-boot/u-boot-toradex/0001-Update-default-args-for-apalis-imx6.patch meta-toradex-extras/recipes/u-boot/u-boot-toradex/0001-colibri-imx6-enable-sdboot-by-default.patch meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend meta-toradex-extras/recipes/u-boot/u-boot-toradex_git.bbappend recipes-qt/b2qt-addons/b2qt-appcontroller.bb recipes-qt/b2qt-addons/b2qt-utils.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative-render2d_git.bb recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend scripts/manifest.xml Change-Id: I621a82a6deeeb2b74c8179c2f46b4fa42968b636
| * Use new repo url for utils and appcontrollerSamuli Piippo2016-09-192-12/+6
| | | | | | | | | | | | | | | | | | Repos are now open. Using codereview still, since mirroring to code.qt.io and github does not currently work. Change-Id: I03dfb0352bb8c9bbc182dfbd243eb648bfa2ce9a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | ota: update recipeSamuli Piippo2016-08-241-42/+0
| | | | | | | | | | | | | | | | Use qt5-git.inc to simplify recipe, update revision and license. Change-Id: I7e31e405a980b07767917ba776036f288caccff6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* | Merge remote-tracking branch 'origin/fido' into jethroSamuli Piippo2016-08-223-14/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: Correctly update qtquickcompiler SHA1 Reuse qt5-git.inc to define git repo location Remove automotive recipes Update Qt5 submodules Handle qtquickcompiler in update-qt5-modules.sh script Correctly use QtQuickCompiler when available Change git protocol from ssh to http Update qtdeclarative module Update boot2qt-demos version Conflicts: conf/distro/b2qt-auto.conf recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/neptune-ui/neptune.service recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/automotive/qtwebbrowser_git.bb recipes-qt/b2qt-addons/b2qt-demos.bb recipes-qt/b2qt-addons/b2qt-launcher.bb recipes-qt/b2qt-addons/democompositor_git.bb recipes-qt/images/b2qt-automotive-qt5-image.bb recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb recipes-qt/qt5-addons/qtvirtualkeyboard_git.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdatavis3d_git.bb recipes-qt/qt5/qtdeclarative-render2d_git.bb recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtgraphicaleffects_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols2_git.bb recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bb recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland-native_5.7-wip.bb recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_5.7-wip.bb recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebchannel_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtwebsockets_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend scripts/manifest.xml Change-Id: Ibf7f89a35c9e19bd8cf81c49cb44f6fd454838b4
| * Reuse qt5-git.inc to define git repo locationSamuli Piippo2016-08-223-15/+10
| | | | | | | | | | | | | | | | | | Instead of using codereview.qt-project.org directly, reuse qt5-git.inc from meta-qt5 that defines git url to be used which simplyfies the recipes. Also cleanup unnecessary use of sdk-sources for opened repos. Change-Id: Iec18e7d7d0b1a2da6ec5ed03ab6599af8d539fea Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * Change git protocol from ssh to httpv5.6.1Teemu Holappa2016-06-282-3/+3
| | | | | | | | | | | | Task-number: QTBUG-54280 Change-Id: I6a538230b68cb9bea8a89c17282eb25cd779a77d Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
| * Update boot2qt-demos versionTeemu Holappa2016-06-141-1/+1
| | | | | | | | | | | | | | Fixes compile error due qtwebbrowser repo name change. Change-Id: I712a8e260212f4e159d9acc80c9f95848c4e7f31 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>