treewide: make linux v5.10 a hard requirement for libgpiod
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 26 Oct 2020 10:12:16 +0000 (11:12 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 26 Oct 2020 10:19:59 +0000 (11:19 +0100)
commit21f77442516b4fbb1b6e605189eb7537bdfc3179
tree849599ae513a299a4a9f0c14adbc4c31bf429efd
parentaefe16f598ba98add1dda365843656c938e2b90d
treewide: make linux v5.10 a hard requirement for libgpiod

The library now uses v2 of the GPIO uAPI. The new user interface is
scheduled for release as part of linux v5.10. Linux v5.10-rc1 is now
tagged so make v5.10 headers a requirement for the build and update
all tests to check for the correct version.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/tests/gpiod-cxx-test.cpp
bindings/python/tests/gpiod_py_test.py
configure.ac
tests/gpiod-test.c
tests/mockup/gpio-mockup.c