summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/bb-org-overlays
Commit message (Collapse)AuthorAgeFilesLines
* ti: remove all support for TI boardsSamuli Piippo2018-08-141-53/+0
| | | | | | | | | | | am335x-evm, beagleboard and beaglebone are no longer supported or maintained, so builds are no longer working. Remove all recipes and configurations for them. Task-number: QTBUG-69047 Change-Id: I1787187363386c6ace00077e6291c7ac591d5e12 Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> 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: use beagleboard.org kernelSamuli Piippo2016-10-031-0/+53
4.4 linux kernel that supports both cape manager and SGX. Device Tree Overlays are taken from beagleboard.org as well. Overlays require a patched dtc, which are taken from https://github.com/pantoniou/dtc. Default kernel config is taken from RobertCNelson/bb-kernel patch repo. Task-number: QTBUG-52762 Change-Id: I4b75095bca6263bf2a6e3308ced4ba36b0ae28cd Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>