]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
local.conf.sample: comment out things now set in familiar.conf
authorRene Wagner <rw@handhelds.org>
Sat, 1 Jul 2006 23:25:20 +0000 (01:25 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 1 Jul 2006 23:25:20 +0000 (01:25 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/conf/local.conf.sample

index 474cc5548d8229af7fbab62587ee6e23b921cf33..979d6de3ac8c4a1cca0ea87b8ac6cbaf743870f1 100644 (file)
@@ -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.