summaryrefslogtreecommitdiff
path: root/conf/machine
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/machine
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/machine')
-rw-r--r--conf/machine/include/README3
1 files changed, 2 insertions, 1 deletions
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.