From 4ef8f82e5db28f50901ce87f7ce786675aee6adf Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 18 Jul 2018 00:04:25 +0200 Subject: zaurus.inc: do not use ubi/ubifs for collie images The creations fails because there are not enough eraseblocks. We could put some check about the size but ubi on collie NOR is tight... just disable it. Signed-off-by: Andrea Adami Signed-off-by: Paul Eggleton --- conf/machine/include/zaurus.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/include/zaurus.inc') diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index a44a437..99c2bff 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -3,6 +3,7 @@ ######################## IMAGE_FSTYPES ?= "tar.gz jffs2 jffs2.sum ubi ubifs" +IMAGE_FSTYPES_collie ?= "tar.gz jffs2 jffs2.sum" JFFS2_SUM_EXTRA_ARGS = "-p -l -e ${JFFS2_ERASEBLOCK} -n" INITRAMFS_FSTYPES ?= "cpio.gz cpio.xz" -- cgit 1.2.3-korg