[oe-commits] Denys Dmytriyenko : minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting

GIT User account git at amethyst.openembedded.net
Mon Mar 16 13:38:31 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8633d77524ab84aee932b5fef6c2823a8409c7c5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8633d77524ab84aee932b5fef6c2823a8409c7c5

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Fri Mar 13 12:18:27 2009 -0400

minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting

---

 conf/distro/minimal.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index b5f7ddc..196018b 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"





More information about the Openembedded-commits mailing list