From: Denys Dmytriyenko Date: Fri, 13 Mar 2009 16:18:27 +0000 (-0400) Subject: minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting X-Git-Tag: Release-2010-05/1~3796^2~104^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8633d77524ab84aee932b5fef6c2823a8409c7c5;p=openembedded.git minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting --- diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index b5f7ddc1e4..196018b431 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -43,7 +43,7 @@ INHERIT += "packaged-staging" ############################################################################# # Chose the packaging system INHERIT += "package_ipk" -IMAGE_FSTYPES = "tar.gz jffs2" +IMAGE_FSTYPES ?= "tar.gz jffs2" require conf/distro/include/sane-feed.inc PREFERRED_PKG_FORMAT ?= "ipk"