diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 12:10:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 12:10:38 +0000 |
commit | bae63d32a229ae899997521980b28ac3cf0c2b71 (patch) | |
tree | 56d696882bf8dc90dc3fd6b481b4212537e40de1 /meta/conf/machine/spitz.conf | |
parent | c67f4bc8202417875f3a4878047fde3e561582be (diff) | |
download | openembedded-core-bae63d32a229ae899997521980b28ac3cf0c2b71.tar.gz openembedded-core-bae63d32a229ae899997521980b28ac3cf0c2b71.tar.bz2 openembedded-core-bae63d32a229ae899997521980b28ac3cf0c2b71.zip |
conf/machines: Set IMAGE_FSTYPE correctly for each machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@533 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/spitz.conf')
-rw-r--r-- | meta/conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index f78dd7a3b9..f8b0572b42 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf @@ -11,7 +11,7 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += "" # Useful things for the built-in Harddisk BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" -IMAGE_FSTYPES = "jffs2 tar.gz" +IMAGE_FSTYPES ?= "tar.gz" ROOT_FLASH_SIZE = "100" # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |