summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-02-03 14:15:06 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-02-04 10:59:00 +0100
commitb88663b5d21c314468e1df857ab1f98a7fb86841 (patch)
tree942a34f5afe32d81b6df519f59b0954a797cace9 /recipes
parent82c7144c1c07cea8c00e97be7adb8e7ce76e64b4 (diff)
util-linux: add fstrim
Add the fstrim utility to Colibri T30 image. The utility allows to send trim commands to the underlaying flash translation layer, which allows too free not used flash sectors and those improve wear- leveling
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/trdx-extra.inc23
1 files changed, 13 insertions, 10 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 9526395..edeec6c 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -31,26 +31,25 @@ IMAGE_INSTALL_T20_T30 = " \
aspell \
"
-IMAGE_INSTALL_VF = " \
- iproute2 \
- canutils \
- mtd-utils-ubifs \
-"
-
-IMAGE_INSTALL_MACHINE_colibri-t20 = "${IMAGE_INSTALL_T20_T30} \
+IMAGE_INSTALL_MACHINE_colibri-t20 = " \
+ ${IMAGE_INSTALL_T20_T30} \
u-boot-fw-utils \
"
-IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30} \
+IMAGE_INSTALL_MACHINE_colibri-t30 = " \
+ ${IMAGE_INSTALL_T20_T30} \
fs-init \
+ util-linux-fstrim \
"
-IMAGE_INSTALL_MACHINE_apalis-t30 = "${IMAGE_INSTALL_T20_T30} \
+IMAGE_INSTALL_MACHINE_apalis-t30 = " \
+ ${IMAGE_INSTALL_T20_T30} \
pciutils \
iproute2 \
canutils \
lvds-ctrl \
fs-init \
+ util-linux-fstrim \
kernel-module-adv7180 \
kernel-module-max9526 \
kernel-module-tegra-v4l2-camera \
@@ -58,7 +57,11 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = "${IMAGE_INSTALL_T20_T30} \
kernel-module-videobuf2-memops \
"
-IMAGE_INSTALL_MACHINE_colibri-vf = "${IMAGE_INSTALL_VF}"
+IMAGE_INSTALL_MACHINE_colibri-vf = " \
+ iproute2 \
+ canutils \
+ mtd-utils-ubifs \
+"
IMAGE_INSTALL_MACHINE = ""