Fixed issue caused for the new Yocyo feature

(From meta-hpe rev: f42c9f4faf397a9899fc06a39af4f385867b3a5a)

Signed-off-by: Jorge Cisneros <jorge.cisneros@hpe.com>
Change-Id: I92ff13297b1b53b8e8ec5e4dd1916acd071ad356
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb b/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb
index a4543d6..8f5a627 100644
--- a/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc_5.7.bb
+++ b/meta-hpe/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"