summaryrefslogtreecommitdiff
path: root/recipes/images/trdx-extra.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-24 09:36:23 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-26 14:05:14 +0200
commitbdca1beefc8cc510c0252b657983302dad1033d9 (patch)
tree626e81806cbcd75fba1d08d7509b8e0fb92a7fc2 /recipes/images/trdx-extra.inc
parent540cc22ffd5104b52392cc5376045f8b3ba1d22e (diff)
fs-init: add recipe to extend rootfs partition on eMMC
- on Colbri/Apalis T30 the rootfs is downloaded in a minimum size. On first boot this filesystem is resized to fill its full partion. This slows down IO responsivness during the first 5 minutes.
Diffstat (limited to 'recipes/images/trdx-extra.inc')
-rw-r--r--recipes/images/trdx-extra.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index d797615..20196af 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -12,14 +12,20 @@ IMAGE_INSTALL_T20_T30 = " \
"
IMAGE_INSTALL_MACHINE_colibri-t20 = "${IMAGE_INSTALL_T20_T30}"
-IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30}"
+
+IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30} \
+ fs-init \
+"
+
IMAGE_INSTALL_MACHINE_apalis-t30 = "${IMAGE_INSTALL_T20_T30} \
pciutils \
iproute2 \
canutils \
lvds-ctrl \
+ fs-init \
"
+
IMAGE_INSTALL_MACHINE = ""
IMAGE_INSTALL += " \