From c78c5006ecd2e23d53771da27e6c5908abb18adb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Aug 2016 11:38:19 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'documentation') 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." -- cgit v1.2.3-54-g00ecf