diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-09 12:23:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-09 12:23:53 +0000 |
commit | 45e943b2847802ed8600ad471b870e7a732f6a78 (patch) | |
tree | 24a6cbc63b0bb225b485cbcd85bb688681cc9ecc /conf/machine/triton.conf | |
parent | 39f91766eaca3808c750a5576ff156fcc6cba16e (diff) |
conf/machine/: Add jffs2 as default image for embedded boards and vendor machines.
* Based on the list provided by Richard Purdie, skipping devices (pocketpc and
palms), ports of which are completely generic and jffs2 is completely not a better
choice than any other.
Diffstat (limited to 'conf/machine/triton.conf')
-rw-r--r-- | conf/machine/triton.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf index 2dbe3ea863..0275f6b2f5 100644 --- a/conf/machine/triton.conf +++ b/conf/machine/triton.conf @@ -8,6 +8,7 @@ PREFERRED_PROVIDER_virtual/kernel = "triton-kernel" BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel" +IMAGE_FSTYPES ?= "jffs2" EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n" EXTRA_IMAGEDEPENDS = "" SERIAL_CONSOLE = "38400 ttyS0" |