diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-01 11:38:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:46 +0100 |
commit | c78c5006ecd2e23d53771da27e6c5908abb18adb (patch) | |
tree | 3a6f9f22f86ec043f06a02a02290a9c643adaa9d /documentation | |
parent | 9576ddc6b355c2998f9c928b42cc4b1a08625383 (diff) | |
download | poky-c78c5006ecd2e23d53771da27e6c5908abb18adb.tar.gz |
ref-manual: Added new variable description EXTRANATIVEPATH.
Fixes [YOCTO #10002]
Created new base description for EXTRANATIVEPATH.
(From yocto-docs rev: aafc2de2657203440fe4b0bf3895cf367063bed1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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." |