diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-10 14:17:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:17:01 +0000 |
commit | 3c3e856094a9e72fb0b4e49fb03d2507bf88002c (patch) | |
tree | 19e38992549efeac6439a6af34b3749697840a74 /documentation | |
parent | d089b7c7f282d56eb63156d0460375affbbb6de6 (diff) | |
download | poky-3c3e856094a9e72fb0b4e49fb03d2507bf88002c.tar.gz |
ref-manual: Added variable description for BUILD_PREFIX.
(From yocto-docs rev: d4ab1886cb5c4b65afa2c0e8e2e1b2ce567b4d2e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 15 |
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." |