summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-29 13:32:48 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-29 14:40:25 -0800
commit57b9cb2d5d7bf122f3e28bd98a65c4324afceaff (patch)
treefdff43f4fb849e58fd73865a9d46013719505087
parente8778f71f797a15f94c094dc1b59d86f68ef9b5b (diff)
downloadmeta-openembedded-57b9cb2d5d7bf122f3e28bd98a65c4324afceaff.tar.gz
libgpiod: Tests rely on configfs support in kernel
Add a recommendation on configfs kernel module. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb
index 1e92d00790..33df709a63 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb
@@ -24,7 +24,7 @@ RDEPENDS:${PN}-ptest += " \
24 bash \ 24 bash \
25 ${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \ 25 ${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \
26" 26"
27RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim" 27RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs"
28 28
29do_install_ptest:append() { 29do_install_ptest:append() {
30 install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/ 30 install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/