diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-26 11:36:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-26 11:36:07 +0000 |
commit | cfb456954f1094397f59094063d1f50b42286099 (patch) | |
tree | d004031b67090f8bb1e2198166ecdf7491082f74 /conf | |
parent | 5cf37f01166d7d9927f19e4e86d2163d35c41ea9 (diff) |
native: set images to 'tar.gz' if not set
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/native.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |