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.xml86
1 files changed, 0 insertions, 86 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 1025856313..541a173cee 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1341,14 +1341,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1341 </glossdef> 1341 </glossdef>
1342 </glossentry> 1342 </glossentry>
1343 1343
1344 <glossentry id='var-PACKAGE_DESCRIPTION'><glossterm>PACKAGE_DESCRIPTION</glossterm>
1345 <glossdef>
1346 <para>The long form description of the binary package for packaging systems such as
1347 <filename>ipkg</filename>, <filename>rpm</filename> or <filename>debian</filename>.
1348 By default, this variable inherits <filename>DESCRIPTION</filename>.</para>
1349 </glossdef>
1350 </glossentry>
1351
1352 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm> 1344 <glossentry id='var-PACKAGE_EXTRA_ARCHS'><glossterm>PACKAGE_EXTRA_ARCHS</glossterm>
1353 <glossdef> 1345 <glossdef>
1354 <para>Specifies the list of architectures compatible with the device CPU. 1346 <para>Specifies the list of architectures compatible with the device CPU.
@@ -1357,16 +1349,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1357 </glossdef> 1349 </glossdef>
1358 </glossentry> 1350 </glossentry>
1359 1351
1360 <glossentry id='var-PACKAGE_SUMMARY'><glossterm>PACKAGE_SUMMARY</glossterm>
1361 <glossdef>
1362 <para>The short (72 character limit suggested) summary of the binary
1363 package for packaging systems such as <filename>ipkg</filename>,
1364 <filename>rpm</filename> or <filename>debian</filename>.
1365 By default, this variable inherits <filename>DESCRIPTION</filename>.</para>
1366 </glossdef>
1367 </glossentry>
1368
1369
1370 <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> 1352 <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm>
1371 <glossdef> 1353 <glossdef>
1372 <para>The list of packages to be created from the recipe. 1354 <para>The list of packages to be created from the recipe.
@@ -1463,32 +1445,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1463 </glossdef> 1445 </glossdef>
1464 </glossentry> 1446 </glossentry>
1465 1447
1466 <glossentry id='var-POKY_EXTRA_INSTALL'><glossterm>POKY_EXTRA_INSTALL</glossterm>
1467 <glossdef>
1468 <para>Specifies the list of packages to be added to the image.
1469 This variable should only be set in the <filename>local.conf</filename>
1470 configuration file found in the Yocto Project's build directory.</para>
1471 </glossdef>
1472 </glossentry>
1473
1474 <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
1475 <glossdef>
1476 <para>
1477 This variable is no longer supported and has been replaced by the
1478 <link linkend='var-TCLIBC'><filename>TCLIBC</filename></link> variable.
1479 </para>
1480 </glossdef>
1481 </glossentry>
1482
1483 <glossentry id='var-POKYMODE'><glossterm>POKYMODE</glossterm>
1484 <glossdef>
1485 <para>
1486 This variable is no longer supported and has been replaced by the
1487 <link linkend='var-TCMODE'><filename>TCMODE</filename></link> variable.
1488 </para>
1489 </glossdef>
1490 </glossentry>
1491
1492 </glossdiv> 1448 </glossdiv>
1493 1449
1494<!-- <glossdiv id='var-glossary-q'><title>Q</title>--> 1450<!-- <glossdiv id='var-glossary-q'><title>Q</title>-->
@@ -1661,14 +1617,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1661 </glossdef> 1617 </glossdef>
1662 1618
1663 </glossentry> 1619 </glossentry>
1664 <glossentry id='var-SHELLCMDS'><glossterm>SHELLCMDS</glossterm>
1665 <glossdef>
1666 <para>
1667 A list of commands to run within the shell.
1668 The list is used by <filename><link linkend='var-TERMCMDRUN'>TERMCMDRUN</link></filename>.
1669 </para>
1670 </glossdef>
1671 </glossentry>
1672 1620
1673 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> 1621 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm>
1674 <glossdef> 1622 <glossdef>
@@ -1842,40 +1790,6 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \
1842 </glossdef> 1790 </glossdef>
1843 </glossentry> 1791 </glossentry>
1844 1792
1845 <glossentry id='var-TERMCMD'><glossterm>TERMCMD</glossterm>
1846 <glossdef>
1847 <para>
1848 This command is used by BitBake to launch a terminal window with a
1849 shell.
1850 The shell is unspecified so the user's default shell is used.
1851 By default, the variable is set to "xterm" but it can
1852 be any X11 terminal application or a terminal multiplexer such as screen.
1853 </para>
1854 <note>
1855 While <filename>KONSOLE_TERMCMD</filename> and
1856 <filename>KONSOLE_TERMCMDRUN</filename> are provided
1857 and will work with KDE's Konsole terminal application Konsole from KDE 3,
1858 Konsole in KDE 4.0 and later versions will no longer work here due to the fact
1859 that it now launches in the background by default, and it is not practically
1860 possible to wait until it has terminated.
1861 It is hoped that this can be fixed
1862 in a future version.
1863 </note>
1864 </glossdef>
1865 </glossentry>
1866
1867 <glossentry id='var-TERMCMDRUN'><glossterm>TERMCMDRUN</glossterm>
1868 <glossdef>
1869 <para>
1870 This variable is similar to
1871 <filename><link linkend='var-TERMCMD'>TERMCMD</link></filename>.
1872 However, instead of running the user's shell, the command specified by
1873 the <filename><link linkend='var-SHELLCMDS'>SHELLCMDS</link></filename>
1874 variable is run.
1875 </para>
1876 </glossdef>
1877 </glossentry>
1878
1879 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> 1793 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
1880 <glossdef> 1794 <glossdef>
1881 <para> 1795 <para>