From 17b5c086939569ecfc3522b26c07c514d68451a1 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 30 Oct 2015 19:44:17 +0100 Subject: 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. --- buildconf/local.conf | 20 ++++++++++++++------ 1 file 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 -- cgit v1.2.3