diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-29 13:32:48 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-29 14:40:25 -0800 |
| commit | 57b9cb2d5d7bf122f3e28bd98a65c4324afceaff (patch) | |
| tree | fdff43f4fb849e58fd73865a9d46013719505087 | |
| parent | e8778f71f797a15f94c094dc1b59d86f68ef9b5b (diff) | |
| download | meta-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.bb | 2 |
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 | " |
| 27 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim" | 27 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-sim kernel-module-configfs" |
| 28 | 28 | ||
| 29 | do_install_ptest:append() { | 29 | do_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/ |
