summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi-extras/recipes/linux
Commit message (Collapse)AuthorAgeFilesLines
* raspberrypi: update to sumoSamuli Piippo2018-09-281-45/+0
| | | | | | | | | Update meta-raspberrypi layer to the latest revision on sumo branch and make the necessary adaptations. Userland recipe updated to match one from master branch. Change-Id: Ied57793c78fbd022a1b134a6d3165b98bd8a0518 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Fix WiFi for Raspberry Pi 3 B+Sami Nurmenniemi2018-06-071-0/+45
| | | | | | | | | - Update meta-raspberrypi to latest sumo to update kernel version - Update linux-firmware to version required by the updated meta-raspberrypi Task-number: QTBUG-68597 Change-Id: I86e7b3c901201178a75b4d445a576876dbbfc05b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Enable uprobes for raspberrypiUlf Hermann2018-04-251-0/+32
| | | | | | Task-number: QTBUG-67891 Change-Id: Ie9e2e6775aeb5fca16d624a02ef570447a97145d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* RPI: use latest revision of meta-raspberrypiSamuli Piippo2016-02-052-198/+0
| | | | | | | Adds support for RPi Zero and the 7" touch display Change-Id: I4ac5f2ce9e2ac8aa300331f48abaaf4249c70cee Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* RPi: add wildcard to kernel recipeSamuli Piippo2015-03-111-0/+0
| | | | | | | Patch version keeps changing in upstream sources. Change-Id: I0253d2991196a684c9799888995bfd00a910bc3e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Performance analysis tools for LinuxSamuli Piippo2015-02-262-0/+198
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>