diff options
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> |