From 0d5f1bc01c6e8793490cf39e7f957bfe34ed1750 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 21 Apr 2017 17:52:34 -0700 Subject: buildconf: do not add extra console for Colibri VFxx Since commit ef66b5819da4 ("images: use next generation libusbgx USB Gadget library") the gadget library no longer adds a USB CDC ACM device which can be used as a serial console. Remove the extra serial console from local.conf. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- buildconf/local.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 6f8ffff..a84a613 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -37,9 +37,6 @@ 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 # -- cgit v1.2.3