aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/lite5200.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-11 22:10:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-11 22:10:49 +0000
commit5a6386c53a0e4752b3fa8fd29cf1a8653d9030c6 (patch)
tree4d7f4201c42532ee6fee21be7e7cf2fdc0484b46 /conf/machine/lite5200.conf
parent79f476dc493d2566cd235760f874490478f9be1c (diff)
downloadopenembedded-5a6386c53a0e4752b3fa8fd29cf1a8653d9030c6.tar.gz
IMAGE_FSTYPE updates. Add new tar.bz2 and tar.gz image types so the compression format can be specified. Update tar references to tar.bz2. Update spitz and borzoi to correctly use tar.gz. ***Users of IMAGE_FSTYPE="tar" are advised to switch to tar.bz2***. tar is likely to become an uncompressed tarball at some point.
Diffstat (limited to 'conf/machine/lite5200.conf')
-rw-r--r--conf/machine/lite5200.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index e8cb819551..f990d1390e 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -14,6 +14,6 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
-IMAGE_FSTYPES = "jffs2 tar"
+IMAGE_FSTYPES = "jffs2 tar.bz2"
include conf/machine/tune-ppc603e.conf