From 57b9cb2d5d7bf122f3e28bd98a65c4324afceaff Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 Feb 2024 13:32:48 -0800 Subject: [PATCH] libgpiod: Tests rely on configfs support in kernel Add a recommendation on configfs kernel module. Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += " \ bash \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \ " -RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim" +RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs" do_install_ptest:append() { install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/