diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-29 16:15:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-29 16:15:07 +0000 |
commit | 07e880112b12d56a7c182df174ac5e75cd8605c0 (patch) | |
tree | 7e2666ce0d78bb1a09b9ec6b7c29401cd3a44b48 /meta/conf | |
parent | 2d89305c190a448fffbf177c0ab0adb41e3ca51c (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/omap-3430ldp.conf | 3 | ||||
-rw-r--r-- | 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" | |||
8 | 8 | ||
9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone" | 9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone" |
10 | KERNEL_IMAGETYPE = "uImage" | 10 | KERNEL_IMAGETYPE = "uImage" |
11 | IMAGE_FSTYPES ?= "tar.gz" | 11 | IMAGE_FSTYPES ?= "tar.gz jffs2" |
12 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | ||
12 | SERIAL_CONSOLE = "-L 115200 ttyS2" | 13 | SERIAL_CONSOLE = "-L 115200 ttyS2" |
13 | 14 | ||
14 | require conf/machine/include/tune-cortexa8.inc | 15 | 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" | |||
8 | 8 | ||
9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" | 9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" |
10 | KERNEL_IMAGETYPE = "uImage" | 10 | KERNEL_IMAGETYPE = "uImage" |
11 | IMAGE_FSTYPES ?= "tar.gz" | 11 | IMAGE_FSTYPES ?= "tar.gz jffs2" |
12 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | ||
12 | SERIAL_CONSOLE = "-L 115200 ttyS0" | 13 | SERIAL_CONSOLE = "-L 115200 ttyS0" |
13 | 14 | ||
14 | require conf/machine/include/tune-cortexa8.inc | 15 | require conf/machine/include/tune-cortexa8.inc |