Fixed issue caused for the new Yocyo feature

Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com>
Change-Id: Ife6f16ad03437dc8622444050cfb9f4c15ff9c31
diff --git a/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb b/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb
index a4543d6..8f5a627 100644
--- a/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb
+++ b/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb
@@ -6,3 +6,7 @@
 
 SRC_URI += "file://phosphor-gpio-keys.scc"
 SRC_URI += "file://phosphor-gpio-keys.cfg"
+
+# OpenBMC loads in kernel features via other mechanisms so this check
+# in the kernel-yocto.bbclass is not required
+KERNEL_DANGLING_FEATURES_WARN_ONLY="1"