From 8370e8f575c411308f969e4dbaaff9156b226c67 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark <scott.m.rifenbark@intel.com> Date: Mon, 9 Dec 2013 16:53:26 -0600 Subject: ref-manual: Edits to the SDK_DIR and SDK_OUTPUT variables. (From yocto-docs rev: 0eae97ee95f3b9ce397977b58f2a4e02dde146d5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b9b0dfc09a..5661a86907 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5565,6 +5565,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <literallayout class='monospaced'> SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk" </literallayout> + <note> + The <filename>SDK_DIR</filename> directory is a + temporary directory as it is part of + <filename>WORKDIR</filename>. + The final output directory is + <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>. + </note> </para> </glossdef> </glossentry> @@ -5599,6 +5606,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <literallayout class='monospaced'> SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image" </literallayout> + <note> + The <filename>SDK_OUTPUT</filename> directory is a + temporary directory as it is part of + <filename>WORKDIR</filename> by way of + <filename>SDK_DIR</filename>. + The final output directory is + <link linkend='var-SDK_DEPLOY'><filename>SDK_DEPLOY</filename></link>. + </note> + </para> </glossdef> </glossentry> -- cgit v1.2.3-54-g00ecf