summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-23 00:30:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:28 +0200
commite532fbe28d3afb41dba5917094994f4222e793b7 (patch)
tree48537da306926e89caed42de7445244a7f96f956 /buildconf/local.conf
parentaad36e16c11785fc57a76685cf5b3631b69b6ec2 (diff)
buildconf/bblayers.conf: integrate watatuki's meta-jetson-tk1
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf19
1 files changed, 10 insertions, 9 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index d6101d7..d4f1b83 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -33,23 +33,24 @@ PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.
+# Enable a serial console on the USB CDC ACM ttyGS0 too
+SERIAL_CONSOLES_colibri-vf = "115200;ttyLP0 115200;ttyGS0"
+
#
# Machine Selection
#
# 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 ?= "apalis-imx6"
+#MACHINE ?= "apalis-t30"
+#MACHINE ?= "apalis-tk1"
+#
+#MACHINE ?= "colibri-imx6"
+#MACHINE ?= "colibri-imx7"
MACHINE ?= "colibri-t20"
#MACHINE ?= "colibri-t30"
#MACHINE ?= "colibri-vf"
-#MACHINE ?= "colibri-imx6"
-#MACHINE ?= "colibri-imx7"
-
-#MACHINE ?= "apalis-t30"
-#MACHINE ?= "apalis-imx6"
-
-# Enable a serial console on the USB CDC ACM ttyGS0 too
-SERIAL_CONSOLES_colibri-vf = "115200;ttyLP0 115200;ttyGS0"
#
# There are also a selection of emulated machines available which can boot and run
@@ -248,7 +249,7 @@ INHERIT += "rm_work"
# Add Toradex source mirror
INHERIT += "toradex-mirrors"
-# Use this distro
+# Use this distro (filename from meta-angstrom/conf/distro/xx.conf)
DISTRO = "angstrom-v2015.12"
# What image type(s) are to be built?