summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/omap-3430ldp.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-29 16:15:07 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-29 16:15:07 +0000
commit07e880112b12d56a7c182df174ac5e75cd8605c0 (patch)
tree7e2666ce0d78bb1a09b9ec6b7c29401cd3a44b48 /meta/conf/machine/omap-3430ldp.conf
parent2d89305c190a448fffbf177c0ab0adb41e3ca51c (diff)
downloadpoky-07e880112b12d56a7c182df174ac5e75cd8605c0.tar.gz
omap-3430: Generate jffs2 images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5310 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/omap-3430ldp.conf')
-rw-r--r--meta/conf/machine/omap-3430ldp.conf3
1 files changed, 2 insertions, 1 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