From: Koen Kooi Date: Sun, 11 Sep 2005 14:32:01 +0000 (+0000) Subject: conf/local.conf.sample: add a note on DISTRO and INHIBIT_PACKAGE_STRIP X-Git-Tag: Release-2010-05/1~9453^2~3561 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd51d47eb683f8bceb61ce03ece89eb509bfd4f;p=openembedded.git conf/local.conf.sample: add a note on DISTRO and INHIBIT_PACKAGE_STRIP local.conf.sample contained a wrong default which was masked by http://bugs.openembedded.org/show_bug.cgi?id=319 --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 7a7afb4277..7194eaf29f 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -71,7 +71,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Uncomment this to select a distribution policy. See the conf directory # for distributions currently known to OpenEmbedded. -# DISTRO = "familiar" +# Stay away from unversioned distros unless you really know what you are doing +# DISTRO = "familiar-0.8.3" # Uncomment this to select a particular kernel version if supported by # your MACHINE setting. Currently only supported on Zaurus Clamshells. @@ -82,7 +83,7 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # INHERIT = "package_ipk" # INHERIT = "package_tar" -# Add the required image file system types below. Valid are jffs2, tar, cramfs +# Add the required image file system types below. Valid are jffs2, tar, cramfs and ext2 IMAGE_FSTYPES = "jffs2 tar" # Uncomment this to disable the parse cache (not recommended). @@ -91,7 +92,8 @@ IMAGE_FSTYPES = "jffs2 tar" # Uncomment this if you want BitBake to emit debugging output # BBDEBUG = "yes" -# Uncomment these two if you want BitBake to build images useful for debugging. +# Uncomment these two if you want BitBake to build images useful for debugging. +# Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined # DEBUG_BUILD = "1" # INHIBIT_PACKAGE_STRIP = "1"