summaryrefslogtreecommitdiff
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-14 00:38:42 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-23 22:15:42 +0100
commitdd1adb246408962866131294cf8861be0d8c711a (patch)
treee48c70374cf958df0b3333706f0fcc8ea51215a8 /conf/layer.conf
parent4e9dadb4c9447a6e0837409fd3055bf3e4c36dfc (diff)
layer.conf: remove machine include
If the user defines the machine to build in local.conf the environment variable ${MACHINE} is not available when conf/layer.conf gets parsed. Remove the include in favor of including from local.conf. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 0 insertions, 4 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