summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gpiod/0001-bindings-python-tests-disable-device-before-releasin.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-gpiod: update to v2.2.4Bartosz Golaszewski2025-02-121-49/+0
| | | | | | | | Bugfix release containing a fix for tests failing with recent kernels. This allows us to remove the patch we're carrying. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: fix ptest failureBartosz Golaszewski2025-02-041-0/+49
Linux kernel commit 8bd76b3d3f3a ("gpio: sim: lock up configfs that an instantiated device depends on") revealed an issue in libgpiod bindings tests where a GPIO simulator device is not disabled before removing its configfs entries. Add a patch (already submitted upstream) that fixes the observed ptest failures. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>