diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6329cc2f5a..0346092c98 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3652,6 +3652,29 @@ | |||
3652 | </glossdef> | 3652 | </glossdef> |
3653 | </glossentry> | 3653 | </glossentry> |
3654 | 3654 | ||
3655 | <glossentry id='var-FILES_SOLIBSDEV'><glossterm>FILES_SOLIBSDEV</glossterm> | ||
3656 | <info> | ||
3657 | FILES_SOLIBSDEV[doc] = "Defines the full path name of the development symbolic link (symlink) for shared libraries on the target platform." | ||
3658 | </info> | ||
3659 | <glossdef> | ||
3660 | <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> | ||
3661 | Defines the file specification to match | ||
3662 | <link linkend='var-SOLIBSDEV'><filename>SOLIBSDEV</filename></link>. | ||
3663 | In other words, <filename>FILES_SOLIBSDEV</filename> | ||
3664 | defines the full path name of the development symbolic link | ||
3665 | (symlink) for shared libraries on the target platform. | ||
3666 | </para> | ||
3667 | |||
3668 | <para> | ||
3669 | The following statement from the | ||
3670 | <filename>bitbake.conf</filename> shows how it is set: | ||
3671 | <literallayout class='monospaced'> | ||
3672 | FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}" | ||
3673 | </literallayout> | ||
3674 | </para> | ||
3675 | </glossdef> | ||
3676 | </glossentry> | ||
3677 | |||
3655 | <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> | 3678 | <glossentry id='var-FILESEXTRAPATHS'><glossterm>FILESEXTRAPATHS</glossterm> |
3656 | <info> | 3679 | <info> |
3657 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." | 3680 | FILESEXTRAPATHS[doc] = "Extends the search path the OpenEmbedded build system uses when looking for files and patches as it processes recipes and append files." |