summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-047-19/+19
| | | | | | | | | | This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-rpi-test: Add python3-sense-hat in a meta-python specific bbappendKhem Raj2020-11-251-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sense-hat: Move to dynamic-layersKhem Raj2020-11-251-0/+24
| | | | | | | | Only active when meta-python is in layermix, this recipe rdeps on python3-pillow, which comes from meta-python, until that moves to oe-core lets hide this recipe unless meta-python is used Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Define packageconfig to enable rpi pipelineMadhavan Krishnan2020-10-051-0/+2
| | | | | | | | libcamera middleware has supported many pipelines for video frames capturing. So defined the packageconfig, to enable the rpi pipeline and to capture frames using the rpi camera sensor. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
* lirc: Rename bbappend to match only version 0.10.1Leon Anavi2020-06-251-0/+0
| | | | | | | Rename LIRC bbappend file to match only version 0.10.1 because the applied patch is not compatible with older LIRC versions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* lirc_%.bbappend: Use lircd.service as in RaspbianLeon Anavi2020-06-242-0/+12
| | | | | | | | | | | Use lircd systemd service similar to the one in Raspbian. Start lircd with argument --nodaemon after lircd-setup.service. Edit device in /etc/lirc/lirc_options.conf to switch between receive and transmit modes (lircd must be restarted after such change). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* lirc: Move to dynamic-layersLeon Anavi2020-06-242-0/+180
| | | | | | | | | Move lirc to dynamic-layers/meta-python/recipes-connectivity/ to avoid related issues while building rpi-basic-image. Reported-by: Alan <engineer@iotexpert.com> Suggested-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* qtbase: Drop xkb packageconfigKhem Raj2020-04-031-1/+1
| | | | | | meta-qt5 master has dropped it too Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtbase: Append userland to rdeps iff vc4graphics is not enabledKhem Raj2020-03-311-1/+1
| | | | | | | This avoids adding unnessary dependency at runtime on userland graphics package when vc4 driver is used Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftool: Enable for rpi since default kernel is > 4.14 nowKhem Raj2019-08-281-3/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd: Disable for rpi machinesKhem Raj2019-07-281-0/+3
| | | | | | | | | | | | | | Its enabled in linux-raspberrypi modules in defconfig so we can ignore external driver for now, fixes ERROR: linux-raspberrypi-1_4.19.58+gitAUTOINC+d5dc848c98-r0 do_packagedata_setscene: The recipe linux-raspberrypi is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /mnt/a/yoe/build/tmp/pkgdata/raspberrypi3-64/runtime/kernel-module-drbd-4.19.58.packaged (matched in manifest-raspberrypi3_64-drbd.packagedata) /mnt/a/yoe/build/tmp/pkgdata/raspberrypi3-64/runtime/kernel-module-drbd-4.19.58 (matched in manifest-raspberrypi3_64-drbd.packagedata) Please verify which recipe should provide the above files. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtbase_%.bbappend: update PACKAGECONFIG name for xkbcommonFrancesco Giancane2019-04-171-1/+1
| | | | | | | As per [Qt 5.12.2 commit update](https://github.com/meta-qt5/meta-qt5/commit/28d4bfdf74ba9d66ad749fc7208ca8dc147a3927), xkbcommon-evdev PACKAGECONFIG option has been renamed to xkbcommon. This commit fixes BitBake QA: WARNING: qtbase-5.12.2+gitAUTOINC+856fb1ab44-r0 do_configure: QA Issue: qtbase: invalid PACKAGECONFIG: xkbcommon-evdev [invalid-packageconfig]
* qtbase: Enabel gbm always and add userland to dependsKhem Raj2019-03-051-1/+3
| | | | | | | When using userland graphics, we need to install both userland and mesa-gl to complete the stack needed to build wayland support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftool: Move under meta-oe dynamic layerKhem Raj2019-01-171-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>
* qtbase: Get eglfs/kms working with vc4graphicsKhem Raj2018-12-141-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>
* packagegroup-meta-oe.bbappend: remove bpftool for rpiKhem Raj2018-12-121-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dynamic-layers/qt5-layer: Append to oe-device-extra.pri instead of rewritingKhem Raj2018-12-121-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>