From 8ab4fd47df1d7444b065964068354ad8b0811807 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 4 Dec 2023 14:55:48 +0100 Subject: [PATCH] fix(netmodule-am64xx-k3r5.inc): remove sanity checks for am64xx rtcore The sanity checks only applies for linux cores. id:397918 --- .../conf/machine/include/netmodule-am64xx-k3r5.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"