From b4a589e196d7652558797a422a8f1f05b0977b5a Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 16 Jul 2014 12:26:55 +0200 Subject: [PATCH] sysvinit: generalize using platform family https://jira.digi.com/browse/DEL-1105 Signed-off-by: Javier Viguera --- .../recipes-core/sysvinit/sysvinit_2.88dsf.bbappend | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 f321ba772..1ba2f0924 100644 --- a/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend +++ b/meta-digi-dey/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend @@ -6,14 +6,7 @@ do_install_append() { update-rc.d -f -r ${D} bootlogd remove } -do_install_append_ccimx6adpt() { - cat >> ${D}${sysconfdir}/default/rcS <<-EOF - # Resize EXT4 filesystems to the size of the partition on boot - RESIZE_EXT4FS=yes - EOF -} - -do_install_append_ccimx6sbc() { +do_install_append_ccimx6() { cat >> ${D}${sysconfdir}/default/rcS <<-EOF # Resize EXT4 filesystems to the size of the partition on boot RESIZE_EXT4FS=yes