summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 585888bca2..a4c5a2ca1d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1328,6 +1328,21 @@ meta/conf/machine/include/<architecture>/arch-<architecture>.inc
1328 </glossdef> 1328 </glossdef>
1329 </glossentry> 1329 </glossentry>
1330 1330
1331 <glossentry id='var-BUILD_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />BUILD_PREFIX</glossterm>
1332 <info>
1333 BUILD_PREFIX[doc] = "The toolchain binary prefix used for native recipes."
1334 </info>
1335 <glossdef>
1336 <para>
1337 The toolchain binary prefix used for native recipes.
1338 The OpenEmbedded build system uses the
1339 <filename>BUILD_PREFIX</filename> value to set the
1340 <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>
1341 when building for native recipes.
1342 </para>
1343 </glossdef>
1344 </glossentry>
1345
1331 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm> 1346 <glossentry id='var-BUILDDIR'><glossterm><imagedata fileref="figures/define-generic.png" />BUILDDIR</glossterm>
1332 <info> 1347 <info>
1333 BUILDDIR[doc] = "Points to the location of the Build Directory." 1348 BUILDDIR[doc] = "Points to the location of the Build Directory."