mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
74cefbb5f7
commit
1797b6f5fd
@@ -11988,11 +11988,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||
The directory set up and used by the
|
||||
<link linkend='ref-classes-populate-sdk'><filename>populate_sdk_base</filename></link>
|
||||
to which the SDK is deployed.
|
||||
class to which the SDK is deployed.
|
||||
The <filename>populate_sdk_base</filename> class defines
|
||||
<filename>SDK_DEPLOY</filename> as follows:
|
||||
<literallayout class='monospaced'>
|
||||
SDK_DEPLOY = "${<link linkend='var-TMPDIR'>TMPDIR</link>}/deploy/sdk"
|
||||
SDK_DEPLOY = "${TMPDIR}/deploy/sdk"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
|
||||
Reference in New Issue
Block a user