summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/bb-org-overlays
Commit message (Collapse)AuthorAgeFilesLines
* 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>