summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-04-29 18:45:00 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:07 +0200
commit49862bae41dc764bd54ba2860a62579afd9a07e8 (patch)
treef02c13ce6c44f22cf275b41d570d6508516dc956 /conf
parent3fc07b954725fb6bcf7528baf00a1d3ab6ae76a0 (diff)
colibri_vf: use new USB gadget library
Use new library libusbg with its automatic gadget configuration service. Also enable a console on USB gadget serial port (CDC ACM) which is ttyGS0 on device side.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-vf.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 3bc85e3..99d0094 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -35,7 +35,7 @@ PREFERRED_PROVIDER_virtual/libgl = "mesa"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
-SERIAL_CONSOLE = "115200 ttyLP0"
+SERIAL_CONSOLES = "115200;ttyLP0 115200;ttyGS0"
# don't pull in systemd 216 backported into meta-angstrom
PREFERRED_VERSION_systemd = "211%"