From 6c96b14f9909e1fea117e2a9b526d0ef1a621367 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Mon, 28 Apr 2014 16:03:23 +0200 Subject: [PATCH] meta-digi-dey: sysvinit: ccimx6sbc: Resize rootfs on boot. This is the same as for the ccimx6adpt. Signed-off-by: Alex Gonzalez --- .../recipes-core/sysvinit/sysvinit_2.88dsf.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend b/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend index 0e7e72490..607adc84c 100644 --- a/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend +++ b/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend @@ -18,3 +18,10 @@ do_install_append_ccimx6adpt() { RESIZE_EXT4FS=yes EOF } + +do_install_append_ccimx6sbc() { + cat >> ${D}${sysconfdir}/default/rcS <<-EOF + # Resize EXT4 filesystems to the size of the partition on boot + RESIZE_EXT4FS=yes + EOF +}