summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-10-11 09:38:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-10-11 17:54:51 +0200
commit99b3efdefdd2440bf14a759e276f1d37a0c78680 (patch)
treefa130a46c59f635067e9b0bb5b8274f78db77538
parent685af3a137d9039daeb0c6cc4cbd6cc2697403ee (diff)
buildconf/local.conf: don't set any machine by default
Don't set a default machine so that a user has to explicitly choose what machine one builds for. Add a warning to not set MACHINE after the include ${MACHINE}.inc line. Related-to: ELB-4179 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit c9c96799dbb030262ac03f44067ee61ada93d93d)
-rw-r--r--buildconf/local.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 0c9dbb3..ff81285 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -23,7 +23,7 @@
#MACHINE ?= "apalis-imx8x"
#MACHINE ?= "apalis-tk1"
#
-MACHINE ?= "colibri-imx6"
+#MACHINE ?= "colibri-imx6"
#MACHINE ?= "colibri-imx6ull"
#MACHINE ?= "colibri-imx6ull-emmc"
#MACHINE ?= "colibri-imx7"
@@ -276,3 +276,5 @@ DISTRO ?= "tdx-xwayland"
# This file does not need to exist, if it does it can be used to influence machine specific
# configurations without copying the machine file.
include conf/machine/include/${MACHINE}.inc
+
+# DO NOT SET THE MACHINE AFTER THE ABOVE INCLUDE