summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml29
1 files changed, 16 insertions, 13 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 8356cb4a5c..d2b96048b2 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<!-- Dummy chapter --> 5<!-- Dummy chapter -->
5<appendix id='ref-variables-glos'> 6<appendix id='ref-variables-glos'>
@@ -421,8 +422,9 @@
421 <glossdef> 422 <glossdef>
422 <para>Alias names used for the recipe in various Linux distributions.</para> 423 <para>Alias names used for the recipe in various Linux distributions.</para>
423 <para>See the 424 <para>See the
424 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>" 425 "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling
425 section in the Yocto Project Development Manual for more information.</para> 426 a Package Name Alias</ulink>" section in the Yocto Project Development
427 Manual for more information.</para>
426 </glossdef> 428 </glossdef>
427 </glossentry> 429 </glossentry>
428 430
@@ -466,7 +468,8 @@
466 <para> 468 <para>
467 You can safely share this directory between multiple builds on the 469 You can safely share this directory between multiple builds on the
468 same development machine. 470 same development machine.
469 For additional information on how the build process gets source files, see the 471 For additional information on how the build process gets source files
472 when working behind a firewall or proxy server, see the
470 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>" 473 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>"
471 appendix. 474 appendix.
472 </para> 475 </para>
@@ -663,7 +666,7 @@
663 The default value for the <filename>FILESPATH</filename> variable is defined 666 The default value for the <filename>FILESPATH</filename> variable is defined
664 in the <filename>base.bbclass</filename> class found in 667 in the <filename>base.bbclass</filename> class found in
665 <filename>meta/classes</filename> in the 668 <filename>meta/classes</filename> in the
666 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-files'>Yocto Project Files</ulink>: 669 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>:
667 <literallayout class='monospaced'> 670 <literallayout class='monospaced'>
668FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ 671FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
669 "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", \ 672 "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", \
@@ -1085,7 +1088,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1085 is set to "CLOSED")</para> 1088 is set to "CLOSED")</para>
1086 <para>For more information, see the 1089 <para>For more information, see the
1087 <link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'> 1090 <link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>
1088 Track License Change</link> section</para> 1091 Tracking License Changes</link> section</para>
1089 </glossdef> 1092 </glossdef>
1090 </glossentry> 1093 </glossentry>
1091 1094
@@ -1577,7 +1580,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1577 <glossentry id='var-S'><glossterm>S</glossterm> 1580 <glossentry id='var-S'><glossterm>S</glossterm>
1578 <glossdef> 1581 <glossdef>
1579 <para> 1582 <para>
1580 The location in the <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'> 1583 The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>
1581 Yocto Project Build Directory</ulink> where unpacked package source code resides. 1584 Yocto Project Build Directory</ulink> where unpacked package source code resides.
1582 This location is within the working directory 1585 This location is within the working directory
1583 (<filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>), which 1586 (<filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>), which
@@ -1590,7 +1593,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1590 ${WORKDIR}/${PN}-${PV} 1593 ${WORKDIR}/${PN}-${PV}
1591 </literallayout> 1594 </literallayout>
1592 As an example, assume a 1595 As an example, assume a
1593 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-files'> 1596 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>
1594 Yocto Project Files</ulink> top-level directory named <filename>poky</filename> 1597 Yocto Project Files</ulink> top-level directory named <filename>poky</filename>
1595 and a default Yocto Project Build Directory of <filename>poky/build</filename>. 1598 and a default Yocto Project Build Directory of <filename>poky/build</filename>.
1596 In this case, the working directory the build system uses to build 1599 In this case, the working directory the build system uses to build
@@ -1859,7 +1862,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1859 uses when it does its work building images. 1862 uses when it does its work building images.
1860 By default, the <filename>TMPDIR</filename> variable is named 1863 By default, the <filename>TMPDIR</filename> variable is named
1861 <filename>tmp</filename> within the 1864 <filename>tmp</filename> within the
1862 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'> 1865 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>
1863 Yocto Project Build Directory</ulink>. 1866 Yocto Project Build Directory</ulink>.
1864 </para> 1867 </para>
1865 1868
@@ -1867,7 +1870,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1867 If you want to establish this directory in a location other than the 1870 If you want to establish this directory in a location other than the
1868 default, you can uncomment the following statement in the 1871 default, you can uncomment the following statement in the
1869 <filename>conf/local.conf</filename> file in the 1872 <filename>conf/local.conf</filename> file in the
1870 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-files'> 1873 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>
1871 Yocto Project Files</ulink>: 1874 Yocto Project Files</ulink>:
1872 <literallayout class='monospaced'> 1875 <literallayout class='monospaced'>
1873 #TMPDIR = "${TOPDIR}/tmp" 1876 #TMPDIR = "${TOPDIR}/tmp"
@@ -1880,7 +1883,7 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1880 <glossdef> 1883 <glossdef>
1881 <para> 1884 <para>
1882 This variable is the 1885 This variable is the
1883 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'> 1886 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>
1884 Yocto Project Build Directory</ulink>. 1887 Yocto Project Build Directory</ulink>.
1885 BitBake automatically sets this variable. 1888 BitBake automatically sets this variable.
1886 The Yocto Project build system uses the build directory when building images. 1889 The Yocto Project build system uses the build directory when building images.
@@ -1928,10 +1931,10 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1928 ${TMPDIR}/work/${PACKAGE_ARCH}-poky-${TARGET_OS}/${PN}-${PV}-${PR} 1931 ${TMPDIR}/work/${PACKAGE_ARCH}-poky-${TARGET_OS}/${PN}-${PV}-${PR}
1929 </literallayout> 1932 </literallayout>
1930 As an example, assume a 1933 As an example, assume a
1931 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-files'> 1934 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>
1932 Yocto Project Files</ulink> top-level directory named <filename>poky</filename> 1935 Yocto Project Files</ulink> top-level directory named <filename>poky</filename>
1933 and a default 1936 and a default
1934 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'> 1937 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>
1935 Yocto Project Build Directory</ulink> of <filename>poky/build</filename>. 1938 Yocto Project Build Directory</ulink> of <filename>poky/build</filename>.
1936 In this case, the working directory the build system uses to build 1939 In this case, the working directory the build system uses to build
1937 the <filename>v86d</filename> package is the following: 1940 the <filename>v86d</filename> package is the following: