diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ab30d01b42..3fe5cc3c2d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3960,6 +3960,27 @@ | |||
3960 | </glossdef> | 3960 | </glossdef> |
3961 | </glossentry> | 3961 | </glossentry> |
3962 | 3962 | ||
3963 | <glossentry id='var-EXTRANATIVEPATH'><glossterm>EXTRANATIVEPATH</glossterm> | ||
3964 | <info> | ||
3965 | EXTRANATIVEPATH[doc] = "A list of subdirectories of ${STAGING_BINDIR_NATIVE} added to the beginning of the environment variable PATH." | ||
3966 | </info> | ||
3967 | <glossdef> | ||
3968 | <para role="glossdeffirst"> | ||
3969 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
3970 | A list of subdirectories of | ||
3971 | <filename>${</filename><link linkend='var-STAGING_BINDIR_NATIVE'><filename>STAGING_BINDIR_NATIVE</filename></link><filename>}</filename> | ||
3972 | added to the beginning of the environment variable | ||
3973 | <filename>PATH</filename>. | ||
3974 | As an example, the following prepends | ||
3975 | "${STAGING_BINDIR_NATIVE}/foo:${STAGING_BINDIR_NATIVE}/bar:" | ||
3976 | to <filename>PATH</filename>: | ||
3977 | <literallayout class='monospaced'> | ||
3978 | EXTRANATIVEPATH = "foo bar" | ||
3979 | </literallayout> | ||
3980 | </para> | ||
3981 | </glossdef> | ||
3982 | </glossentry> | ||
3983 | |||
3963 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> | 3984 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> |
3964 | <info> | 3985 | <info> |
3965 | EXTRA_OECMAKE[doc] = "Additional cmake options." | 3986 | EXTRA_OECMAKE[doc] = "Additional cmake options." |