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 @@ + EXTRANATIVEPATH + + EXTRANATIVEPATH[doc] = "A list of subdirectories of ${STAGING_BINDIR_NATIVE} added to the beginning of the environment variable PATH." + + + + + A list of subdirectories of + ${STAGING_BINDIR_NATIVE} + added to the beginning of the environment variable + PATH. + As an example, the following prepends + "${STAGING_BINDIR_NATIVE}/foo:${STAGING_BINDIR_NATIVE}/bar:" + to PATH: + + EXTRANATIVEPATH = "foo bar" + + + + + EXTRA_OECMAKE EXTRA_OECMAKE[doc] = "Additional cmake options."