summaryrefslogtreecommitdiff
path: root/configs/beaglebone_qt5_defconfig
AgeCommit message (Collapse)Author
2016-10-19beaglebone: defconfigs: u-boot needs dtcPeter Korsgaard
Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/168763221 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-18beaglebone: defconfigs: select ext4 as rootfsLothar Felten
Select ext4 as root file system as the genimage config expects ext4 not ext2. Tested on beaglebone, beagleboneblack and AM335x EVM [Peter: reworded slightly] Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-15configs/beaglebone_qt5: new defconfigLothar Felten
Add a target configuration for the beaglebone that supports the SGX530 graphics acceleration and builds the qt5 demos with the eglfs backend. The imagination technologies demos and fbv are also included. The Linux kernel is based on the omap2plus defconfig, a config fragment adds the required settings for SGX accelerator support. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>