commit | f42c9f4faf397a9899fc06a39af4f385867b3a5a | [log] [tgz] |
---|---|---|
author | Jorge Cisneros <jorge.cisneros@hpe.com> | Wed Sep 09 19:44:33 2020 +0000 |
committer | Jorge Cisneros <jorge.cisneros@hpe.com> | Wed Sep 09 19:44:33 2020 +0000 |
tree | d99bc96ea521bf901ba847e16062e61361db40f1 | |
parent | 32ae68cd72e95760e004fa6443278e4e703535c0 [diff] |
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"