summaryrefslogtreecommitdiffstats
path: root/meta-vib4-extras
Commit message (Collapse)AuthorAgeFilesLines
* tegra: update to latest vibrante pdkSamuli Piippo2016-11-1410-85/+131
| | | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: I9b2c55f213ff3eb01969a49ad64e596692fcee31 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Revert "tegra: update to latest vibrante pdk"Samuli Piippo2016-10-1410-131/+85
| | | | | | | | | Problems with eglfs, so revert back to previous PDK. This reverts commit 323408406d9133a5462a24fea4ec86e649088180. Change-Id: I3ee36809cb823aefdc03f8a24d052c2a76f308db Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* tegra: update to latest vibrante pdkSamuli Piippo2016-10-0610-85/+131
| | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: Ic8c76313704c3e666050284f02cb1a40237366e5 Reviewed-by: Risto Avila <risto.avila@qt.io>
* tegra: update recipes to work with krogothSamuli Piippo2016-10-064-16/+37
| | | | | | | | | 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: Ic4706679cef9b9eef7a333c7a7c3985104be6012 Reviewed-by: Risto Avila <risto.avila@qt.io>
* Update license headersSamuli Piippo2016-05-184-28/+60
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Fix to NVidia's tegra configurations.Teemu Holappa2016-05-0511-0/+237
Changed both nvidia-logan and tegra-t18x to use the same metalayer from the Vibrante 4.0 SDK. Kernel sources and libraries are stored into the internal CI repository. These definitions can be overridden by SDK folder using following environment variables: export KERN_DIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux_src/kernel export PLATFORM_TOPDIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux export TOOLCHAIN_PATH=~/Vibrante4.0_RC1/toolchains/tegra-4.9-nv export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOOLCHAIN_PATH KERN_DIR PLATFORM_TOPDIR" Change-Id: If58a0fcbe01daa9a55dd041b79a9d80a90fde284 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>