summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-07-02 01:25:20 +0200
committerRene Wagner <rw@handhelds.org>2006-07-02 01:25:20 +0200
commitc5a9bb6d6c2b2fc8946007b6ab2f9adc6f4595c8 (patch)
treec98343257c1f3bf803f8ce7ce5d273dd7eddf8ce
parentc49b1414352fff5bc74b794d12e35cf4720c9f06 (diff)
local.conf.sample: comment out things now set in familiar.conf
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r--org.handhelds.familiar/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.handhelds.familiar/conf/local.conf.sample b/org.handhelds.familiar/conf/local.conf.sample
index 474cc55..979d6de 100644
--- a/org.handhelds.familiar/conf/local.conf.sample
+++ b/org.handhelds.familiar/conf/local.conf.sample
@@ -84,7 +84,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# INHERIT = "package_tar"
# Add the required image file system types below. Valid are jffs2, tar, cramfs and ext2
-IMAGE_FSTYPES = "jffs2 tar"
+#IMAGE_FSTYPES = "jffs2 tar"
# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""
@@ -114,7 +114,7 @@ IMAGE_FSTYPES = "jffs2 tar"
# PARALLEL_MAKE = "-j 4"
# Uncomment this if you want BitBake to emit the log if a build fails.
-BBINCLUDELOGS = "yes"
+#BBINCLUDELOGS = "yes"
# Specifies a location to search for pre-generated tarballs when fetching
# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.