summaryrefslogtreecommitdiffstats
path: root/meta-renesas-extras
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update submodulesSamuli Piippo2016-12-091-7/+4
| | | | | | | | | Needs updates for meta-qt5 and meta-mingw Temporarily disable QtQuickCompiler (QTRD-2219) Change-Id: I089e4b4ce56030a37ee42324c13d43bade492bf3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* renesas: add missing dependency for wayland-eglSamuli Piippo2016-11-081-0/+30
| | | | | | | | | QtWayland depends on libwayland-egl which is provided by mesa for renasas boards. Fix Project ERROR: wayland-egl development package not found Change-Id: I5c6671e4ee599a15182e96bf23cc71288b7f699f Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* renesas: update recipes to work with krogothSamuli Piippo2016-10-065-4/+193
| | | | | | | | | Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: I52492cff70228bee477b1e5b287af66138564dd1 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
* rcar-gen2: USB fixupsLouai Al-Khanji2016-08-302-1/+13
| | | | | | | Autoload USB modules for adb bridge and touch screens. Change-Id: I1370f87b25e1c0660ffc8fb6fd0aa6d0a1cf0658 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update license headersSamuli Piippo2016-05-1828-196/+420
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Add Support for Renesas R-Car Gen2 DevicesLouai Al-Khanji2016-05-1032-0/+992
I have only personally tested the porter build as it's the only device I have, but getting the others to work as well should be straight forward. Please see the note in conf/distro/include/rcar-gen2.inc about the binary drivers. The documentation we ship with Qt Creator should expand on how to install the drivers. Additionally we must check with Renesas how we could redistribute prebuilt images if we want to do that. Change-Id: I82e03aad9b43bee068aaa0472aeac4d394f049a8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>