From: Marcin Juszkiewicz Date: Sun, 26 Nov 2006 11:36:07 +0000 (+0000) Subject: native: set images to 'tar.gz' if not set X-Git-Tag: Release-2010-05/1~9453^2~285^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb456954f1094397f59094063d1f50b42286099;p=openembedded.git native: set images to 'tar.gz' if not set --- diff --git a/conf/machine/native.conf b/conf/machine/native.conf index d3c77bf9bd..04939da36e 100644 --- a/conf/machine/native.conf +++ b/conf/machine/native.conf @@ -11,3 +11,4 @@ ASSUME_PROVIDED += "virtual/gcc-initial virtual/gcc virtual/g++ virtual/libc vir ASSUME_PROVIDED += "binutils-cross" ASSUME_PROVIDED += "virtual/libiconv virtual/libintl virtual/libc" +IMAGE_FSTYPES ?= "tar.gz"