mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +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 \
|
bash \
|
||||||
${@bb.utils.contains('PTEST_ENABLED', '1', 'shunit2', '', d)} \
|
${@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() {
|
do_install_ptest:append() {
|
||||||
install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/
|
install -m 0755 ${S}/tools/gpio-tools-test.bash ${D}${PTEST_PATH}/tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user