summaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAgeFilesLines
* poky, meta-mingw: update to latest revision in morty branchMikko Gronoff2018-05-082-68/+0
| | | | | | Task-number: QTBUG-67815 Change-Id: I87a26127666d5996aee433fb05af0b2126c85273 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* nuc: enable boot from internal sd cardreaderSamuli Piippo2018-03-081-0/+5
| | | | | | | | | | Include required kernel modules into initramfs and load them before trying to find the rootfs, if it happends to be in the internal SD cardreader. Task-number: QTBUG-61043 Change-Id: Iafc760e3a872566a819903c4776168a73577bb59 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* qtivi: Fix the broken python3 binary inside an yocto SDKDominik Holland2018-02-051-0/+10
| | | | | | | | | | | | | | | | | | QtIvi creates a virtualenv using the python3 binary from the native sysroot. This virtualenv is also used for the SDK. As it is not intended for the SDK it is using the wrong interpreter location. This workaround installs the python3 binary into the nativesdk sysroot where the qtivi nativesdk recipe can pick it up and copy it into its virtualenv. This needs to be improved in future versions and is discussed here: AUTOSUITE-176 Task-number: AUTOSUITE-179 Change-Id: Ib134231204cc8c6a56f2a93bedb553ecbcbd9123 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Tobias Olausson <tobias.olausson@pelagicore.com>
* 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>
* 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>
* Fix for the broken gdb in windows toolchainSamuli Piippo2017-10-161-1/+1
| | | | | | | | Needs updated meta-mingw layer. Task-number: QTBUG-63801 Change-Id: I2c390649d7c8e22d382b5eaa311fac620a04cbb6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* python3-virtualenv: Add a recipe for python3-virtualenvDominik Holland2017-07-181-0/+21
| | | | | | | The recipe also supports native and nativsdk builds Change-Id: Iab2b66b7969a1ca7f444eece2f7a74ed3760364b Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
* python3: Remove the multilib patchDominik Holland2017-07-182-0/+2
| | | | | | | | This is needed to make the python3 binary work and find its modules Change-Id: Ief417b4217a11b721990f560b44221f1ad0f8f9d Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
* Fix qdb connectionSami Nurmenniemi2017-07-102-0/+47
| | | | | | | | | | | Connman has gadget networks disabled by default. Service qdbd creates usb0 gadget connection. This results in race condition where usb0 disappears if connman is started late enough after qdbd. Fix is to enable gadget networks for connman so it doesn't force it off. Task-number: QTBUG-61718 Change-Id: I896b537bcfb03a1b92960166f0579a58ba6a2d6f Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* dracut: remove bbappendGordan Markuš2017-06-121-38/+0
| | | | | | | | | | As of meta-openembedded krogoth branch dracut RDEPENDS on systemd optionally, using the bb.utils.contain() function, and RDEPENDS on util-linux. Change-Id: Ie505590c6215055c242d120ec7cfa9035b6a2f10 Reviewed-by: Erik Botö <erik.boto@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* adbd: remove componentMikko Gronoff2017-06-0513-509/+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>
* Fix failing filesystem check for devices without working RTCSami Nurmenniemi2017-05-221-0/+9
| | | | | | | | | | | | | Devices without working RTC (or backup battery) forced system time during the boot to the build time of systemd. This interfered with the fsck ability to detect insane system times. As a result the boot time filesystem check failed because last mount time was in the future. Task-number: QTBUG-60587 Change-Id: I4c41a5183d56a6dd29707e5557781f722bd363c1 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* nuc: don't leave extra space for initramfsSamuli Piippo2017-05-111-0/+1
| | | | | | | | IMAGE_ROOTFS_EXTRA_SPACE is used in regular rootfs to leave extra space, but that's not needed in the initramfs. Change-Id: I327d86443143b834c0fe28e9ab7a3c3533573f3e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Use qdbd instead of adbd by defaultKari Oikarinen2017-05-031-0/+2
| | | | | | | | | | | 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>
* sdk: use python3 for toolchainSamuli Piippo2017-04-221-2/+2
| | | | | | | | | Python3 in now the defaut python version, include correct modules to the toolchain. Task-number: QTBUG-59974 Change-Id: I5b851bf7344c85469318a756b7e1a37afbb596ae Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Merge remote-tracking branch 'origin/krogoth' into devMikko Gronoff2017-03-214-1/+81
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * fonts: add recipe for GNU FreeFontsSamuli Piippo2017-03-162-0/+50
| | | | | | | | | | | | | | | | | | ... and add FreeMono font to image. Task-number: AUTOSUITE-46 Change-Id: I22f519d09f600b6501fb7194199ad5dea831a76d Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
| * fonts: update URL for lohit fontSamuli Piippo2017-03-101-1/+1
| | | | | | | | | | | | | | fedorahosted.org was retired on March 1st, 2017. Change-Id: I84c465da283e5e3642f8c26086ccf381910a7b0d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * AM: Add appman tools to automotive nativesdkGordan Markuš2017-02-101-0/+30
| | | | | | | | | | | | | | Task-number: QTAUTO-274 Change-Id: I467e93dc25a314cda0a4c35fe990c2b1274bc251 Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Don't include ntpKari Oikarinen2017-03-161-1/+0
| | | | | | | | | | | | | | | | systemd included on the images includes systemd-timesyncd so it is duplicating functionality that is already there. Change-Id: Ia7ec270b070e44037cd31171f7f136309ed162bf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | opengldummy: add LDFLAGSSamuli Piippo2017-03-151-2/+2
| | | | | | | | | | | | | | Fix QA Issue: No GNU_HASH in the elf binary. Change-Id: I9f890e5d1b8d2440d5523bdf80b9cf5c3d0309a7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | ninja: remove our copy of the recipeSamuli Piippo2017-03-151-23/+0
| | | | | | | | | | | | | | Ninja is now available from upstream layers. Change-Id: Iad18c89283818d1dbaa57c9a72c07ee9b9273c16 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | opengldummy, virtualbox: Add LDFLAGS to fix build errorMikko Gronoff2017-03-142-2/+2
| | | | | | | | | | | | | | Fix QA Issue: No GNU_HASH in the elf binary. Change-Id: I7c49b2aab543131b3f374052b06339a31cdf760a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | ppp: correctly patch building with linux kernel 4.8 and newerMikko Gronoff2017-03-142-0/+53
| | | | | | | | | | | | | | | | | | | | poky/meta/recipes-connectivity/ppp module has patch included in morty branch that fixes build errors with kernel version 4.8 and up. However, this breaks builds with older kernels. Apply patch from ppp github fork that correctly addresses this issue and fixes the module building. Change-Id: I2c36c10464f7d28ca2543ec8fbf0164aace5c07a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | gnutls: add patch to fix build break with older kernels (< 3.4.17)Mikko Gronoff2017-03-142-0/+68
| | | | | | | | | | | | | | | | Add patch missing from poky morty branch to fix gnutls 3.5.3 build break with jetson-tx1 image build. Change-Id: I2c41989aef485ea9ca0b7927285c6558c2491c32 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | gypsy: remove gypsy from meta-boot2qt layerMikko Gronoff2017-03-141-36/+0
| | | | | | | | | | | | | | | | gypsy is broken / blacklisted in poky 2.2. Remove gypsy from qtlocation component & remove gypsy .bbappend from recipes completely. Change-Id: I612d0b66af86fb5736bb9b15a44febcd6a719a51 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | virtualbox: update guest additions 5.1.4 --> 5.1.14Mikko Gronoff2017-03-141-2/+2
| | | | | | | | | | | | | | | | | | virtualbox-guest-additions_5.1.4 does not compile for emulator target in poky 2.2.1. Update to latest 5.1.14 version solves build problems. Change-Id: Ic31b319aaecdebfacf1ff4e38dddf599332c65c6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | ostree: add patch/workaround for gtkdocize build issueMikko Gronoff2017-03-142-0/+27
| | | | | | | | | | | | | | | | | | | | Poky 2.2 uses gtk-doc (instead of stub in previous branches). This causes build break in ostree's autogen.sh script as gtkdocize script uses wrong docdir variable. Pass docdir and srcdir variables to gtkdocize in ostree's autogen.sh. Change-Id: Ie500ad6d9b9abfd2b39829774760ec2fc5097c60 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | openssl: remove obsolete symbolic link appendsMikko Gronoff2017-03-141-4/+0
| | | | | | | | | | | | | | | | Old symbolic link creation for ssl certs is obsolete as the operation is now in place already Change-Id: Ib96ed730840369b3b1fa89c8a6d2c81e38da8998 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | mingw: do not use PN for DEPENDSSamuli Piippo2017-03-091-1/+1
| | | | | | | | | | | | | | | | Using _${PN} for DEPENDS does not work as expected, which meant that gdb never had python as a build dependency. Change-Id: Idfd5f0bef44c25b0fb13942d5a07675c2e536a00 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | python: fix PSFv2 license checksumMikko Gronoff2017-03-031-1/+1
| | | | | | | | | | Change-Id: I3806795c0a0170b5270de2d20399fef844282eaa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | python: add license checksum for prebuild python recipeMikko Gronoff2017-03-031-0/+2
| | | | | | | | | | | | | | | | | | | | In poky 2.2.1 nativesdk-prebuild-python.bb recipe fails due having a license defined but no license cheksum. No license file is present in the recipe src_uri zip file. Added Python-2.0 license file from poky common licenses folder. Change-Id: I6cd168efa55c49ad04d71b7c29b2295c2df03b86 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | adb: use LDFLAGS from environmentSamuli Piippo2017-02-091-1/+1
| | | | | | | | | | | | | | Fix QA Issue: No GNU_HASH in the elf binary. Change-Id: I23335a9bd077720ff06be189a4317e09153d6e63 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Replace @base_contains macros with @bb.utils.containsMikko Gronoff2017-01-275-6/+6
|/ | | | | | | | | 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>
* Fix error in /etc/profile when run from a non-ttyKari Oikarinen2017-01-191-0/+3
| | | | | | | | | | | | | The tty command can return "not a tty" and thus contain spaces. The test command invocation in /etc/profile did not take this into account. This led to an error message "/etc/profile: line 34: test: too many arguments" when running a process with Qt Creator RemoteLinux plugin. Change-Id: I892f8ed47a95f41977b7ef49f42c5c3a41cdf848 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* libgbm: make possible to use other libgbm provides than mesaSamuli Piippo2017-01-101-0/+1
| | | | | | | | | | | | | | Mesa is the default libgbm provider, but does not yet have virtual/libgbm in the PROVIDES list. This makes it difficult the change the dependency to another recipes that provide only libgbm. Add virtual/libgbm to mesa and TI's libgbm recipe, and change the dependency in qtbase. Add gbm to qtbase PACKAGECONFIG on intel devices. Task-number: QTBUG-57896 Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* ca-certificates: add missing dependency to opensslSamuli Piippo2016-12-197-227/+3
| | | | | | | | | | | | | openssl and openssl-misc are required for update-ca-certificates to work correctly when c_rehash is enabled. Instead of having those in packageconfig, add them here as rdepends. Remove old ca-certificates recipe as upstream poky has a newer version. Task-number: QTBUG-57641 Change-Id: I3c76f86ec52c193cedecc51c50805c897b8e03b6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io> Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* gdb: correctly enable python support for mingwSamuli Piippo2016-12-161-1/+1
| | | | | Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Merge remote-tracking branch 'origin/jethro' into krogothSamuli Piippo2016-12-152-0/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: colibri-imx7: use opengldummy for egl and libgles2 qt5: update submodules gdb: correctly enable python for mingw sdk build mesa: make sure we get libgles3-dev package in toolchain qt5: update submodules beaglebone: start qtlauncher only after /dev/fb0 exists Update qtdeviceutilities module revision Conflicts: meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend scripts/manifest.xml Change-Id: I2f175980f16084c37c5d4032387579dab574952d
| * gdb: correctly enable python for mingw sdk buildSamuli Piippo2016-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | Needs a fix in meta-mingw to correctly enable python for gdb build. Fixes raspberrypi toolchain on windows which did not include python support in the gdb. Task-number: QTBUG-57316 Change-Id: I98f7147420b03dd877ba10866f69ec1c53a870f0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * mesa: make sure we get libgles3-dev package in toolchainSamuli Piippo2016-11-211-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | There is no libgles3 library available, but mesa has the headers in a separate package. Add dependency so that libgles2 pull also the libgles3 headers. Change-Id: I756a0c80aeaa9b5017a3e2e2144cd5c1e5429823 Task-number: QTBUG-57188 Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/jethro' into devMikko Gronoff2016-11-161-2/+2
|\| | | | | | | | | | | | | | | | | | | | | * origin/jethro: update maintainer email info Use correct license header qt5: update submodules otf-noto: update checksums qt5: update submodules Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2
| * Merge branch 'fido' into jethroMikko Gronoff2016-11-081-2/+2
| |\ | | | | | | | | | | | | | | | | | | origin/fido: otf-noto: update checksums Change-Id: I3b43e347029eb4f86c303d0152a1bda1279c38fd
| | * otf-noto: update checksumsKwangsub Kim2016-11-081-2/+2
| | | | | | | | | | | | | | | Change-Id: If50d02ace86e10a01f0283a53cb1fafedf667905 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Include weston and examples back in the imageSamuli Piippo2016-11-081-0/+1
| | | | | | | | | | | | | | | Change-Id: Iaf5ce492fd4cd3c4047b2810666d6d1cbcfc83d6 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | gstreamer: add machine specific gst pluginsSamuli Piippo2016-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | MACHINE_GSTREAMER_1_0_PLUGIN is defined in meta-fsl-arm for all imx based machines. Change-Id: Id9d23b4602d0cd7e153f9fe4993f2b4f23ac6304 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | images: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-033-78/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | sdk: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-033-104/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | tibidabo: remove all filesSamuli Piippo2016-11-032-69/+0
| | | | | | | | | | | | | | | | | | | | | | | | Tibidabo does not build and is no longer supported. Change-Id: Iacd8ad7e8d8db68a9edc23540b22dabb1dbfcd0e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-315-40/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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