tools: tests: update the kernel version required to run tests
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 31 Mar 2023 08:53:46 +0000 (10:53 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 31 Mar 2023 09:14:20 +0000 (11:14 +0200)
The v5.16 kernel requirement is a leftover from when the tests were
developed to work with gpio-sim before the module was actually released
in v5.17. Update the kernel requirement to v5.17.4 which includes fixes
to set/get_multiple() callbacks in gpio-sim.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpio-tools-test

index 6d10b6569dd45f9d11898a9bbea9481648376e54..5b6c72e5afb8eaa7c0de8a216bad03f73d35551d 100755 (executable)
@@ -2,8 +2,7 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 # SPDX-FileCopyrightText: 2017-2021 Bartosz Golaszewski <bartekgola@gmail.com>
 
-# Switch to v5.17.0 once released
-MIN_KERNEL_VERSION="5.16.0"
+MIN_KERNEL_VERSION="5.17.4"
 BATS_SCRIPT="gpio-tools-test.bats"
 SOURCE_DIR="$(dirname ${BASH_SOURCE[0]})"