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 | openembedded-core-07e880112b12d56a7c182df174ac5e75cd8605c0.tar.gz openembedded-core-07e880112b12d56a7c182df174ac5e75cd8605c0.tar.bz2 openembedded-core-07e880112b12d56a7c182df174ac5e75cd8605c0.zip |
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" 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 |