summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add helper script to mount partitions from imagesSamuli Piippo2016-11-041-0/+55
| | | | | Change-Id: Iefd2a7fce7ae074dfa305da52e1efea1073331a9 Reviewed-by: Risto Avila <risto.avila@qt.io>
* colibri-vf: use DEFAULTTUNE from upstream configSamuli Piippo2016-11-041-2/+0
| | | | | Change-Id: Ibc4514617ee07b7c86065c168fbbe087d0d8b280 Reviewed-by: Risto Avila <risto.avila@qt.io>
* images: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-0326-242/+71
| | | | | | | | | | | | | | | 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-0317-136/+7
| | | | | | | | | | | | | 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>
* qtbase: add option to build without openglSamuli Piippo2016-11-031-1/+8
| | | | | | Change-Id: I2a04a21feb476de93d2a8d641f66cfc1d2b91ef8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
* tibidabo: remove all filesSamuli Piippo2016-11-0341-1966/+2
| | | | | | | | 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>
* patch kernel configs in correct phaseSamuli Piippo2016-11-033-3/+3
| | | | | | Change-Id: Id9854cebb7a82c310fff281dea97a6aac0d746f7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* qtotaupdate: use more recent source revGatis Paeglis2016-11-021-1/+1
| | | | | Change-Id: I406a2769005e2ed2757526d6e66915b79bdaa8f0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-3111-51/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * VKB: correctly override PACKAGECONFIGSamuli Piippo2016-10-311-5/+1
| | | | | | | | | | | | | | | | | | VKB was built without hunspell. No libs are installed to /usr/share anymore, so the extra configs are not necessary. Change-Id: Ic58670e8b2e637f0680b5190f07bd996aa601491 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * psplash: remove from imageSamuli Piippo2016-10-283-34/+0
| | | | | | | | | | | | | | | | | | psplash does not provide systemd service, so it has not been working since we switched from sysvinit to systemd. Change-Id: I12080a3470b25c1fb07ae5ec76c6f51be7a59625 Task-number: QTBUG-56583 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * 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>
| * colibri-vf: use older 4.1 version of kernel to fix color issueSamuli Piippo2016-10-271-0/+1
| | | | | | | | | | | | | | | | | | The default 4.4 kernel has a problem with colors when using fbdev. As a workaround, use the default kernel from the previous V2.5 release. Change-Id: I4ce3b867f2eecf275cdcdad56a9f0af53541f9c5 Task-number: QTBUG-55768 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * colibri-imx7: add u-boot-nand.imx to imageSamuli Piippo2016-10-271-0/+3
| | | | | | | | | | | | | | U-boot update script expects to find nand version of the uboot. Change-Id: I5d1c9c55bde69efba0d9767155374ce5748225ff Reviewed-by: Risto Avila <risto.avila@qt.io>
| * colibri-vf: add kernel image to rootfsSamuli Piippo2016-10-261-0/+2
| | | | | | | | | | | | | | | | The new toradex u-boot tries to find kernel image from rootfs' /boot folder instead of the separate boot partition. Change-Id: I159aa0674e6ce03dabca56f70ec454bc6a9e7336 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * dbus-session-init: fix broken init scriptSamuli Piippo2016-10-262-6/+6
| | | | | | | | | | Change-Id: I3cefeb9b8c19dbd4f2e0bf9312088e6489b758c3 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * Merge remote-tracking branch 'origin/fido' into jethroMikko Gronoff2016-10-261-2/+4
| |\ | | | | | | | | | | | | | | | | | | * origin/fido: Improve repo fetching Change-Id: I6d1015336905322261245e01371dc1f150001528
| | * Improve repo fetchingSamuli Piippo2016-10-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for --device and --internal to the mirror creation. Use --optimized-fetch when initializing build env, since the internal repos in gitlab sometimes fail to be fetched, which breaks CI builds. --optimized-fetch pulls from network only if the SHA1 is not found from local repos or from mirror. Change-Id: I427aa7a652bdb63be8f6db8682a9af00c2468ab8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | qt5 recipes cleanupMikko Gronoff2016-10-2014-137/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Removed license checksums from .bbappend files that were overlapping with updated meta-qt5. Also cleaned a few chunks of appends available already in meta-qt5. Change-Id: Iaafb9eb1472a9909db750fec35c8ac0d231e5f63 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: update submodulesMikko Gronoff2016-10-2026-27/+27
| | | | | | | | | | | | | | | Change-Id: Iafe8b11f61554551c749ea2dedffabbff3d34a78 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | qt5: remove obsolete file 0001-Allow-a-tools-only-build.patchMikko Gronoff2016-10-201-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | Patch has been available from meta-qt5 layer for a long time. This file is identical to meta-qt5 patch, thus removed from meta-boot2qt layer. Change-Id: Ib7e82d5d22719927271aadc9604470834afb563a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | AM: update revisionSamuli Piippo2016-10-271-9/+5
| | | | | | | | | | | | | | | | | | | | | Use qt5-module to get all files (mkspecs, examples) in correct sub-packages. Change-Id: I41b98c74c2764d45a08ab064c17d507eb1029f79 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | qt5: update submodules and meta-qt5 layerSamuli Piippo2016-10-2722-81/+23
| | | | | | | | | | | | | | | Change-Id: I4e67e6d0222f79c135b031f8110d565a3e4243b4 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | tegra: enable kms for both tegra boardsSamuli Piippo2016-10-252-1/+30
| | | | | | | | | | | | | | | | | | | | | In Qt 5.8, the EGLFS EGLDevice plugin depends on KMS feature. Change-Id: Ifa32bcb13a39295ba0b4c0358d6e43b92c832861 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qtwayland: update to latest revisionSamuli Piippo2016-10-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Include wayland-dev package to SDK to have wayland-scanner there, needed when building QtWayland with the toolchain. Change-Id: I8b4fc2c0af3a7a27cf0376eb21c88e33c83a2e54 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | ostree: Disable GObject introspectionGatis Paeglis2016-10-245-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are not using any language bindings of OSTree. We use the C API, so no need for introspection. And re-enable ostree/qtotaupdate now when the build issue is fixed. Task-number: QTBUG-55559 Change-Id: I1a7407d4e6ac3eca1083b9c28ed7aa206e0ed484 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | ostree: Workaround the SIGCHLD handler issueGatis Paeglis2016-10-202-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Glib overwrites forkfd's SIGCHLD handler, this breaks QProcess. This workaround solves the issue for ostree use case. Other parts of the stack are still affected, as there might some code elsewhere that uses QProcess and the buggy Glib subprocess handling code. Change-Id: I7077ad9479d2c7cc6f1f693b8241bd5bcdc640b2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | ostree: Print pull progress also when not on consoleGatis Paeglis2016-10-202-0/+95
| | | | | | | | | | | | | | | | | | Change-Id: I3944166b61d120f19e31f84abcf26e91a2f8cfb8 Upstream-status: Pending Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Revert "tegra: update to latest vibrante pdk"Samuli Piippo2016-10-1430-140/+828
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problems with eglfs, so revert back to previous PDK. This reverts commit 323408406d9133a5462a24fea4ec86e649088180. Change-Id: I3ee36809cb823aefdc03f8a24d052c2a76f308db Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | democompositor: update to latest wayland APISamuli Piippo2016-10-141-1/+1
| | | | | | | | | | | | | | | Change-Id: I595235b90c33b1ad734b47b1172183aef195da42 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-1216-23/+108
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: Always append to MACHINE_EXTRA_INSTALL qt5: update submodules Enable dbus by default for neptune ui qt5: update submodules Add connman patch to disable connman with boot over nfs Update dbus-session-init to work with systemd Conflicts: conf/distro/include/am335x-evm.conf conf/distro/include/beaglebone.conf conf/distro/include/nvidia-logan.conf 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/qtcharts_git.bbappend recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative-render2d_git.bbappend recipes-qt/qt5/qtdeclarative_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.bbappend recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend Change-Id: Ia73290b54a213a9670baab11e14522956e7bfec0
| * | Always append to MACHINE_EXTRA_INSTALLSamuli Piippo2016-10-1113-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Packages are added to MACHINE_EXTRA_INSTALL in multiple places, make sure we always append. This adds back the missing gst plugins to nitrogen6x. Change-Id: I7c424b37d84b0125b74774fd308926e53e031590 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | qt5: update submodulesMikko Gronoff2016-10-0720-21/+21
| | | | | | | | | | | | | | | Change-Id: I4a52b28896eab692d628563c72cc09cee5af32c7 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * | Merge "Merge remote-tracking branch 'origin/fido' into jethro" into ↵Mikko Gronoff2016-10-072-0/+45
| |\ \ | | | | | | | | | | | | refs/staging/jethro
| | * | Merge remote-tracking branch 'origin/fido' into jethroMikko Gronoff2016-10-042-0/+45
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | origin/fido: qt5: update submodules Add connman patch to disable connman with boot over nfs Conflicts: 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 Change-Id: Ie5a4e534f4a24034750e8c3964fbb5574ce434cd
| | | * qt5: update submodulesv5.6.2Mikko Gronoff2016-09-274-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | updated final 5.6.2 content Change-Id: I15e5e804a487598091a9809b50687c96cdb3093a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | | * Add connman patch to disable connman with boot over nfsMikko Gronoff2016-09-232-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A workaround to avoid connman to bring the boot interface down then up during network boot. Task-number: QTBUG-56051 Change-Id: Ic22fac9cd7e9892439fb462f08313cda4d9da9aa Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | | Enable dbus by default for neptune uiRisto Avila2016-10-041-2/+2
| |/ / | | | | | | | | | | | | | | | | | | Task-number: AUTOSUITE-10 Change-Id: I1961d972a3bc7c4e0f3e7ac0788044629b8dd2f4 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | Update dbus-session-init to work with systemdRisto Avila2016-09-223-5/+45
| | | | | | | | | | | | | | | Change-Id: I7a275d592222ef63f590668087a442f2bb1137a7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | RPI: enable bluetooth serviceSamuli Piippo2016-10-101-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | meta-raspberrypi layer incorrectly adds bluez5 services, so that bluetooth service is never enabled. Task-number: QTBUG-56190 Change-Id: I161edd36d887e5d64d44934f0382a8be6db028cc Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | tegra: update to latest vibrante pdkSamuli Piippo2016-10-0630-828/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: Ic8c76313704c3e666050284f02cb1a40237366e5 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | renesas: update recipes to work with krogothSamuli Piippo2016-10-067-6/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: I52492cff70228bee477b1e5b287af66138564dd1 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
* | | tegra: update recipes to work with krogothSamuli Piippo2016-10-069-17/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: Ic4706679cef9b9eef7a333c7a7c3985104be6012 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | systemd: patch no longer neededSamuli Piippo2016-10-032-36/+0
| | | | | | | | | | | | | | | Change-Id: I49ee9f857992ae0e42394e356138e6cc06591914 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* | | qt5: update to Qt 5.8Samuli Piippo2016-10-0342-277/+74
| | | | | | | | | | | | | | | Change-Id: If37c30437c3e8d3f5ffafb3a47851d88ec050895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | beaglebone: start qtlauncher only after /dev/fb0 existsSamuli Piippo2016-10-034-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | beaglebone: use beagleboard.org kernelSamuli Piippo2016-10-039-0/+7561
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.4 linux kernel that supports both cape manager and SGX. Device Tree Overlays are taken from beagleboard.org as well. Overlays require a patched dtc, which are taken from https://github.com/pantoniou/dtc. Default kernel config is taken from RobertCNelson/bb-kernel patch repo. Task-number: QTBUG-52762 Change-Id: I4b75095bca6263bf2a6e3308ced4ba36b0ae28cd Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | nitrogen6x: extra dtbs are already defined in meta-fsl-arm-extraSamuli Piippo2016-09-231-2/+0
| | | | | | | | | | | | | | | Change-Id: I52e88678ac2726b4443ac8738574cdcbe7774e1b Reviewed-by: Risto Avila <risto.avila@qt.io>
* | | Merge remote-tracking branch 'origin/jethro' into mergeSamuli Piippo2016-09-2249-197/+769
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: Rename last references to b2qt-utils Rename b2qt-utils to qtdeviceutilities toradex: apply u-boot and flashing script changes to colibri-imx7 nitrogen6x: add Nitrogen6QP_MAX and SOMv2 support 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 kontron: patch kernel to support newer vivante drivers Fetch only external repos for repo mirror qt5: update submodules Add rsync to image Fix raspberry3 build error in perl deployment rcar-gen2: USB fixups ostree: Added dependency for systemd qtquickcompiler: update revision qtquickcompiler: update revision Fix typo in RPi overlay config Update meta layers Conflicts: conf/distro/include/toradex.inc meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_blk.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_mmc.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_blk.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_mmc.scr meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Update-default-args-for-apalis-imx6.patch meta-fsl-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend recipes/ostree/ostree.bb recipes/samba/samba_4.1.12.bbappend scripts/manifest_jethro.xml Change-Id: I6b6ec105394f03fb57d8f922e358fef51de1e848
| * | Rename last references to b2qt-utilsSamuli Piippo2016-09-224-8/+6
| | | | | | | | | | | | | | | Change-Id: I4b204b6dea02fd3e298eb66028b44139eb12ff2a Reviewed-by: Risto Avila <risto.avila@qt.io>