aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-02 09:58:45 -0700
committerDenys Dmytriyenko <denys@ti.com>2011-03-25 21:54:00 -0400
commitf4eff6f7d5fdef8571eb45a99895428b9c535015 (patch)
treeb3d2d1c4b66be207427c330e7e5352513b0904e6 /conf
parent351694e44e10948c9497c9919b45a403b6df6a3f (diff)
downloadopenembedded-f4eff6f7d5fdef8571eb45a99895428b9c535015.tar.gz
local.conf.sample: Add an example for using CodeSourcery tools
linux-libc-headers portion from Ben Gardiner. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index ff3da96613..5e73baf0d2 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -90,6 +90,20 @@ 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"
+
+# Uncomment this if you want to use linux-headers from the linux-lib-headers
+# recipe as opposed to those bundled with the CSL 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