From 46eb101cf7ce6510adc732a347506f48c78a3fab Mon Sep 17 00:00:00 2001 From: "Signed-off-by: Bartosz Golaszewski" Date: Wed, 9 Jun 2021 21:30:30 +0200 Subject: Revert "libgpiod: ptest: warn if the gpio-mockup kernel module is not selected" This reverts commit 977c5f56198f075376f753b0b4178ecb35ad02ec. This recipe doesn't see the final value of KERNEL_FEATURES that the linux-yocto recipe uses - that's why this warning was always triggered if the gpio-mockup feature was not defined globally in this variable. The linux-yocto recipe pulls in gpio-mockup automatically if ptest is in DISTRO_FEATURES so we don't really needs thich check. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb index e53426e318..be5be2f8db 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb @@ -54,13 +54,6 @@ RRECOMMENDS_${PN}-ptest += "kernel-module-gpio-mockup" PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" do_install_ptest() { - if [ "${PREFERRED_PROVIDER_virtual/kernel}" = "linux-yocto" ] && \ - ${@bb.utils.contains('KERNEL_FEATURES', 'features/gpio/mockup.scc', 'false', 'true',d)}; then - bbwarn "libgpiod test-suites need the gpio-mockup -module and will not work without it. Consider adding -'features/gpio/mockup.scc' to KERNEL_FEATURES" - fi - install -d ${D}${PTEST_PATH}/tests # These are the core C library tests -- cgit 1.2.3-korg