mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libgpiod: Tests rely on configfs support in kernel
Add a recommendation on configfs kernel module. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user