From ac9664c930d7a3236ac30d877cf0e9844d8ee7fe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 29 Sep 2008 16:54:34 +0000 Subject: Merged revisions 5310 via svnmerge from https://svn.o-hand.com/repos/poky/trunk ........ r5310 | richard | 2008-09-29 17:15:07 +0100 (Mon, 29 Sep 2008) | 1 line omap-3430: Generate jffs2 images ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5312 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/omap-3430ldp.conf | 3 ++- meta/conf/machine/omap-3430sdp.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/omap-3430ldp.conf b/meta/conf/machine/omap-3430ldp.conf index 4eb3ca3507..0be0546b80 100644 --- a/meta/conf/machine/omap-3430ldp.conf +++ b/meta/conf/machine/omap-3430ldp.conf @@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap" MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone" KERNEL_IMAGETYPE = "uImage" -IMAGE_FSTYPES ?= "tar.gz" +IMAGE_FSTYPES ?= "tar.gz jffs2" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" SERIAL_CONSOLE = "-L 115200 ttyS2" require conf/machine/include/tune-cortexa8.inc diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf index 2912c7abc0..5d87bd1483 100644 --- a/meta/conf/machine/omap-3430sdp.conf +++ b/meta/conf/machine/omap-3430sdp.conf @@ -8,7 +8,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-omap" MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" KERNEL_IMAGETYPE = "uImage" -IMAGE_FSTYPES ?= "tar.gz" +IMAGE_FSTYPES ?= "tar.gz jffs2" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" SERIAL_CONSOLE = "-L 115200 ttyS0" require conf/machine/include/tune-cortexa8.inc -- cgit v1.2.3-54-g00ecf