[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 11:44:00 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: aa80b60475f5f3ffec7a7261fd57ba393dcbb2e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa80b60475f5f3ffec7a7261fd57ba393dcbb2e6

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