summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2008-06-29 10:24:19 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-29 10:24:19 +0000
commit3427f7ae31588df11f83872c92edda4e54ccf9b4 (patch)
tree12fbf6706bb05734d7c778aea6e4a4ad5a017bca
parent210fb1e4403fb7abb9d767fa29fbe7bd70448dd6 (diff)
beagleboard, omap3evm: provide EXTRA_IMAGECMD_jffs2 to supress CLEANMARKER nodes since we are preparing images for nand
-rw-r--r--conf/machine/beagleboard.conf1
-rw-r--r--conf/machine/omap3evm.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 6b1d3d4dc0..85ce4c76a7 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -19,6 +19,7 @@ include conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES += "tar.bz2 jffs2"
+EXTRA_IMAGECMD_jffs2 = "-lnp "
# Guesswork
SERIAL_CONSOLE = "115200 ttyS2"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 5eb5c897c5..05cd3fe448 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -16,7 +16,7 @@ include conf/machine/include/tune-cortexa8.inc
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-EXTRA_IMAGECMD_jffs2 = "-lqnp "
+EXTRA_IMAGECMD_jffs2 = "-lnp "
SERIAL_CONSOLE = "115200 ttyS0"