summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-043-5/+5
| | | | | | | | | | 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>
* 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>