summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample5
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