summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-02-02 17:39:20 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:31:39 +0200
commitef66b5819da45ff4a05b2bd9e0387cddf1292e16 (patch)
tree0c6ba7399c2761b013c4fd919eabf6d1873f6071
parent9bb2714e5c8757df8b9d7723a1dc7897455b45e2 (diff)
images: use next generation libusbgx USB Gadget library
Use libusbgx library for USB Gadget support. This allows to use OS Descriptor support for better interoperability with Windows operating systems. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/trdx-extra.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-images/images/trdx-extra.inc b/recipes-images/images/trdx-extra.inc
index f61d3af..31321fa 100644
--- a/recipes-images/images/trdx-extra.inc
+++ b/recipes-images/images/trdx-extra.inc
@@ -92,7 +92,7 @@ IMAGE_INSTALL_append_colibri-t20 = " \
#note that the kernel-modules meta package gets installed from
#meta-fsl-arm/conf/machine/include/imx-base.inc
IMAGE_INSTALL_append_mx6 = " \
- libusbg \
+ libusbgx \
linuxptp \
gpio-export \
curl \
@@ -124,7 +124,7 @@ IMAGE_INSTALL_append_apalis-imx6 = " \
IMAGE_INSTALL_append_vf = " \
linuxptp \
- libusbg \
+ libusbgx \
ptpd \
iproute2 \
canutils \
@@ -139,7 +139,7 @@ IMAGE_INSTALL_append_colibri-vf = " \
IMAGE_INSTALL_append_mx7 = " \
linuxptp \
- libusbg \
+ libusbgx \
curl \
file \
aspell \