summaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras
Commit message (Collapse)AuthorAgeFilesLines
* toradex: add support for u-boot update on colibri vfSamuli Piippo2015-05-288-7/+78
| | | | | | | | | | | | | | | Include flash scripts to boot partition, which can update u-boot to NAND. Remove kernel and dtb files from boot partition, as they are read from second partition. u-boot env changed to boot from MMC by default and kernel messages removed from tty1. apalis flash scripts updated to latest version from toradex and to use both flash_mmc and flash_blk. Change-Id: I1a58badafa01e2023b9ae058b833eb108c097594 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Update Colibri-VF recpies to use latest meta-toradex (V2.3)Andy Nichols2015-05-262-0/+32
| | | | | | | | | | | Now uses Linux kernel 3.18 Automaically loads Toradex multi-touch screen driver Fixes Serial Console and ADB Cherry-picked from dizzy (d9a08a8a, 85f2d862) Change-Id: Ie468b441be899b1f07cb998477a36a38cfe5e494 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Fix Linux Kernel 3.18 build with Colibri-VFAndy Nichols2015-05-262-0/+53
| | | | | | | | | | | | The Linux Kernel blacklists GCC 4.8.0 - 4.8.2 because of a bug. The GCC 4.8.2 provided by Poky has already been patched for this bug so it is safe to renabled building with GCC 4.8. GCC Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 Change-Id: If3ea442b1dfbef8991c39f8d1326643cf418b1ec Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* toradex: update toradex meta layerSamuli Piippo2015-05-121-9/+13
| | | | | | | | Apalis iMX6 V1.1 needs updated kernel and u-boot, so update the meta-toradex layer to latest (Colibri_T20_LinuxImageV2.3_20150320). Change-Id: Ibfb8c48ecfe1e89c937d02da3012cd66791329b5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Use tmpfs for /var/run in toradex devicesv4.0.0Samuli Piippo2014-12-052-0/+38
| | | | | | | | | | | | | Default fstab for toradex devices was not using tmpfs for /var/run, so some daemons did to handle hard reset nicely. Networking and udev were failing at least. Using 'b2qt' folder name for the fstab file, so that bitbake uses that instead of the files from meta-toradex. Task-number: QTEE-857 Change-Id: Id93b127b2b7c02bec11818c4c1b7357bfe65ecbf Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* u-boot-toradex-fsl: correctly append patch for apalis imx6Samuli Piippo2014-11-271-1/+1
| | | | | Change-Id: Ibdca2cab6e86d416fd871517f252ab8dfa4f1cde Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-244-4/+4
| | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
* Add Support for Colibri-VF devicesAndy Nichols2014-11-201-1/+1
| | | | | Change-Id: Ie4fdf57b986eb24cb16dfb9f347ae02e7648bf86 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* toradex: support for the new v2.3 toradex releaseSamuli Piippo2014-11-124-0/+139
| | | | | | | | | Kernel is now using dtb, include it in the bootfs. U-boot update to make sdboot the default. Include u-boot script for updating the u-boot. Change-Id: I7e4f01ad3d903fbf807c5bf3904a9f955a59e97a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Move meta-toradex specific files to separate layerSamuli Piippo2014-09-252-0/+62
Create new layer for recipes and files that required only when meta-toradex layer is used. For now, the bblayers.conf template still includes the new layer as well. Change-Id: Ib2c81a444786845f2e7c2fbf78dd0676459996c0 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>