| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initial upgrade commit from yocto 2.5.2 (sumo) -> 2.6 (thud).
System & some group 1 devices related meta layers, appends & patches updated:
* poky, meta-openembedded & meta-mingw updated to thud branch
- layer.conf files updated to support thud where applicable
- obsolete gstreamer-plugins-bad BBMASK + bbappend overide removed
- ostree build issues fixed with upstream submodule patch
* meta-freescale & meta-freescale-3rdparty updated to thud branch
* meta-toradex-bsp-common & meta-toradex-nxp update to latest tagged release (2.8b5) in toradex/rocko branch
- to fix build issue a systemd patch taken from meta-toradex-bsp-common toradex/master-next branch (thud compatible)
- mask gstreamer recipes from toradex layer and use older versions for
libav and plugins-ugly, so that they match the imx version of gstreamer.
* meta-raspberry update to latest in master branch (where thud layer compatibility is set)
* meta-tegra update to latest in thud branch
- vulkan disabled from jetsons since NVIDIA's Vulkan support is for X only
Task-number: QTBUG-72413
Change-Id: Ida277b66840babc23e877161a26f1ae1b3c68fda
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
| |
Added LAYERSERIES_COMPAT to layer configs to indicate their
compatibility with sumo.
Change-Id: I6251ea2cbe785e755357beb32a3e713d2919d89c
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Remove unwanted features instead of overwriting full set. This brings
e.g., wayland support by default to all targets.
Add fixes for building weston on TI and RPi targets
Change-Id: If3bd23a289e34ebe9656a03494e65ba7d8c843b0
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
| |
Remove obsolete bbappends
Change-Id: I7654e83dce77332e5a437498fc7655d9563302be
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
| |
License changed to GPLv3 + Commercial
Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
The RPi touch display need the rpi-tf5604 devicetree to enable touch.
Add it to the kernel build and enabled it in the config.txt.
Update meta-raspberrypi to latest revision for the PiTFT support.
Change-Id: Ibc5ba51c844bc17b541d8021a755f141a5ff2a0c
Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
|
|
|
|
|
|
|
| |
Adds support for RPi Zero and the 7" touch display
Change-Id: I4ac5f2ce9e2ac8aa300331f48abaaf4249c70cee
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
Build perf with DWARF unwinding support. Kernels older then 3.14
need to be patched to add ARM support. Kernels for tibidabo (3.0)
and imx53 (2.6) are too old and would require more patches to be
backported, so they are left without unwinding support.
RPi needed extra layer to modify the kernel recipe, and linux-imx
recipe was renamed so that it doesn't conflict with older tibidabo
kernel recipe.
Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
|