aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/motorola-ezx-base.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-10-15 01:54:11 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-15 23:48:05 +0100
commit6e5d9b2c5006ec4c6241c9629cf9b4bd55a63bb7 (patch)
tree1b6f1bfd6db10b852c3cdabe36573f8e68527911 /conf/machine/include/motorola-ezx-base.inc
parent4e66e13e776ad0a36eb780a8ac7998dab682b585 (diff)
downloadmeta-handheld-6e5d9b2c5006ec4c6241c9629cf9b4bd55a63bb7.tar.gz
meta-handheld: use code in image_types.bbclass for JFFS2
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/include/motorola-ezx-base.inc')
-rw-r--r--conf/machine/include/motorola-ezx-base.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index f5d11a5..a84e189 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -29,7 +29,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel"
MODUTILS = "26"
IMAGE_FSTYPES ?= "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
+JFFS2_ERASEBLOCK = "0x20000"
+EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=${JFFS2_ERASEBLOCK} -n"
# In order to enable UIBIFS add "uibi and ubifs"
#IMAGE_FSTYPES += "ubi ubifs"