summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * meta-qt5: update to Qt 5.9.1Samuli Piippo2017-06-132-2/+2
| | | | | | | | | | | | | | | Change-Id: I66c0770780da9d04b4fe2a9dfd50067e34d9dbeb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | | remove-libtool: remove bbclass that exists in pokyGordan Markuš2017-08-111-11/+0
|/ / | | | | | | | | | | | | | | The same bbclass recipe exists in mainline poky pyro branch. Change-Id: Ib272eefc829ded89d4d59333bead84839b99e128 Reviewed-by: Richard Pannek <richard.pannek@pelagicore.com> 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>
* | mingw: upgrade windows python to 3.5.2Samuli Piippo2017-08-105-25/+135
| | | | | | | | | | | | | | | | | | | | This adds support for 64bit windows toolchain with using different binary archives for the prebuild python when building i686 and x86_64 mingw toolchains. Task-number: QTBUG-58918 Change-Id: I1a02546749dd924fd3d2222bbbebf74b31dab07d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | gdb: fix build for mingw toolchainSamuli Piippo2017-08-101-0/+1
| | | | | | | | | | | | | | | | Build fails with "error: '::hypot' has not been declared" due to python bug (issue11566). Change-Id: I2d9f42ec4f3271f056488e5456be940cf9b0c69e Reviewed-by: Mikko Gronoff <mikko.gronoff@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>
* | qtapplicationmanager: Fix QA WarningGordan Markuš2017-07-181-2/+2
| | | | | | | | | | | | | | | | | | do_package_qa: QA Issue: nativesdk-qtapplicationmanager-tools rdepends on nativesdk-libarchive, but it isn't a build dependency, missing nativesdk-libarchive in DEPENDS or PACKAGECONFIG? [build-deps] Change-Id: I514bb61fbc697e695406926569584cec6c5e7ea9 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* | Fix find fails with permission deniedTasuku Suzuki2017-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | configure-qtcreator.sh failed with errors: find: ‘/opt/b2qt/2.2.1/sysroots/aarch64-poky-linux/var/cache/cups’: Permission denied find: ‘/opt/b2qt/2.2.1/sysroots/aarch64-poky-linux/var/spool/cups’: Permission denied find: ‘/opt/b2qt/2.2.1/sysroots/aarch64-poky-linux/home/root’: Permission denied find: ‘/opt/b2qt/2.2.1/sysroots/aarch64-poky-linux/etc/cups/ssl’: Permission denied Change-Id: I4e8098227852b8d77b4b57a68d9e0b95165cb4fe Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | BBB: update elgplatform headerSamuli Piippo2017-06-142-0/+29
| | | | | | | | | | | | | | | | Use proper typedef for EGLNativeDisplayType to fix build issue in qtbase. error: invalid conversion from 'EGLNativeDisplayType {aka int}' to 'void*' Change-Id: Icfec5ea624a9b38adfc79fb50d033d652ce1d759 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2017-06-1326-527/+132
|\| | | | | | | | | | | | | | | | | | | | | | | * origin/morty: dracut: remove bbappend BBB: add systemd service for powervr drivers Jetson-TX1: Add ability to mount root via NFS NUC: disable hw cursor for intel nuc adbd: remove component Update update-qt5-modules script handle qtlocation Change-Id: Ied32e11749d81af9ea74714f4d3607d2680bf327
| * 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>
| * BBB: add systemd service for powervr driversSamuli Piippo2017-06-093-2/+31
| | | | | | | | | | | | | | | | | | | | | | The PowerVR driver initialization must be run before Qt can work. Also extend boot partition to make sure FAT32 partition fits corretly, which resolves a sd card boot issue. Task-number: QTBUG-60945 Task-number: QTBUG-58720 Change-Id: Ie1cb08f93473efc48098858c8a3c5308d8668141 Reviewed-by: Karim Pinter <karim.pinter@qt.io>
| * Jetson-TX1: Add ability to mount root via NFSKari Hormi2017-06-082-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | Added new init script that can also mount NFS root. The original init script from meta-tegra layer can only mount from local disk partitions, so an enhanced version of the script was written. While primarily written for RTA testing, end users may find the ability to mount from NFS useful. Task-number: QTBUG-61190 Change-Id: I76af558f2a528862ca1f88dcb4958a5686b508f5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * NUC: disable hw cursor for intel nucSamuli Piippo2017-06-064-0/+48
| | | | | | | | | | | | | | | | | | | | This is a workaround for a bug, where fonts are not drawn when hw mouse cursor is used together with Qt Quick Controls 2 Task-number: QTBUG-60957 Task-number: QTBUG-61191 Change-Id: Ia7fc6731eff88f1490c788faa87be3b775ffad6a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * adbd: remove componentMikko Gronoff2017-06-0517-517/+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>
| * Update update-qt5-modules script handle qtlocationSamuli Piippo2017-06-051-0/+6
| | | | | | | | | | | | | | QtLocation now has a submodule which needs special attention. Change-Id: I570dbf0bab1416954f46a55430ad245fd1e9653c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update to 5.10Samuli Piippo2017-06-075-5/+6
| | | | | | | | | | | | | | | | Qt Quick Compiler needs to be disabled. Use latest from meta-mingw to get c++11 pthread support. Change-Id: I03773d08e0c78e87601d73838c67148248244902 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | NUC: remove grub boot timeoutSamuli Piippo2017-06-071-1/+1
| | | | | | | | | | | | | | Boot little bit faster without waiting for grub timeout Change-Id: I6f1a7f9b3dc7abed34fa73f78165c6eb651b36ce Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | tegra: correctly add dependencySamuli Piippo2017-06-061-1/+1
| | | | | | | | | | | | | | The class override did not append new dependencies correctly. Change-Id: I8311310eb67ea482cdf16b3cf2ed7551f1fe1693 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Update upload location to 5.10Samuli Piippo2017-06-051-1/+1
|/ | | | | Change-Id: Ibaa0f8794bd3e08eb20bd667d5884de4c390cb53 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* meta-qt5: update to 5.9.0 RC2v5.9.0Samuli Piippo2017-05-291-1/+1
| | | | | Change-Id: I691a718ec29ce29bdf56c0fb6e6bc2553c48312c Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* qt5: update meta-qt5 (qttools & qtquickcontrols)Mikko Gronoff2017-05-231-1/+1
| | | | | Change-Id: I3f481b0a9d6c1c174075d651ec975bdf877cdf56 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: use newer meta-qt5Mikko Gronoff2017-05-231-1/+1
| | | | | | | Update submodules to 5.9.0 RC (snapshot 1) Change-Id: I617e43540021005687a4335a4f3e861f65e06c17 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* Use correct env for QCC1 StyleSamuli Piippo2017-05-229-9/+9
| | | | | | | | | | 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>
* apalis-imx6: enable Fusion10 touch displaySamuli Piippo2017-05-223-0/+37
| | | | | | | | | | Autoload required kernel module, and setup uboot to enable it if found during boot. Task-number: QTBUG-54817 Change-Id: Ie57c4212ba0bc927df7a51513d75afa2e9596715 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* Replace non-breaking space with a normal oneKari Oikarinen2017-05-191-1/+1
| | | | | | | | This caused the given ABI for C++ compiler to be invalid. This was usually not harmful, because Qt Creator guessed correctly as a fallback. Change-Id: Ieff4e69d6bd635bbabd0420cf57b61755be381c5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* renesas: fix mingw toolchain buildSamuli Piippo2017-05-191-0/+1
| | | | | | | | Exclude renesas changes to host toolchain packagegroup that prevented mingw32 toolchain build. Change-Id: I922086c407e109f641bb2c9b351cdc50bc897b6b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* tegra: use v8 API for libjpegSamuli Piippo2017-05-171-0/+31
| | | | | | | | | The binary-only gstreamer plugins for jetson tx1 are compiled against v8 API of libjpeg and cause crash if used against the default v6 API. Task-number: QTBUG-60860 Change-Id: I3be0a0389b31710bdf89b90a2a35028f0937164b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* toradex: use latest toradex meta layersSamuli Piippo2017-05-1723-1709/+180
| | | | | | | | | | | Use meta-toradex-bsp-common and meta-toradex-nxp instead of only meta-freescale-3rdparty. This provides latest kernel and uboot versions. Update the u-boot updates scripts to the v2.7 used by toradex images. Task-number: QTBUG-60802 Task-number: QTBUG-60055 Change-Id: I34f2637f6bc46c15d558eeafefc8a57e066bd2b9 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* renesas: add mesa dependencySamuli Piippo2017-05-171-0/+30
| | | | | | | Header in gles-user-module depends on a header from mesa. Change-Id: I051a59e5991682972162a91c8d8d39ef18e3be81 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* renesas: include early config file to define SOC_FAMILYSamuli Piippo2017-05-174-0/+5
| | | | | | | | | Renesas machine configs expect SOC_FAMILY to be defined earlier the our current conf/distro/include config files are done. Add new config files that are included already in local.conf. Change-Id: I13a51689c843680fe6611556fad6cc78d00b3628 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* qt5: add qtremoteobjects moduleMikko Gronoff2017-05-153-1/+3
| | | | | Change-Id: Ib779f3f9c27c5f26482a3c9c4a9af02dfb2e32b3 Reviewed-by: Samuli Piippo <samuli.piippo@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>
* qtquickcompiler: suppress packaging QA Error "already stripped"Mikko Gronoff2017-05-121-0/+1
| | | | | | Task-number: QTBUG-60734 Change-Id: I26bb6c198a0d77e1c58f7224617806d0749d6774 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/krogoth' into mortyMikko Gronoff2017-05-112-0/+2
|\ | | | | | | | | | | | | | | * origin/krogoth: NUC: add support for multitouch displays Change-Id: I39cecf0afbdf9f6d7a23353e6bb2a14aa28e79dc
| * NUC: add support for multitouch displaysSamuli Piippo2017-05-042-0/+2
| | | | | | | | | | | | | | | | Build kernel module used for multitouch displays such as GeChic Task-number: QTAUTO-415 Change-Id: Icfbedf16db26bf9bd99b5b55e3074e33c9a1e4d7 Reviewed-by: Teemu Holappa <teemu.holappa@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>
* | emulator: remove sdcardmount daemon from emulator imageMikko Gronoff2017-05-101-1/+0
| | | | | | | | | | | | | | | | | | * sdcardmount daemon segfaults on boot and is not supported anyway. Remove it from emulator image to get rid of segfault message on screen during boot. Change-Id: Ibdaa9809105ec3097473d41ab34e866c9badb29a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | nuc: add serial console to ttyUSBSamuli Piippo2017-05-101-0/+2
| | | | | | | | | | | | | | | | NUC has no ready made serial console. Add one to ttyUSB, which is then automatically usable when plugging in USB to serial adapter. Change-Id: I8b2687f60077079a8fc52f238b9de7ba50a4d965 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | image_dd: remove old boot.img before trying to create itSamuli Piippo2017-05-101-0/+1
| | | | | | | | | | | | | | rootfs creation failed if boot.img still existed from previous build. Change-Id: Ib85cc7dbacbc0d0cc7d0700985ad9c52a6ade0df Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | tegra: use GPT partition tableSamuli Piippo2017-05-101-1/+1
| | | | | | | | | | | | | | | | The tegra u-boot expects sdcard to have a GPT partition table instead of MBR. Task-number: QTBUG-60681 Change-Id: I67b5f4b3ed299ea3d275bbd442ae83aead095db3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qt5: update meta-qt5Mikko Gronoff2017-05-091-1/+1
| | | | | | | | | | | | | | * Updates submodules to 5.9.0 Beta 4 (snapshot 1) Change-Id: Idee75465fd2cdd84ccafd6d74e3cc182d6f4235b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | tegra: fix kernel NULL pointer dereferenceSamuli Piippo2017-05-082-0/+76
| | | | | | | | | | | | | | | | | | Closing Qt application caused video mode to change, which in turn triggered NULL pointer deference bug in tegra kernel. Task-number: QTBUG-60417 Change-Id: I0dffc3cd6773637742a1e54f6c495fdde0fbd895 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* | Merge "Merge remote-tracking branch 'origin/dev' into morty" into ↵Mikko Gronoff2017-05-0529-181/+2803
|\ \ | | | | | | | | | refs/staging/morty
| * \ Merge remote-tracking branch 'origin/dev' into mortyMikko Gronoff2017-05-0529-181/+2803
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/dev: Fix USB drivers on Apalis board Add support for Renesas R-Car Gen3 boards tegra: update to [4.1.4.0] Vibrante 4.1 Linux Drive CX2 Change-Id: I73542c81d5d2f3741fe90b94133aa5a5f55bb875
| | * | Fix USB drivers on Apalis boardSami Nurmenniemi2017-05-052-0/+1365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apalis kernel was missing one patch that fixes crc calculation of exported symbols. That caused some exported symbols to have checksum 0x00000000 in Module.symvers and modules using those symbols refused to load. Task-number: QTBUG-60569 Change-Id: I798fc0af0138b0dffbff2850295f40f74e70a2c8 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| | * | Add support for Renesas R-Car Gen3 boardsSamuli Piippo2017-05-0220-4/+1311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for Salvator-X (H3/M3), H3 and M3 Starter Kits. Requires driver package installed as instructed in meta-renesas and correct SOC_FAMILY set in the local.conf For Qt Company internal builds, required driver packages are in the renesas-rcar-gen3 git repository. Change-Id: I051591f98f773a1453f531ae1b49cb2f18ce93bd Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>