[oe-commits] org.oe.dev local.conf.sample: update it a bit

koen commit openembedded-commits at lists.openembedded.org
Fri Dec 22 09:29:38 UTC 2006


local.conf.sample: update it a bit

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: fd22e946abe117169eb2505f30a12a2aa70f1a71
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd22e946abe117169eb2505f30a12a2aa70f1a71
Files:
1
conf/local.conf.sample
Diffs:

#
# mt diff -rd0c243b66843aa5993b5a06165ea7b3ddee9ea33 -rfd22e946abe117169eb2505f30a12a2aa70f1a71
#
# 
# 
# patch "conf/local.conf.sample"
#  from [96c12c58f7a47ed0c0f3eae9fca337d79c64521a]
#    to [67b5b1226f0ea3477bf945c7bf7bb32d7c47e8f6]
# 
============================================================
--- conf/local.conf.sample	96c12c58f7a47ed0c0f3eae9fca337d79c64521a
+++ conf/local.conf.sample	67b5b1226f0ea3477bf945c7bf7bb32d7c47e8f6
@@ -55,8 +55,9 @@ PREFERRED_PROVIDERS += " virtual/${TARGE
 # TMPDIR = /usr/local/projects/oetmp
 
 # Uncomment this to specify a machine to build for. See the conf directory
-# for machines currently known to OpenEmbedded.
-# MACHINE = "collie"
+# for machines currently known to OpenEmbedded. This will automatically take care
+# of TARGET_ARCH
+# MACHINE = "c7x0"
 
 # Use this to specify the target architecture. Note that this is only
 # needed when building for a machine not known to OpenEmbedded. Better use
@@ -66,25 +67,26 @@ PREFERRED_PROVIDERS += " virtual/${TARGE
 # 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.
+# Normally the DISTRO of your choosing will take care of this 
 # TARGET_OS = "linux"
 # TARGET_OS = "linux-uclibc"
 
 # Uncomment this to select a distribution policy. See the conf directory
 # for distributions currently known to OpenEmbedded.
-# Although they no longer contain version number in the (file-)name
-# familiar-unstable and openzaurus-unstable are so called "versioned"
-# distros, i.e. they explicitely select specific versions of various
-# packages.
+# Although it no longer contain version number in the (file-)name
+# openzaurus-unstable is a so called "versioned"  distro, i.e. they 
+# explicitely select specific versions of various packages.
 # Stay away from unversioned distros unless you really know what you are doing
 # DISTRO = "generic"
 
-# So far, angstrom.conf and familiar.conf set ENABLE_BINARY_LOCALE_GENERATION
+# So far, angstrom.conf sets ENABLE_BINARY_LOCALE_GENERATION
 # to generate binary locale packages at build time using qemu-native and
 # thereby guarantee i18n support on all devices. If your build breaks on 
 # qemu-native consider disabling ENABLE_BINARY_LOCALE_GENERATION (note that
 # this breaks i18n on devices with less than 128MB RAM) or installing
 # a working third-party qemu (e.g. provided by your distribution) and
-# adding qemu-native to ASSUME_PROVIDED
+# adding qemu-native to ASSUME_PROVIDED. Caveat emptor, since third-party
+# qemus lack patches needed to work with various OE targets.
 # ENABLE_BINARY_LOCALE_GENERATION = "0"
 # ASSUME_PROVIDED += "qemu-native"
 
@@ -108,7 +110,8 @@ IMAGE_FSTYPES = "jffs2 tar"
 # BBDEBUG = "yes"
 
 # 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
+# Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined.
+# Also note that OE now produces -dbg packages which contain debugging symbols.
 # DEBUG_BUILD = "1"
 # INHIBIT_PACKAGE_STRIP = "1"
 






More information about the Openembedded-commits mailing list