diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 3a6fbed659..1e31e0a3ab 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -1794,20 +1794,20 @@ | |||
1794 | The pathname of the working directory in which the Yocto Project build system | 1794 | The pathname of the working directory in which the Yocto Project build system |
1795 | builds packages. | 1795 | builds packages. |
1796 | This directory is located within the | 1796 | This directory is located within the |
1797 | <link linkend='var-TMPDIR'>TMPDIR</link> directory structure and changes | 1797 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> directory structure and changes |
1798 | as different packages are built. | 1798 | as different packages are built. |
1799 | </para> | 1799 | </para> |
1800 | 1800 | ||
1801 | <para> | 1801 | <para> |
1802 | The actual <filename>WORKDIR</filename> directory depends on several things: | 1802 | The actual <filename>WORKDIR</filename> directory depends on several things: |
1803 | <itemizedlist> | 1803 | <itemizedlist> |
1804 | <listitem>The temporary directory - <link linkend='var-TMPDIR'>TMPDIR</link></listitem> | 1804 | <listitem>The temporary directory - <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link></listitem> |
1805 | <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'>PACKAGE_ARCH</link></listitem> | 1805 | <listitem>The package architecture - <link linkend='var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></link></listitem> |
1806 | <listitem>The target machine - <link linkend='var-MACHINE'>MACHINE</link></listitem> | 1806 | <listitem>The target machine - <link linkend='var-MACHINE'><filename>MACHINE</filename></link></listitem> |
1807 | <listitem>The target operating system - <link linkend='var-TARGET_OS'>TARGET_OS</link></listitem> | 1807 | <listitem>The target operating system - <link linkend='var-TARGET_OS'><filename>TARGET_OS</filename></link></listitem> |
1808 | <listitem>The package name - <link linkend='var-PN'>PN</link></listitem> | 1808 | <listitem>The package name - <link linkend='var-PN'><filename>PN</filename></link></listitem> |
1809 | <listitem>The package version - <link linkend='var-PV'>PV</link></listitem> | 1809 | <listitem>The package version - <link linkend='var-PV'><filename>PV</filename></link></listitem> |
1810 | <listitem>The package revision - <link linkend='var-PR'>PR</link></listitem> | 1810 | <listitem>The package revision - <link linkend='var-PR'><filename>PR</filename></link></listitem> |
1811 | </itemizedlist> | 1811 | </itemizedlist> |
1812 | </para> | 1812 | </para> |
1813 | 1813 | ||