aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-03-21 00:07:12 -0400
committerDenys Dmytriyenko <denys@ti.com>2011-03-25 21:54:44 -0400
commitf0b73dee3459fbb9fa88648b17fc01b17278d916 (patch)
tree096a3f1c1de6e6aacb98461cef4d2552140bee57 /conf
parent689678009ee5408612f19f1f5d14fb9717976ecd (diff)
downloadopenembedded-f0b73dee3459fbb9fa88648b17fc01b17278d916.tar.gz
local.conf: add example to use external angstrom toolchain
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample10
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 3eb1e9190d..4a27130d3a 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -100,8 +100,16 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# 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 CSL toolchain
+# 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