summaryrefslogtreecommitdiffstats
path: root/meta-beagleboard-extras
Commit message (Collapse)AuthorAgeFilesLines
* Disable ethernet over usb on beaglebone.David Schulz2016-03-081-0/+3
| | | | | | | Otherwise the device isn't auto detected by adb on windows. Change-Id: I147689233562c16b23353c67cf8646c14e5da378 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* BBB: enable CONFIG_FHANDLESamuli Piippo2016-02-241-0/+4
| | | | | | | | CONFIG_FHANDLE is required for systemd to start getty on a serial device (ttyO0). Change-Id: I8ae771fb2e95efa1c74073895d27c06672c8a5ef Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-093-28/+46
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* beaglebone: use source directory to build linux-mainline kernelSamuli Piippo2015-08-191-0/+1
| | | | | | | | | Build system uses separate build directory for kernels now, but beaglebone's linux-mainline recipes only works when built from the source directory. Change-Id: If18b47a31daf2dc4e4e5c1aab84978113b535ec7 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Performance analysis tools for LinuxSamuli Piippo2015-02-263-0/+294
| | | | | | | | | | | | | | | Build perf with DWARF unwinding support. Kernels older then 3.14 need to be patched to add ARM support. Kernels for tibidabo (3.0) and imx53 (2.6) are too old and would require more patches to be backported, so they are left without unwinding support. RPi needed extra layer to modify the kernel recipe, and linux-imx recipe was renamed so that it doesn't conflict with older tibidabo kernel recipe. Change-Id: Ic8331f8feeace67b32a5ce99ffd3fda517d595d1 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-242-2/+2
| | | | | | | | | | | | | | | | | | * 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
* bbb: use boneblack u-boot config for eMMC storageSamuli Piippo2014-10-022-0/+6
| | | | | | | | | | | The boneblack u-boot config adds support for environment storage in eMMC. Kernel image type is changed to zImage to reflect which is what the u-boot defaults to. For older versions of u-boot that try to use uImage, set extra u-boot arguments in uEnv.txt. Change-Id: I98bd37db41a7c80a1aa75e9ae53c1e00589fde64 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Move meta-beagleboard specific files to separate layerSamuli Piippo2014-09-257-0/+343
Create new layer for recipes and files that required only when meta-beagleboard layer is used. For now, the bblayers.conf template still includes the new layer as well. Change-Id: I5e50067b8b6c7d480d3808a24e8acc2ace07b04b Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>