[oe] [meta-handheld][PATCH] motorola-ezx-base.inc: remove -n from EXTRA_IMAGECMD_jffs2

Andrea Adami andrea.adami at gmail.com
Tue Oct 15 21:28:04 UTC 2013


because it is already in IMAGE_CMD_jffs2 as default
in image_types.bbclass

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/motorola-ezx-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index d6bb42d..0bb9a5b 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -24,7 +24,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel"
 
 IMAGE_FSTYPES ?= "jffs2"
 JFFS2_ERASEBLOCK = "0x20000"
-EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=${JFFS2_ERASEBLOCK} -n"
+EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=${JFFS2_ERASEBLOCK}"
 
 # In order to enable UIBIFS add "uibi and ubifs"
 #IMAGE_FSTYPES += "ubi ubifs"
-- 
1.8.1.5




More information about the Openembedded-devel mailing list