From 1797b6f5fd3852d5bc2604875c9148811dad1020 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Apr 2018 10:19:43 -0700 Subject: [PATCH] ref-manual: Updated SDK_DEPLOY variable description. Added "class" as a modifier after refering to the "populate_sdk_base" class. Removed link to the TMPDIR variable in an in-line example. (From yocto-docs rev: 7733a4464ba2893a2363f47996f48587a86eaa82) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ef165b05e1..86bafbb4f8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -11988,11 +11988,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The directory set up and used by the populate_sdk_base - to which the SDK is deployed. + class to which the SDK is deployed. The populate_sdk_base class defines SDK_DEPLOY as follows: - SDK_DEPLOY = "${TMPDIR}/deploy/sdk" + SDK_DEPLOY = "${TMPDIR}/deploy/sdk"