diff --git a/layers/meta-netmodule-coreos-bsp/conf/machine/include/netmodule-am64xx-k3r5.inc b/layers/meta-netmodule-coreos-bsp/conf/machine/include/netmodule-am64xx-k3r5.inc index 5b4d69c..53cb775 100644 --- a/layers/meta-netmodule-coreos-bsp/conf/machine/include/netmodule-am64xx-k3r5.inc +++ b/layers/meta-netmodule-coreos-bsp/conf/machine/include/netmodule-am64xx-k3r5.inc @@ -1,5 +1,5 @@ # This file contains the part of the configuration that is common to all -# board based on the Gemini platform and that are the Cortex-A53 core. +# board based on the Gemini platform and that are the Cortex-R5 core. require conf/machine/include/k3r5.inc require conf/machine/include/netmodule-am64xx-common.inc @@ -7,3 +7,6 @@ require conf/machine/include/netmodule-am64xx-common.inc SYSFW_SOC = "am64x" SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "gp" + +# Sanity checks don't apply for real time cores +INHERIT:remove = "coreos-sanity"