aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-25 11:34:11 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-25 11:34:11 +0000
commitad53c44a5e2942210299c5cca8c330772113a658 (patch)
tree148db69339c7ba62ecb9441ce80f6ba18fc700a5 /conf/local.conf.sample
parent4e51ad157ef31047f4f157c0bad383c9b9d243f7 (diff)
downloadopenembedded-ad53c44a5e2942210299c5cca8c330772113a658.tar.gz
add example for debugging builds to local.conf.sample
BKrev: 41039ab3JjmrCtVr9sbPOKN0OT0jkw
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index bf3db2330a..f3cfa3f5bf 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -84,8 +84,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# the MACHINE attribute (see above)
#TARGET_ARCH = "arm"
-# Use this to specify the target operating system. This is "linux" for a
-# normal linux system with glibc. Set this to "linux-uclibc" if you want
+# Use this to specify the target operating system. The default is "linux",
+# for a normal linux system with glibc. Set this to "linux-uclibc" if you want
# to build a uclibc based system.
#TARGET_OS = "linux"
#TARGET_OS = "linux-uclibc"
@@ -109,6 +109,10 @@ CACHE=/var/tmp/oe-cache.${USER}
# Uncomment this if you want OE to emit debugging output
#OEDEBUG = "yes"
+# Uncomment these two if you want OE to build images useful for debugging.
+#DEBUG_BUILD = "1"
+#INHIBIT_PACKAGE_STRIP = "1"
+
# Uncomment this if you want OE to emit the log if a build fails.
OEINCLUDELOGS = "yes"