git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027f335
)
Added jffs2 image support to openslug
author
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 08:46:09 +0000
(08:46 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 08:46:09 +0000
(08:46 +0000)
BKrev: 419b0fd1pv6rQVJvS0K3p2eKZbMshg
conf/distro/openslug.conf
patch
|
blob
|
history
diff --git
a/conf/distro/openslug.conf
b/conf/distro/openslug.conf
index
880790a
..
b8ec8df
100644
(file)
--- a/
conf/distro/openslug.conf
+++ b/
conf/distro/openslug.conf
@@
-7,7
+7,10
@@
TARGET_OS = "linux-uclibc"
INHERIT += " package_ipk debian nslu2_flashimg"
-IMAGE_FSTYPE = "ext2.gz"
+IMAGE_FSTYPES = "ext2.gz jffs2"
+
+EXTRA_IMAGECMD_ext2.gz = "-f ${IMAGE_DEVICE_TABLE}"
+EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${IMAGE_DEVICE_TABLE}"
BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel module-init-tools"
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbnet kernel-module-usbserial \