From d3c471739800a3488da2832742e2e67aa2f75035 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Nov 2007 10:58:31 +0000 Subject: local.conf.sample: Update external toolchain documentation git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3089 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- build/conf/local.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build/conf/local.conf.sample') 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" # # 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 -- cgit 1.2.3-korg