summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-extra.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-29 12:03:37 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:35 +0200
commit1cc1be0988541e91882fa3ca371ef6ff25c562ac (patch)
treefc806a632f50d4e4901843fe5e0df293af7fafc4 /recipes/images/trdx-extra.inc
parentc03638566d14fbd094f3a5d02655b3c1046c4108 (diff)
images: add e2fsprogs to eMMC modules, fstrim
Diffstat (limited to 'recipes/images/trdx-extra.inc')
-rw-r--r--recipes/images/trdx-extra.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 86ba9dd..65df183 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -40,7 +40,9 @@ IMAGE_INSTALL_MACHINE_colibri-t20 = " \
IMAGE_INSTALL_MACHINE_colibri-t30 = " \
${IMAGE_INSTALL_T20_T30} \
fs-init \
- util-linux-fstrim \
+ e2fsprogs \
+ e2fsprogs-mke2fs \
+ e2fsprogs-tune2fs \
kernel-module-fusion-f0710a \
"
@@ -52,7 +54,9 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = " \
canutils \
lvds-ctrl \
fs-init \
- util-linux-fstrim \
+ e2fsprogs \
+ e2fsprogs-mke2fs \
+ e2fsprogs-tune2fs \
kernel-module-adv7180 \
kernel-module-max9526 \
kernel-module-ov7670soc \
@@ -109,6 +113,7 @@ IMAGE_INSTALL += " \
mtd-utils \
udisks \
dosfstools \
+ util-linux-fstrim \
\
devmem2 \
evtest \