summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-19 14:37:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:27 +0200
commit13f753c7eb522e05ca41711882427730fd78c723 (patch)
treef5847455a46be2721ae1db67d17bedfd892514dc
parentaff423428a99ad29764b93fe0ef90b6cffcf670d (diff)
apalis-imx6: image: add packages
u-boot-fw-utils allows for U-Boot environmenmt access from Linux gpio-export exports the unused GPIOs usb-rndis sets up RNDIS and a DHCP server on the usb0 NIC
-rw-r--r--recipes/images/trdx-extra.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 1bee3a3..08241b9 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -65,7 +65,12 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = " \
kernel-module-fusion-f0710a \
"
+#note that the kernel-modules meta package gets installed from
+#meta-fsl-arm/conf/machine/include/imx-base.inc
IMAGE_INSTALL_MACHINE_apalis-imx6 = " \
+ u-boot-toradex-fsl-fw-utils \
+ usb-rndis-systemd \
+ gpio-export \
curl \
file \
aspell \