1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

handbook: Fix some errors in Appendix F/G

CVS_TARBALL_STASH and SHELLRCCMD is not found in current poky.
Fix some grammar issues.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Dongxiao Xu
2010-09-09 16:40:55 +08:00
committed by Richard Purdie
parent 276abb19ce
commit 2beaecb351
2 changed files with 26 additions and 38 deletions
+23 -35
View File
@@ -107,32 +107,23 @@
<glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm>
<glossdef> <glossdef>
<para>A regular expression which evalutates to match the machines the recipe <para>A regular expression which evalutates to match the machines the recipe
works with. It stops recipes being run on machines they're incompatible with works with. It stops recipes being run on machines they're incompatible with,
which is partciuarly useful with kernels. It also helps to to increase parsing which is partciuarly useful with kernels. It also helps to increase parsing
speed as if its found the current machine is not compatible, further parsing speed that, further parsing of the recipe is skipped as if it found the current
of the recipe is skipped.</para> machine is not compatible.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm> <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm>
<glossdef> <glossdef>
<para> <para>
Contains a list of files which containing autoconf test results relevant A list of files which contains autoconf test results relevant
to the current build. This variable is used by the autotools utilities to the current build. This variable is used by the autotools utilities
when running configure. when running configure.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id='var-CVS_TARBALL_STASH'><glossterm>CVS_TARBALL_STASH</glossterm>
<glossdef>
<para>Location to search for
pre-generated tarballs when fetching from remote SCM
repositories (CVS/SVN/GIT)</para>
</glossdef>
</glossentry>
</glossdiv> </glossdiv>
<glossdiv id='var-glossary-d'><title>D</title> <glossdiv id='var-glossary-d'><title>D</title>
@@ -259,6 +250,12 @@
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm>
<glossdef>
<para>Additional cmake options</para>
</glossdef>
</glossentry>
<glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm> <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm>
<glossdef> <glossdef>
<para>Additional 'configure' script options</para> <para>Additional 'configure' script options</para>
@@ -427,13 +424,13 @@
<glossdef> <glossdef>
<para>Checksums of the license text in the recipe source code. <para>Checksums of the license text in the recipe source code.
</para> </para>
<para>This variables tracks changes in license text of the source <para>This variable tracks changes in license text of the source
code files. If the license text is changed it triggers the build code files. If the license text is changed, it will trigger the build
failure. Which gives developer an oppurtunity to review any failure, which gives developer an opportunity to review any
license changes</para> license change</para>
<para> This is an optional variable now. And the plan is to make <para> This is an optional variable now, and the plan is to make
it a required variable in the future </para> it a required variable in the future </para>
<para>See the "meta/package/zlib/zlib_${PV}.bb" file for an example</para> <para>See "meta/package/zlib/zlib_${PV}.bb" file for an example</para>
<para>More information in <link <para>More information in <link
linkend='usingpoky-configuring-LIC_FILES_CHKSUM'> linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>
@@ -594,7 +591,7 @@
<glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm>
<glossdef> <glossdef>
<para>Libc implementation selector - glibc or uclibc can be selected.</para> <para>Libc implementation selector - glibc, eglibc, or uclibc can be selected.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
@@ -615,9 +612,9 @@
<glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm> <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm>
<glossdef> <glossdef>
<para>List of packages which which conflict with this <para>List of packages which conflict with this
one. Package will not be installed if they will not one. Package will not be installed if they are not
be removed first.</para> removed first.</para>
</glossdef> </glossdef>
</glossentry> </glossentry>
@@ -645,7 +642,7 @@
<glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm>
<glossdef> <glossdef>
<para>List of packages which extend usability of <para>List of packages which extend usability of the
package. Those packages will be automatically package. Those packages will be automatically
installed but can be removed by user.</para> installed but can be removed by user.</para>
</glossdef> </glossdef>
@@ -702,16 +699,7 @@
<glossdef> <glossdef>
<para> <para>
A list of commands to run within the a shell, used by <glossterm><link A list of commands to run within the a shell, used by <glossterm><link
linkend='var-TERMCMDRUN'>TERMCMDRUN</link></glossterm>. It defaults to linkend='var-TERMCMDRUN'>TERMCMDRUN</link></glossterm>.
<glossterm><link linkend='var-SHELLRCCMD'>SHELLRCCMD</link></glossterm>.
</para>
</glossdef>
</glossentry>
<glossentry id='var-SHELLRCCMD'><glossterm>SHELLRCCMD</glossterm>
<glossdef>
<para>
How to launch a shell, defaults to bash.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
+3 -3
View File
@@ -108,9 +108,6 @@
<listitem> <listitem>
<para><glossterm linkend='var-BBINCLUDELOGS'><link linkend='var-BBINCLUDELOGS'>BBINCLUDELOGS</link></glossterm></para> <para><glossterm linkend='var-BBINCLUDELOGS'><link linkend='var-BBINCLUDELOGS'>BBINCLUDELOGS</link></glossterm></para>
</listitem> </listitem>
<listitem>
<para><glossterm linkend='var-CVS_TARBALL_STASH'><link linkend='var-CVS_TARBALL_STASH'>CVS_TARBALL_STASH</link></glossterm></para>
</listitem>
<listitem> <listitem>
<para><glossterm linkend='var-ENABLE_BINARY_LOCALE_GENERATION'><link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>ENABLE_BINARY_LOCALE_GENERATION</link></glossterm></para> <para><glossterm linkend='var-ENABLE_BINARY_LOCALE_GENERATION'><link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>ENABLE_BINARY_LOCALE_GENERATION</link></glossterm></para>
</listitem> </listitem>
@@ -191,6 +188,9 @@
<para><glossterm><link <para><glossterm><link
linkend='var-DISTRO_PN_ALIAS'>DISTRO_PN_ALIAS</link></glossterm></para> linkend='var-DISTRO_PN_ALIAS'>DISTRO_PN_ALIAS</link></glossterm></para>
</listitem> </listitem>
<listitem>
<para><glossterm><link linkend='var-EXTRA_OECMAKE'>EXTRA_OECMAKE</link></glossterm></para>
</listitem>
<listitem> <listitem>
<para><glossterm><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></glossterm></para> <para><glossterm><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></glossterm></para>
</listitem> </listitem>