summaryrefslogtreecommitdiff
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
commit3c94266f8c2bc8694e5dcdf5031ed28de0a9583f (patch)
tree1cd90d9f0d5ee1841a55e99ca1f658ed3277effa
parente6f098011227ae0634c800b69767e8c656fc36a3 (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.
-rw-r--r--conf/machine/colibri-vf.conf2
-rw-r--r--recipes/images/trdx-extra.inc2
2 files changed, 2 insertions, 2 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%"
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 175c154..2ac0fc4 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -111,7 +111,7 @@ IMAGE_INSTALL_MACHINE_colibri-imx6 = " \
IMAGE_INSTALL_MACHINE_colibri-vf = " \
u-boot-toradex-fsl-fw-utils \
- usb-rndis-systemd \
+ libusbg \
gpioconfig \
ptpd \
iproute2 \