diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-07 10:58:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-07 10:58:31 +0000 |
commit | d3c471739800a3488da2832742e2e67aa2f75035 (patch) | |
tree | fdf7f15c3df7e0a925763143fc3e321a85496773 | |
parent | ae66948a4a005f5ace9750ba8e6639b9bc0d69da (diff) | |
download | openembedded-core-contrib-d3c471739800a3488da2832742e2e67aa2f75035.tar.gz |
local.conf.sample: Update external toolchain documentation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3089 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | build/conf/local.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 9ef08d0017c..f008bb331d3 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -67,8 +67,9 @@ PACKAGE_CLASSES ?= "package_ipk" # # The default is "eabi" # Use "oabi" for machines with kernels < 2.6.18 on ARM for example. -# Use "external" to use the precompiled external poky toolchain. -# POKYMODE = "external" +# Use "external-MODE" to use the precompiled external toolchains where MODE +# is the type of external toolchain to use e.g. eabi. +# POKYMODE = "external-eabi" # Uncomment this to specify where BitBake should create its temporary files. # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |