aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-27 19:07:38 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-27 19:07:38 -0700
commitbf48b09cc7055d06ef05005f4c021dc13f0f07dc (patch)
tree9d1b16fcc82a98fa75b11e19a13a100a8a13bb35 /conf
parent71a1b6b9d62842cc032575631c85637a1e2ef365 (diff)
parent708d526399c38d1e0695b2d920794c303fd7ca60 (diff)
downloadopenembedded-bf48b09cc7055d06ef05005f4c021dc13f0f07dc.tar.gz
Merge branch '2011.03-maintenance' of git://arago-project.org/git/people/denix/openembedded into 2011.03-maintenance
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index ff3da96613..4a27130d3a 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -90,6 +90,28 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# Stay away from unversioned distros unless you really know what you are doing
# DISTRO = "angstrom-2008.1"
+# Uncomment and modify the following lines if you wish to use an external
+# binary toolchain, in this case one built by CodeSourcery. The following
+# example is for ARM and we set TOOLCHAIN_VENDOR to "-none" as the CodeSourcery
+# ARM tools are arm-none-linux-gnueabi-$tool. Other arches need different
+# values here. This assumes that the tools are already in the users PATH.
+# TOOLCHAIN_VENDOR = "-none"
+# TOOLCHAIN_TYPE = "external"
+# TOOLCHAIN_BRAND = "csl"
+# TOOLCHAIN_PATH = "/path/to/installed/copy/of/CodeSourcery/Sourcery_G++_Lite"
+
+# This example is for the Angstrom ARM toolchain, that uses cross prefix of
+# arm-angstrom-linux-gnueabi-$tool. This assumes that the tools are already
+# in the users PATH.
+# TOOLCHAIN_VENDOR = "-angstrom"
+# TOOLCHAIN_TYPE = "external"
+# TOOLCHAIN_BRAND = "angstrom"
+# TOOLCHAIN_PATH = "/usr/local/angstrom/arm"
+
+# Uncomment this if you want to use linux-headers from the linux-libc-headers
+# recipe as opposed to those bundled with the external (csl/angstrom) toolchain
+# PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
+
# 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