imx6: apalis: add missing jffs2reset to ramfs during sysupgrade
authorPetr Štetiar <ynezz@true.cz>
Tue, 16 Jul 2019 20:06:40 +0000 (22:06 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 17 Jul 2019 10:16:29 +0000 (12:16 +0200)
commit0711b515f635bc67e5096caaac1cb1386dd69e08
tree77421cc7d2656caea2f03c2c87ad5272e72d4d2c
parent5e9a6d08d298502907e72e854e2a0514b3637527
imx6: apalis: add missing jffs2reset to ramfs during sysupgrade

jffs2reset is used to cleanup the rootfs_data overlay, but it's
currently missing in the ramfs during sysupgrade leading to the
following error:

 Switching to ramdisk...
 Performing system upgrade...
 /lib/upgrade/do_stage2: line 27: jffs2reset: not found

Fixes: 2f1a11d0089c ("imx6: apalis: fix config survival after sysupgrade -n")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
target/linux/imx6/base-files/lib/upgrade/platform.sh