diff mbox series

[meta-python,1/3] python3-gpiod: Tests rely on configfs support in kernel

Message ID 20240229204633.1320488-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-python,1/3] python3-gpiod: Tests rely on configfs support in kernel | expand

Commit Message

Khem Raj Feb. 29, 2024, 8:46 p.m. UTC
Add a recommendation on configfs kernel module.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
index 0dbb38d200..d8c8628daa 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.1.3.bb
@@ -24,6 +24,7 @@  RDEPENDS:${PN}-ptest += " \
     libgpiod-ptest \
     python3-setuptools \
 "
+RRECOMMENDS:${PN}-ptest += "kernel-module-configfs"
 
 export LINK_SYSTEM_LIBGPIOD = "1"