From 99b3efdefdd2440bf14a759e276f1d37a0c78680 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 11 Oct 2021 09:38:54 +0200 Subject: 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 (cherry picked from commit c9c96799dbb030262ac03f44067ee61ada93d93d) --- buildconf/local.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3