diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-11 22:10:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-11 22:10:49 +0000 |
commit | 5a6386c53a0e4752b3fa8fd29cf1a8653d9030c6 (patch) | |
tree | 4d7f4201c42532ee6fee21be7e7cf2fdc0484b46 /conf/distro | |
parent | 79f476dc493d2566cd235760f874490478f9be1c (diff) |
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/distro')
-rw-r--r-- | conf/distro/jlime.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/jlime.conf b/conf/distro/jlime.conf index 4f4ecd42af..f1cda8d539 100644 --- a/conf/distro/jlime.conf +++ b/conf/distro/jlime.conf @@ -35,7 +35,7 @@ PREFERRED_VERSION_xserver-kdrive = "20050207" INHERIT += "package_tar package_ipk" BBINCLUDELOGS = "yes" MODUTILS = "26" -IMAGE_FSTYPES = "tar" +IMAGE_FSTYPES = "tar.bz2" BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs ncurses nano virtual/kernel wireless-tools console-tools" BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs ncurses nano wireless-tools \ |