summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | meta-qt5: update meta layerMikko Gronoff2017-10-181-1/+1
| | | | | | | | | | | | | | | | Update Qt submodules to 5.10 Beta (webengine/chromium left as 5.10 Alpha version) Change-Id: I9f8db0a933397797b65279fccc9d523cb99d8830 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2017-10-1612-29/+224
|\| | | | | | | | | | | | | | | | | | | | | | | | | * origin/morty: meta-qt5: update to 5.9.3 apalis-imx6: modify u-boot to provide support for ixora v1.0 apalis-imx6: add support for the new capasitive touch display toradex: update to 2.7b4 release Conflicts: scripts/manifest.xml Change-Id: Iaeca481a289d0bf431d2b71e03c2b3453f227021
| * meta-qt5: update to 5.9.3Samuli Piippo2017-10-121-1/+1
| | | | | | | | | | Change-Id: I60d72763f62aee82886919230d7d4f46bca7d60d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * apalis-imx6: modify u-boot to provide support for ixora v1.0Samuli Piippo2017-10-122-1/+39
| | | | | | | | | | | | | | | | | | Allow user to change drive slot where u-boot should use for booting. Ixora v1.1 and v1.0 are using different slots. Task-number: QTBUG-63458 Change-Id: I490438cb6d56910d84d9a392bb84a33f574375ce Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * apalis-imx6: add support for the new capasitive touch displaySamuli Piippo2017-10-128-26/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | The atmel_mxt_ts controller needs to be enabled in the dtb, done here for the ixora v1.1 dtb. Said dtb is also changed to be the default dtb in the u-boot config. Existing u-boot patch is updated to include console=tty1 removal for all toradex boards. Task-number: QTBUG-63344 Change-Id: Idaba988c2a0a5916c8fe6b6f11cc75981a9a28e2 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * toradex: update to 2.7b4 releaseSamuli Piippo2017-10-124-3/+9
| | | | | | | | | | | | | | | | | | Add support for building Toradex Tezi images Needs fix for meta-freescale to work. Task-number: QTBUG-61028 Change-Id: I7c26234fcaaa6b5b3cf617d3767201bb6b93db81 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | meta-freescale: update meta layersSamuli Piippo2017-10-161-2/+2
| | | | | | | | | | Change-Id: Ieaaac478b542561e58dc6ea76828ac821c866d39 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | poky: update pyro branch to version 2.3.2Mikko Gronoff2017-10-121-1/+1
| | | | | | | | | | Change-Id: If8690b61ab01568874fa2d64d6435ff84b14c59e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qtquickcompiler: update revisionMikko Gronoff2017-10-121-1/+1
| | | | | | | | | | Change-Id: Ia43eacb1482fdc71afac4d7d51e59d8dc0c68733 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | libyaml: remove obsolete bbappendMikko Gronoff2017-10-121-30/+0
| | | | | | | | | | | | | | | | Enabled upstream in poky by commit: 7a932424cab787dde6a6787bdadd9b1162fd4500 libyaml: Enable nativesdk bake Change-Id: I3e140a0fd8f62d9dcdc132fe7cf8da160f0c7c8c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | b2qt: update qdb & deviceutilities revisionMikko Gronoff2017-10-092-4/+4
| | | | | | | | | | Change-Id: I3b853839c886539ecff49222af12f77be3049479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-10-0611-7/+36
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * qt5: update qtx11extras submodule & quickcompiler revisionMikko Gronoff2017-10-042-3/+3
| | | | | | | | | | | | | | Update 5.9.2 RC content with missing changefile & doc updates Change-Id: Ib42c88d565870607fdc1017016692e3f2b66e964 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update to 5.9.2 RCMikko Gronoff2017-10-042-2/+4
| | | | | | | | | | | | | | | | | | | | * Update meta-qt5 layer to 5.9.2 RC * Keep qtsystems module in the old revision. Updating it requires lots of changes to emulator related recipes due API & other changes in qtsimulator module Change-Id: I679d8f45df474d8a14c989d51e0862255651e079 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Add generic qemuarmv7 machine configSamuli Piippo2017-10-022-0/+9
| | | | | | | | | | | | | | | | To be used in Qt CI builds Task-number: QTQAINFRA-1457 Change-Id: I7ef21aa05c65f50539e2f70b21da375a9b3eea02 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
| * meta-qt5: update meta layerMikko Gronoff2017-09-291-1/+1
| | | | | | | | | | | | | | Updates Qt modules to 5.9.2 snapshot 1 Change-Id: Ia798f3cb855484ccb924a9cfcb181b90baebac04 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * quickcompiler: update revisionMikko Gronoff2017-09-291-1/+1
| | | | | | | | | | Change-Id: If69cf7ec729ec206931cc324ad7786c2d887c3dc Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * meta-qt5: update layerMikko Gronoff2017-09-272-2/+2
| | | | | | | | | | | | | | | | | | - Pull in lots of commits from upstream/master - Update qtglesstream recipe to newer version to fix build break Change-Id: Icd3452fe11c572432f372df288456d688b6ba7fe Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * poky, meta-oe: update morty branch layersMikko Gronoff2017-09-271-2/+2
| | | | | | | | | | | | | | | | | | Update both layers to latest revisions to pull in security fixes, build fixes & other updates. Task-number: QTBUG-63281 Change-Id: I0eb520c336a39833219a61f9a59c7258916aeae2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qtquickcompiler: fix path for QT_HOST_BINSSamuli Piippo2017-09-263-1/+9
| | | | | | | | | | | | | | | | | | | | Bitbake builds need to use QT_HOST_BINS/get for getting the correct path to the host tools. Change it for qtquickcompiler.prf so that project can use CONFIG+=qtquickcompiler without need to have CONFIG+=no_qtquickcompiler_depend as well. Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * sdk: fix host_build QT_ARCHSamuli Piippo2017-09-152-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkpecs/qconfig.pri defines QT_ARCH and QT_BUILDARCH separately for host_build and target build and both of these were always set to target architecture. This cause issues in the SDK, if component tried to build host tools using these values, which qtwebengine does. Fixed now, so that the host_build variants are taken from the nativesdk's mkspecs/qconfig.pri. Task-number: QTBUG-63155 Change-Id: I44644c97d634dac6297e28cc851fc31f7eaf1f90 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtdeviceutilities: update componentMikko Gronoff2017-09-141-1/+1
| | | | | | | | | | | | | | Adds a wifi example Change-Id: Ie148c293115e042910c94040ea5efc694e7460e1 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
| * qtwebview: include qtwebview into image and toolchainSamuli Piippo2017-09-042-2/+2
| | | | | | | | | | | | Task-number: QTBUG-61124 Change-Id: Ibf8920c2bd42bbff192923f8f7c8b95e5216ead5 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | qtlocation: enable mapboxgl plugin by defaultMikko Gronoff2017-09-191-1/+2
| | | | | | | | | | Change-Id: I1d1295a25bbed42c86e3818d9191ea89eaa19748 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | rng-tools: include RNG daemon to imageSamuli Piippo2017-09-183-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rngd reads from hardware random number generator device (/dev/hwrng) and feeds that to /dev/random. Better entropy at boot time is now required since Qt is using getentropy() for random numbers, which blocks on boot if there is not enough generated entropy. Unlike the upstream recipe, this one is configured to use /dev/hwrng instead of /dev/urandom, which means the device needs to have a working HWRNG configuration. Task-number: QTBUG-63188 Change-Id: Icead7576572d7614de8468f1cceaf522dd45dc8d Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* | Fix /dev/hwrng on Warp7 devicesSami Nurmenniemi2017-09-182-0/+30
| | | | | | | | | | | | Task-number: QTBUG-63188 Change-Id: Ib22ec4894deaf0db955a8446037f4a3057b5c218 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | meta-qt5: update layerMikko Gronoff2017-09-181-1/+1
| | | | | | | | | | | | | | * Update Qt submodules to 5.10 Alpha Change-Id: Ieaba08c22ca380e5cfc2afb88c6c31cb585fbfb1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | fix binutils-cross rebuild issue with mingwSamuli Piippo2017-09-181-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream poky recipe incorrectly empties LDGOLD value for binutils-cross based on the sdkmingw32 override. This causes all the target packages to be build twice: first when SDKMACHINE is empty, and second when time when SDKMACHINE is set to mingw32. The actual value use here must be exactly what is used in meta/recipes-devtools/binutils/binutils.inc Change-Id: Id6107bae78cf57669b04cea6467dcf11d1f5c913 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | warp7: use kernel that supports display and touchSamuli Piippo2017-09-144-0/+35
| | | | | | | | | | | | | | | | | | The new displays available from element14 are TRULY displays with synaptics touch, instead Himax. Task-number: QTBUG-63148 Change-Id: If8edf15e6ac25811d0157a250c748c77ee701ed8 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* | qtivi: update revisionSamuli Piippo2017-09-122-2/+32
| | | | | | | | | | | | | | Patch needed to get correct QT_HOST_BINS path during build. Change-Id: Ic61b49ead57d7141bc540283ddbdb7ea36aa9ccd Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* | meta-qt5: update revisionSamuli Piippo2017-09-111-1/+1
| | | | | | | | | | | | Task-number: QTBUG-63083 Change-Id: I07bd68fb01e07149c8a156155714f8b70e81e6b3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | gammaray: update revisionSamuli Piippo2017-09-061-2/+2
| | | | | | | | | | | | | | Previous revision no longer compiled with latest Qt 5.10 Change-Id: Ie939815efa56b96588a66444d79e58e1e915a389 Reviewed-by: Volker Krause <volker.krause@kdab.com>
* | qtapplicationmanager: update revisionSamuli Piippo2017-09-061-1/+1
| | | | | | | | | | | | | | | | Previous revision no longer compiled with latest Qt 5.10 Change-Id: I7a1205dfa449cd78fd97f609e4c7f82a7ac6e933 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
* | b2qt: Update B2Qt specific modulesMikko Gronoff2017-09-063-8/+8
| | | | | | | | | | | | | | | | QtDeviceutilities, B2Qt-Demos & B2Qt-Launcher SHA1s updated to 5.10 branch. Change-Id: Iffdaed5db74c8567f978a1444b03f740899b1c17 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | qt5: update meta-qt5Mikko Gronoff2017-09-054-6/+5
| | | | | | | | | | | | | | | | | | | | Update Qt submodules to 5.10 branch. Update QtGlesStream to fix build break caused by submodules update. Update & re-enable QtQuickCompiler. Change-Id: I4069120b6b953d3ed7805f1807f4a0a2e27234e7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | emulator: fix conflicting glesstream packagesSamuli Piippo2017-09-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | qtglesstream-dummy-client is needed to provide qtbase with opengl headers and dummy library and the real qtglesstream is then built against qtbase to provide it actual implementation. Now qtglesstream-dummy-client is built to provide files to the sysroot, but not any packages, and qtglesstream is built to provide the packages, but to deploy nothing to the sysroot. Solves do_rootfs error: package packagegroup-b2qt-embedded-base-1.0-r0.all requires qtglesstream, but none of the providers can be installed Change-Id: Ib388599d9240a5ab9351692a4509adf721cc995c Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroMikko Gronoff2017-09-044-5/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * meta-qt5: update layerMikko Gronoff2017-09-011-1/+1
| | | | | | | | | | | | | | Updates Qt submodules to 5.9.2 (snapshot 3) Change-Id: I8f4dbb7d00daa49e881b4a1cf1b87de3d671acdb Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * sdk: don't add qtwayland-scanner to mingw toolchainSamuli Piippo2017-08-301-0/+9
| | | | | | | | | | | | | | | | | | There are number of wayland dependencies that will not compile for mingw toolchain. Task-number: QTBUG-62800 Change-Id: I2ffda4eb00831f21a27202d0a901cdb9719fe7f7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * sdk: add qtwayland tools to the toolchainSamuli Piippo2017-08-281-0/+1
| | | | | | | | | | | | | | | | qtwayland-scanner was missing from the toolchain. Task-number: QTBUG-62800 Change-Id: I5e9edc2ee6f8a2004f1d3fce1bc6258d9a1381e3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| * qtdeviceutilities: update moduleMikko Gronoff2017-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog: Doc: Bump version to 5.9.2 Introduce a placeholder for removed wired networks Display the current IP address for a wifi connection Set the method indexes for the comboboxes at a more suitable time Allow editing ipv4 settings in manual mode directly after saving Use both IPv4.Configuration and IPv4 for reading connman settings Doc: Bump version to 5.9.1 Set a default netmask and gateway if the user didn't provide them Remove qt config option from settingsuiplugin Doc: Bump version to 5.9.0 Change-Id: I5c96a675e60e8adae5cc96e29edbf567dffa5f24 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
| * b2qt-appcontroller: update SRCREVMikko Gronoff2017-08-251-3/+3
| | | | | | | | | | Change-Id: Icf89fecc5c0fc906375b08483d91a1808b739777 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * Fix DNS for Qemu running on b2qt toolchain sysrootSami Nurmenniemi2017-08-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The b2qt toolchain had broken link in sysroot/etc/resolv.conf. It was pointing to ../run/resolv.conf which is correct on actual device that gets the file dynamically from systemd. That file is never created for the toolchain and DNS operations fail. This change removes the link from the toolchain. Task-number: QTBUG-62580 Change-Id: I52098e667a9190e300a06b777f9fac778a545faf Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
| * qt5: update meta-qt5 layerMikko Gronoff2017-08-231-1/+1
| | | | | | | | | | | | | | Update submodules to Qt 5.9.2 (snapshot 2) Change-Id: I3b6a17ea72ef1ba9f86ec8664292a3a5686ebde5 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | intel: apply kernel configs for correct recipeSamuli Piippo2017-08-253-0/+0
| | | | | | | | | | Change-Id: Ief6c873061fdff0e5628e69dbf76f33b9837a8a1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2017-08-191-1/+8
|\| | | | | | | | | | | | | | | * origin/morty: qtivi: export envs for ivigenerator meta-qt5: update meta layer Change-Id: I2b5704706351e2ecd10ca0ea8bfc8f975adfffc1
| * qtivi: export envs for ivigeneratorSamuli Piippo2017-08-191-1/+8
| | | | | | | | | | | | | | | | pip3 is run during install phase, so we need to have the environment variables available also then. Change-Id: I43aa285a5da884a0db4b651fb6a0eeb832daef51 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
| * meta-qt5: update meta layerSamuli Piippo2017-08-171-1/+1
| | | | | | | | | | | | | | Pulls fix for qtwebengine Change-Id: I80a3fc28cd016016f4af7cb9b4f38fb4f4155e1b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* | renesas: fix build issues caused by pyro changeSamuli Piippo2017-08-197-0/+126
| | | | | | | | | | Change-Id: I25f74a1fb8e912f1f069b657fc63e66a9eb1e887 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>