fix(netmodule-am64xx-k3r5.inc): remove sanity checks for am64xx rtcore
The sanity checks only applies for linux cores. id:397918
This commit is contained in:
parent
cfd63890a7
commit
8ab4fd47df
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue