summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rpi: remove rpi-ft5406 overlaySamuli Piippo2016-12-142-36/+0
| | | | | | | | The rpi-ft5406 touch display support is also build as a kernel module, so there is no need to build separate overlay file. Change-Id: I6c0d99d5aedad2d24e8e23723613b0a52dcb7736 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Update GammaRay version to include the QtIvi pluginVolker Krause2016-12-091-1/+1
| | | | | Change-Id: Id81f01e2af9f257829290ed29db12f1ab3c50dda Reviewed-by: Christoph Sterz <christoph.sterz@kdab.com>
* qt5: update submodulesSamuli Piippo2016-12-0931-45/+42
| | | | | | | | | Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Correctly pass DESTDIRFrank Meerkoetter2016-12-081-1/+1
| | | | | | | | | | | Passing DESTDIR does not work this way. The result was that the recipe tried to install into the host. Typically this ended the build as the user running it, isn't allowed to write to /. This patch correctly passes DESTDIR to the make file. Change-Id: I6f4a3cd42d2d0d3996333a56a707802bc25c8b4a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* beaglebone: fix appendsSamuli Piippo2016-12-081-2/+2
| | | | | | | | | | Use _append in correct order, otherwise it will override existing values. Task-number: QTBUG-57458 Change-Id: Ida9d85d7bb94f1fefb0b78352f93c9ea71157a01 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* rpi: fix bluetooth systemd serviceSamuli Piippo2016-12-021-1/+1
| | | | | | | | bluetooth service was never enabled due to bug in meta-raspberrypi. Task-number: QTBUG-57152 Change-Id: I136061aed1723fcb7178cb462c1c450e1872ba5e Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Update GammaRay VersionChristoph Sterz2016-11-291-1/+1
| | | | | | | | | This is necessary for development. It ensures new exchange protocol between gammaray's server and client. Change-Id: I16d4c998f9f407df8a36d7afc3096271a6c32803 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Volker Krause <volker.krause@kdab.com>
* Enable QtIvi and QtWayland GammaRay toolsVolker Krause2016-11-291-1/+2
| | | | | Change-Id: I41985617a4061d8ca83fe1a032b5b5c132e259a6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* meta-qt5: update to latest revisionSamuli Piippo2016-11-237-3/+10
| | | | | Change-Id: If559f56a8f536d5d34511cca429305b501cf58b4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add support for creating QBSP packageSamuli Piippo2016-11-2115-26/+504
| | | | | | | | | | | | | | | | | | | | | | | | QBSP is a Qt specific Board Support Package that can be installed with the Qt SDK or MaintenanceTool and contains a system image and a toolchain. The toolchain is automatically registered to the QtCreator. The recipes used for creating the system image and the toolchain can be configured with QBSP_IMAGE_TASK and QBSP_SDK_TASK. The files wanted for the system image can be further configured with QBSP_IMAGE_CONTENT, with a list of files located in DEPLOY_DIR_IMAGE folder. By default, .img and .conf files are used from the selected image recipe. QBSP_INSTALLER_COMPONENT defines the location in the Qt installer tree where the QBSP is shown and QBSP_VERSION defines the version for the components. The QBSP is installed to path defined by QBSP_INSTALL_PATH. The regular SDK creation can now reuse the same image package .7z, so update upload script to use it instead of creating new package. Task-number: QTBUG-57018 Change-Id: Id1e7cc4ab3998a7d450f23ed603b8e676b314d63 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Merge remote-tracking branch 'origin/jethro' into devMikko Gronoff2016-11-164-31/+45
|\ | | | | | | | | | | | | | | | | | | | | * origin/jethro: update maintainer email info Use correct license header qt5: update submodules otf-noto: update checksums qt5: update submodules Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2
| * Merge remote-tracking branch 'origin/fido' into jethroMikko Gronoff2016-11-151-1/+1
| |\ | | | | | | | | | | | | | | | | | | * origin/fido: update maintainer email info Change-Id: I4d12581a82f1c9051f7140e6f5d3d54a8d2fa687
| | * update maintainer email infoMikko Gronoff2016-11-151-1/+1
| | | | | | | | | | | | | | | Change-Id: Ie0c2a12007fc5cb485d42b9797a576b8b03731ab Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
| * | Use correct license headerSamuli Piippo2016-11-152-28/+42
| | | | | | | | | | | | | | | Change-Id: I46fbf67b54b193b3f033fc49836457d33eb3769c Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
| * | qt5: update submodulesMikko Gronoff2016-11-1411-11/+11
| | | | | | | | | | | | | | | Change-Id: Iad62f9e644bb9c8bda1f00b34ea3a916976bd870 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * | 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>
| * | qt5: update submodulesMikko Gronoff2016-11-0413-13/+13
| | | | | | | | | | | | | | | Change-Id: I34ed1989626992c79eb04afbe44042938b5d611f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | tegra: update to latest vibrante pdkSamuli Piippo2016-11-1430-812/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: I9b2c55f213ff3eb01969a49ad64e596692fcee31 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | AM: update to latest revisionSamuli Piippo2016-11-111-1/+1
| | | | | | | | | | | | | | | Change-Id: I88d85c281bfc7895f976fbc7f65bd9e88eae7aa3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | qt5: update submodules and meta-qt5Samuli Piippo2016-11-1014-14/+14
| | | | | | | | | | | | | | | Change-Id: I9b429b9328c99a63b703af2d48f545327b7af880 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | Add qdbd to the imagesKari Oikarinen2016-11-106-0/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | renesas: add missing dependency for wayland-eglSamuli Piippo2016-11-081-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | QtWayland depends on libwayland-egl which is provided by mesa for renasas boards. Fix Project ERROR: wayland-egl development package not found Change-Id: I5c6671e4ee599a15182e96bf23cc71288b7f699f Reviewed-by: Teemu Holappa <teemu.holappa@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>
* | | rename opencv include fileSamuli Piippo2016-11-083-2/+2
| | | | | | | | | | | | | | | Change-Id: I02abc2e325f06a3926b5d9c3a8396ac54d2b5de5 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | | 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>