summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-30 19:44:17 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-10-30 19:44:17 +0100
commit17b5c086939569ecfc3522b26c07c514d68451a1 (patch)
treea80d98113c72f90821a463633f0de47f83485838 /buildconf/local.conf
parent361c1121e1daf98f16d1d96a63e5e7675a8ab791 (diff)
local.conf: List Toradex machines explicitly
List all Toradex machines explicitly while still selecting Colibri T20 by default. Move selection of Qemu targets after our machines.
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf20
1 files changed, 14 insertions, 6 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index ca0ac1a..31fc23c 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -36,18 +36,26 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
#
# Machine Selection
#
-# You need to select a specific machine to target the build with. There are a selection
-# of emulated machines available which can boot and run in the QEMU emulator:
+# You need to select a specific machine to target the build with. These are the
+# machines which for the Toradex Colibri and Apalis computer on module families
+#
+MACHINE ?= "colibri-t20"
+#MACHINE ?= "colibri-t30"
+#MACHINE ?= "colibri-vf"
+#MACHINE ?= "colibri-imx6"
+
+#MACHINE ?= "apalis-t30"
+#MACHINE ?= "apalis-imx6"
+
+#
+# There are also a selection of emulated machines available which can boot and run
+# in the QEMU emulator:
#
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"
-#
-# This sets the default machine to be qemux86 if no other machine is selected:
-MACHINE ??= "qemux86"
-MACHINE ?= "colibri-t20"
#
# Where to place downloads