diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2015-04-29 18:45:00 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-12 10:06:07 +0200 |
commit | 6e413ca5ad7b465813ad1a2414167c8ee3356c4e (patch) | |
tree | 1b2b97be68a6fec9145a9ba481c1aa9c50454b8f /recipes/images/trdx-extra.inc | |
parent | 18df6079ce7362b95b7c6ad68a0c30777aa521b4 (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 'recipes/images/trdx-extra.inc')
-rw-r--r-- | recipes/images/trdx-extra.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |