diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-03-29 12:11:19 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-01 10:11:35 +0200 |
commit | 4c3d917a9ba78356f3b1cf181fc0d5337dc42c27 (patch) | |
tree | 0e3ad3ba2826e10343c43d2d42d10a36805c7ff2 /recipes/images/trdx-extra.inc | |
parent | 19530496e2578c003dbe76a0a217621febe9cae4 (diff) |
images: add Apalis iMX6
Diffstat (limited to 'recipes/images/trdx-extra.inc')
-rw-r--r-- | recipes/images/trdx-extra.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 65df183..dc7871d 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -68,6 +68,20 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = " \ kernel-module-fusion-f0710a \ " +IMAGE_INSTALL_MACHINE_apalis-imx6 = " \ + curl \ + file \ + aspell \ + pciutils \ + iproute2 \ + canutils \ + fs-init \ + e2fsprogs \ + e2fsprogs-mke2fs \ + e2fsprogs-tune2fs \ + mimetypes \ +" + IMAGE_INSTALL_MACHINE_colibri-vf = " \ gpioconfig \ ptpd \ |