From f0c51b94cc84146f82cd3b144e1c5f969e8e3e92 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 11 May 2018 09:39:01 -0700 Subject: ref-manual: Updated the SDK_OUTPUT variable Added more realistic information on how this variable is set. (From yocto-docs rev: 47e6cb7d00eeb8001c4a53c13600feb5ef4d4660) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b40c2667ea..e64b0d5ca9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12273,13 +12273,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" populate_sdk_base class defines the variable as follows: + SDK_DIR = "${WORKDIR}/sdk" SDK_OUTPUT = "${SDK_DIR}/image" + SDK_DEPLOY = "${DEPLOY_DIR}/sdk" The SDK_OUTPUT directory is a temporary directory as it is part of - WORKDIR by way of - SDK_DIR. + WORKDIR + by way of + SDK_DIR. The final output directory is SDK_DEPLOY. -- cgit v1.2.3-54-g00ecf