summaryrefslogtreecommitdiff
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
commit735f0e1ad49fb2087c3387671b4c080b4a198d44 (patch)
tree6bd09422ff0f6e18ede75306d50bfdac389606ee
parent72e0465c3fe45b6e0a54f435fda18d49a4ee4420 (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.
-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