summaryrefslogtreecommitdiffstats
path: root/configs/beaglebone_qt5_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* beaglebone_qt5_defconfig: use gcc 5.xLothar Felten2017-08-111-0/+1
| | | | | | | | The linux 4.1 kernel does not compile with gcc 6.x. The compiler version is now fixed to 5.x until a new kernel is used. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZESamuel Martin2017-07-091-1/+1
| | | | | | | | | | | | | | This change deprecates the ext2/3/4 rootfs size in blocks symbol in favor of one that mimic the fs-size argument behavior of mkfs (i.e. size in a human readable format accepting k, m, g or t suffix or their upper-case variants). This change also updates the defconfigs that used to set BR2_TARGET_ROOTFS_EXT2_BLOCKS symbol. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/beaglebone_qt5_defconfig: fix kernel buildThomas Petazzoni2017-05-071-1/+1
| | | | | | | | | | | | | | | | | | In commit 4b2440b7dcc68369548c0f2be6984fe645fc6bb0 ("beaglebone: add DT for BeagleBone Green"), both beaglebone_defconfig and beaglebone_qt5_defconfig were updated to add "am335x-bonegreen" to the list of Device Tree files to be produced. However, beaglebone_qt5_defconfig uses an older kernel version than beaglebone_defconfig, in which am335x-bonegreen doesn't exist. Therefore, revert the change on beaglebone_qt5_defconfig. Fixes: https://gitlab.com/buildroot.org/buildroot/builds/15762182 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: drop Qt/Qt5 license approval optionYann E. MORIN2017-04-291-1/+0
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/beaglebone_qt5: increase size of ext4 filesystem imageMichael Trimarchi2017-04-081-0/+1
| | | | | | | | | | | In commit c6bca8cef0310bc649240b451989457ce94a8358, the auto-calculation logic of the ext4 filesystem size was removed. The default size of 60MB is too small for the beaglebone_qt5_defconfig, should it should be increased. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* beaglebone: add DT for BeagleBone GreenMatthias Fritzsche2017-04-051-1/+1
| | | | | Signed-off-by: Matthias Fritzsche <txt.file@txtfile.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* beaglebone: defconfigs: u-boot needs dtcPeter Korsgaard2016-10-191-0/+1
| | | | | | | Fixes: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/168763221 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beaglebone: defconfigs: select ext4 as rootfsLothar Felten2016-10-181-0/+1
| | | | | | | | | 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>
* configs/beaglebone_qt5: new defconfigLothar Felten2016-10-151-0/+41
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>
OpenPOWER on IntegriCloud