diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-20 11:29:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:09 +0100 |
commit | c13d40a91a27868fc74b3c69b5b274dfaa113aa9 (patch) | |
tree | f4dfb15b951a18c712c18ccb938f402020a8efce /documentation/ref-manual | |
parent | ece1d1ab18847b5b33b7d1cfdf1c568227d8cb52 (diff) | |
download | poky-c13d40a91a27868fc74b3c69b5b274dfaa113aa9.tar.gz |
ref-manual: Added the BASE_LIB variable to the glossary.
Fixes [YOCTO #5463]
(From yocto-docs rev: 82c1f8b3a53fc83a7f5ad3321bdcf793ca4c93fb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4c4927ab4e..59d7c0acbc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -374,6 +374,28 @@ | |||
374 | </glossdef> | 374 | </glossdef> |
375 | </glossentry> | 375 | </glossentry> |
376 | 376 | ||
377 | <glossentry id='var-BASE_LIB'><glossterm>BASE_LIB</glossterm> | ||
378 | <glossdef> | ||
379 | <para> | ||
380 | The library directory name for the CPU or Application | ||
381 | Binary Interface (ABI) tune. | ||
382 | The <filename>BASE_LIB</filename> applies only in the | ||
383 | Multilib context. | ||
384 | See the | ||
385 | "<ulink url='&YOCTO_DOCS_DEV_URL;#combining-multiple-versions-library-files-into-one-image'>Combining Multiple Versions of Library Files into One Image</ulink>" | ||
386 | section in the Yocto Project Development Manual for | ||
387 | information on Multilib. | ||
388 | </para> | ||
389 | |||
390 | <para> | ||
391 | The <filename>BASE_LIB</filename> variable is defined in | ||
392 | the machine include files in the | ||
393 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
394 | If Multilib is not being used, the value defaults to "lib". | ||
395 | </para> | ||
396 | </glossdef> | ||
397 | </glossentry> | ||
398 | |||
377 | <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm> | 399 | <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm> |
378 | <glossdef> | 400 | <glossdef> |
379 | <para> | 401 | <para> |