summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
Commit message (Collapse)AuthorAgeFilesLines
* qtbase: Get eglfs/kms working with vc4graphicsKhem Raj2019-02-191-3/+3
| | | | | | | | - Drop enabling linuxfb, now we can get eglfs going - Enable kms and gbm feature when using vc4graphics driver - No need to set OE_QTBASE_EGLFS_DEVICE_INTEGRATION when using vc4graphics Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftool: Move under meta-oe dynamic layerKhem Raj2019-02-191-0/+3
| | | | | | | | | This helps to ignore dangling bbappend when meta-oe is not included in layer mix Fixes #366 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bbappend: remove bpftool for rpiKhem Raj2019-02-191-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dynamic-layers/qt5-layer: Append to oe-device-extra.pri instead of rewritingKhem Raj2019-02-191-1/+1
| | | | | | | This file is also populated by main qtbase recipe so honor those settings Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtbase: Do not define QT_QPA_DEFAULT_PLATFORMKhem Raj2018-12-011-1/+0
| | | | | | | leave this to distro since it is based on distro features and not machine features Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtbase_%.bbappend: Depend on userland packageKhem Raj2018-11-211-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtbase: Tackle the case when eglfs is to be usedKhem Raj2018-11-191-0/+17
| | | | | | | This provides out of box configuration for QT/eglfs use when x11/wayland arent used but plain EGLFS is in play Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "qtbase: Enable EGLFS support"Martin Jansa2017-10-021-3/+0
| | | | | | | | * this reverts commit 04b37dbdb79638b17a670280058400ffaf1b6ccb. * this makes qtbase and everything which depends on some qt* recipe to be effectivelly MACHINE_ARCH Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtbase: Enable EGLFS supportOtavio Salvador2017-09-271-0/+3
Change-Id: Ib96bd995091f6838f7c09cf5daedbf60f18e1a2d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>