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 /build/conf | |
parent | ae66948a4a005f5ace9750ba8e6639b9bc0d69da (diff) | |
download | poky-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
Diffstat (limited to 'build/conf')
-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 9ef08d0017..f008bb331d 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -67,8 +67,9 @@ PACKAGE_CLASSES ?= "package_ipk" | |||
67 | # | 67 | # |
68 | # The default is "eabi" | 68 | # The default is "eabi" |
69 | # Use "oabi" for machines with kernels < 2.6.18 on ARM for example. | 69 | # Use "oabi" for machines with kernels < 2.6.18 on ARM for example. |
70 | # Use "external" to use the precompiled external poky toolchain. | 70 | # Use "external-MODE" to use the precompiled external toolchains where MODE |
71 | # POKYMODE = "external" | 71 | # is the type of external toolchain to use e.g. eabi. |
72 | # POKYMODE = "external-eabi" | ||
72 | 73 | ||
73 | # Uncomment this to specify where BitBake should create its temporary files. | 74 | # Uncomment this to specify where BitBake should create its temporary files. |
74 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 75 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |