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 09:48:53 +0200
commitc9c96799dbb030262ac03f44067ee61ada93d93d (patch)
treed410a3cea93474e8540fdf250b39d6693b986b6b
parent3189355730d4dab560c9ecafe986f6b9524535b8 (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>
-rw-r--r--buildconf/local.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index cfd9cb7..e6a362b 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