summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-29 16:54:34 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-29 16:54:34 +0000
commitac9664c930d7a3236ac30d877cf0e9844d8ee7fe (patch)
tree70574702dbf3e322065e8eac28aa58d923a85428
parentdcf7185bab814d2dea3192dd6d8d9243893f8fae (diff)
downloadpoky-ac9664c930d7a3236ac30d877cf0e9844d8ee7fe.tar.gz
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
-rw-r--r--meta/conf/machine/omap-3430ldp.conf3
-rw-r--r--meta/conf/machine/omap-3430sdp.conf3
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"
8 8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone" 9MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone"
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz" 11IMAGE_FSTYPES ?= "tar.gz jffs2"
12EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
12SERIAL_CONSOLE = "-L 115200 ttyS2" 13SERIAL_CONSOLE = "-L 115200 ttyS2"
13 14
14require conf/machine/include/tune-cortexa8.inc 15require 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"
8 8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" 9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz" 11IMAGE_FSTYPES ?= "tar.gz jffs2"
12EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
12SERIAL_CONSOLE = "-L 115200 ttyS0" 13SERIAL_CONSOLE = "-L 115200 ttyS0"
13 14
14require conf/machine/include/tune-cortexa8.inc 15require conf/machine/include/tune-cortexa8.inc