From ef66b5819da45ff4a05b2bd9e0387cddf1292e16 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 2 Feb 2017 17:39:20 -0800 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-images/images/trdx-extra.inc | 6 +++--- 1 file 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 \ -- cgit v1.2.3