diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2018-07-18 00:04:25 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-07-20 10:00:51 +0200 |
commit | 4ef8f82e5db28f50901ce87f7ce786675aee6adf (patch) | |
tree | a799acc6027475a40bed957f834fbfa0b817950d /conf/machine/include/zaurus.inc | |
parent | 09f43c3fa7bd1295e7a3e8ad9d20688f3317525f (diff) | |
download | meta-handheld-4ef8f82e5db28f50901ce87f7ce786675aee6adf.tar.gz |
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 <andrea.adami@gmail.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf/machine/include/zaurus.inc')
-rw-r--r-- | conf/machine/include/zaurus.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |