aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/zaurus-2.6.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-01-27 14:13:36 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-01-27 14:13:36 +0000
commit33c52495f6a3defd15779b714cf05a7a1d5349f5 (patch)
treef73a318d5b6c01b76938f147bcc8db11251e668f /conf/machine/include/zaurus-2.6.conf
parent07ab528827d8e6d9382f52b6b41ba29a92d4bcdd (diff)
downloadopenembedded-33c52495f6a3defd15779b714cf05a7a1d5349f5.tar.gz
zaurus machines includes: Fix jffs2 image generation to end in .jffs2 to fix magic symlinks, correctly set akita eraseblock size (removes empty flash warnings upon boot), remove temp images from saving some diskspace, generally clean up clamshell file (from poky)
Diffstat (limited to 'conf/machine/include/zaurus-2.6.conf')
-rw-r--r--conf/machine/include/zaurus-2.6.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-2.6.conf b/conf/machine/include/zaurus-2.6.conf
index 45d8891b44..4e9e6a2ad9 100644
--- a/conf/machine/include/zaurus-2.6.conf
+++ b/conf/machine/include/zaurus-2.6.conf
@@ -6,7 +6,10 @@ PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
MACHINE_KERNEL_VERSION = "2.6"
-EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n"
+ERASEBLOCKSIZE = "0x4000"
+ERASEBLOCKSIZE_akita = "0x20000"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=${ERASEBLOCKSIZE} --pad --faketime -n"
IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}"