diff options
-rw-r--r-- | conf/layer.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/README | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index a78de00..eec2324 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -22,7 +22,3 @@ LAYERDEPENDS_toradex-nxp-layer = " \ fsl-arm-extra \ toradex-bsp-common-layer \ " - -# This file need not exist, if it does it can be used to change the machine -# configuration -include conf/machine/include/${MACHINE}.inc diff --git a/conf/machine/include/README b/conf/machine/include/README index 0453a9f..52ea339 100644 --- a/conf/machine/include/README +++ b/conf/machine/include/README @@ -1 +1,2 @@ -The ${MACHINE}.inc files get included from this layers layer.conf +The ${MACHINE}.inc files net to get included from machine config or +local.conf. |