diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-09-09 16:40:55 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-10 12:18:00 +0100 |
| commit | 2beaecb35133aa9006a8b3ce79b4dee202fc35b2 (patch) | |
| tree | cd7d26a505fcd3b4cdd4b79f37d7a9e13402e29a /handbook | |
| parent | 276abb19ce524ba1d45d01530c5f44f51d6468b6 (diff) | |
| download | poky-2beaecb35133aa9006a8b3ce79b4dee202fc35b2.tar.gz | |
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>
Diffstat (limited to 'handbook')
| -rw-r--r-- | handbook/ref-variables.xml | 58 | ||||
| -rw-r--r-- | handbook/ref-varlocality.xml | 6 |
2 files changed, 26 insertions, 38 deletions
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index 8ac8f01e63..de51dff1aa 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml | |||
| @@ -107,32 +107,23 @@ | |||
| 107 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> | 107 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> |
| 108 | <glossdef> | 108 | <glossdef> |
| 109 | <para>A regular expression which evalutates to match the machines the recipe | 109 | <para>A regular expression which evalutates to match the machines the recipe |
| 110 | works with. It stops recipes being run on machines they're incompatible with | 110 | works with. It stops recipes being run on machines they're incompatible with, |
| 111 | which is partciuarly useful with kernels. It also helps to to increase parsing | 111 | which is partciuarly useful with kernels. It also helps to increase parsing |
| 112 | speed as if its found the current machine is not compatible, further parsing | 112 | speed that, further parsing of the recipe is skipped as if it found the current |
| 113 | of the recipe is skipped.</para> | 113 | machine is not compatible.</para> |
| 114 | </glossdef> | 114 | </glossdef> |
| 115 | </glossentry> | 115 | </glossentry> |
| 116 | 116 | ||
| 117 | <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm> | 117 | <glossentry id='var-CONFIG_SITE'><glossterm>CONFIG_SITE</glossterm> |
| 118 | <glossdef> | 118 | <glossdef> |
| 119 | <para> | 119 | <para> |
| 120 | Contains a list of files which containing autoconf test results relevant | 120 | A list of files which contains autoconf test results relevant |
| 121 | to the current build. This variable is used by the autotools utilities | 121 | to the current build. This variable is used by the autotools utilities |
| 122 | when running configure. | 122 | when running configure. |
| 123 | </para> | 123 | </para> |
| 124 | </glossdef> | 124 | </glossdef> |
| 125 | </glossentry> | 125 | </glossentry> |
| 126 | 126 | ||
| 127 | |||
| 128 | <glossentry id='var-CVS_TARBALL_STASH'><glossterm>CVS_TARBALL_STASH</glossterm> | ||
| 129 | <glossdef> | ||
| 130 | <para>Location to search for | ||
| 131 | pre-generated tarballs when fetching from remote SCM | ||
| 132 | repositories (CVS/SVN/GIT)</para> | ||
| 133 | </glossdef> | ||
| 134 | </glossentry> | ||
| 135 | |||
| 136 | </glossdiv> | 127 | </glossdiv> |
| 137 | 128 | ||
| 138 | <glossdiv id='var-glossary-d'><title>D</title> | 129 | <glossdiv id='var-glossary-d'><title>D</title> |
| @@ -259,6 +250,12 @@ | |||
| 259 | </glossdef> | 250 | </glossdef> |
| 260 | </glossentry> | 251 | </glossentry> |
| 261 | 252 | ||
| 253 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> | ||
| 254 | <glossdef> | ||
| 255 | <para>Additional cmake options</para> | ||
| 256 | </glossdef> | ||
| 257 | </glossentry> | ||
| 258 | |||
| 262 | <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm> | 259 | <glossentry id='var-EXTRA_OECONF'><glossterm>EXTRA_OECONF</glossterm> |
| 263 | <glossdef> | 260 | <glossdef> |
| 264 | <para>Additional 'configure' script options</para> | 261 | <para>Additional 'configure' script options</para> |
| @@ -427,13 +424,13 @@ | |||
| 427 | <glossdef> | 424 | <glossdef> |
| 428 | <para>Checksums of the license text in the recipe source code. | 425 | <para>Checksums of the license text in the recipe source code. |
| 429 | </para> | 426 | </para> |
| 430 | <para>This variables tracks changes in license text of the source | 427 | <para>This variable tracks changes in license text of the source |
| 431 | code files. If the license text is changed it triggers the build | 428 | code files. If the license text is changed, it will trigger the build |
| 432 | failure. Which gives developer an oppurtunity to review any | 429 | failure, which gives developer an opportunity to review any |
| 433 | license changes</para> | 430 | license change</para> |
| 434 | <para> This is an optional variable now. And the plan is to make | 431 | <para> This is an optional variable now, and the plan is to make |
| 435 | it a required variable in the future </para> | 432 | it a required variable in the future </para> |
| 436 | <para>See the "meta/package/zlib/zlib_${PV}.bb" file for an example</para> | 433 | <para>See "meta/package/zlib/zlib_${PV}.bb" file for an example</para> |
| 437 | 434 | ||
| 438 | <para>More information in <link | 435 | <para>More information in <link |
| 439 | linkend='usingpoky-configuring-LIC_FILES_CHKSUM'> | 436 | linkend='usingpoky-configuring-LIC_FILES_CHKSUM'> |
| @@ -594,7 +591,7 @@ | |||
| 594 | 591 | ||
| 595 | <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> | 592 | <glossentry id='var-POKYLIBC'><glossterm>POKYLIBC</glossterm> |
| 596 | <glossdef> | 593 | <glossdef> |
| 597 | <para>Libc implementation selector - glibc or uclibc can be selected.</para> | 594 | <para>Libc implementation selector - glibc, eglibc, or uclibc can be selected.</para> |
| 598 | </glossdef> | 595 | </glossdef> |
| 599 | </glossentry> | 596 | </glossentry> |
| 600 | 597 | ||
| @@ -615,9 +612,9 @@ | |||
| 615 | 612 | ||
| 616 | <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm> | 613 | <glossentry id='var-RCONFLICTS'><glossterm>RCONFLICTS</glossterm> |
| 617 | <glossdef> | 614 | <glossdef> |
| 618 | <para>List of packages which which conflict with this | 615 | <para>List of packages which conflict with this |
| 619 | one. Package will not be installed if they will not | 616 | one. Package will not be installed if they are not |
| 620 | be removed first.</para> | 617 | removed first.</para> |
| 621 | </glossdef> | 618 | </glossdef> |
| 622 | </glossentry> | 619 | </glossentry> |
| 623 | 620 | ||
| @@ -645,7 +642,7 @@ | |||
| 645 | 642 | ||
| 646 | <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> | 643 | <glossentry id='var-RRECOMMENDS'><glossterm>RRECOMMENDS</glossterm> |
| 647 | <glossdef> | 644 | <glossdef> |
| 648 | <para>List of packages which extend usability of | 645 | <para>List of packages which extend usability of the |
| 649 | package. Those packages will be automatically | 646 | package. Those packages will be automatically |
| 650 | installed but can be removed by user.</para> | 647 | installed but can be removed by user.</para> |
| 651 | </glossdef> | 648 | </glossdef> |
| @@ -702,16 +699,7 @@ | |||
| 702 | <glossdef> | 699 | <glossdef> |
| 703 | <para> | 700 | <para> |
| 704 | A list of commands to run within the a shell, used by <glossterm><link | 701 | A list of commands to run within the a shell, used by <glossterm><link |
| 705 | linkend='var-TERMCMDRUN'>TERMCMDRUN</link></glossterm>. It defaults to | 702 | linkend='var-TERMCMDRUN'>TERMCMDRUN</link></glossterm>. |
| 706 | <glossterm><link linkend='var-SHELLRCCMD'>SHELLRCCMD</link></glossterm>. | ||
| 707 | </para> | ||
| 708 | </glossdef> | ||
| 709 | </glossentry> | ||
| 710 | |||
| 711 | <glossentry id='var-SHELLRCCMD'><glossterm>SHELLRCCMD</glossterm> | ||
| 712 | <glossdef> | ||
| 713 | <para> | ||
| 714 | How to launch a shell, defaults to bash. | ||
| 715 | </para> | 703 | </para> |
| 716 | </glossdef> | 704 | </glossdef> |
| 717 | </glossentry> | 705 | </glossentry> |
diff --git a/handbook/ref-varlocality.xml b/handbook/ref-varlocality.xml index fb5679499a..87ef0833d7 100644 --- a/handbook/ref-varlocality.xml +++ b/handbook/ref-varlocality.xml | |||
| @@ -109,9 +109,6 @@ | |||
| 109 | <para><glossterm linkend='var-BBINCLUDELOGS'><link linkend='var-BBINCLUDELOGS'>BBINCLUDELOGS</link></glossterm></para> | 109 | <para><glossterm linkend='var-BBINCLUDELOGS'><link linkend='var-BBINCLUDELOGS'>BBINCLUDELOGS</link></glossterm></para> |
| 110 | </listitem> | 110 | </listitem> |
| 111 | <listitem> | 111 | <listitem> |
| 112 | <para><glossterm linkend='var-CVS_TARBALL_STASH'><link linkend='var-CVS_TARBALL_STASH'>CVS_TARBALL_STASH</link></glossterm></para> | ||
| 113 | </listitem> | ||
| 114 | <listitem> | ||
| 115 | <para><glossterm linkend='var-ENABLE_BINARY_LOCALE_GENERATION'><link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>ENABLE_BINARY_LOCALE_GENERATION</link></glossterm></para> | 112 | <para><glossterm linkend='var-ENABLE_BINARY_LOCALE_GENERATION'><link linkend='var-ENABLE_BINARY_LOCALE_GENERATION'>ENABLE_BINARY_LOCALE_GENERATION</link></glossterm></para> |
| 116 | </listitem> | 113 | </listitem> |
| 117 | </itemizedlist> | 114 | </itemizedlist> |
| @@ -192,6 +189,9 @@ | |||
| 192 | linkend='var-DISTRO_PN_ALIAS'>DISTRO_PN_ALIAS</link></glossterm></para> | 189 | linkend='var-DISTRO_PN_ALIAS'>DISTRO_PN_ALIAS</link></glossterm></para> |
| 193 | </listitem> | 190 | </listitem> |
| 194 | <listitem> | 191 | <listitem> |
| 192 | <para><glossterm><link linkend='var-EXTRA_OECMAKE'>EXTRA_OECMAKE</link></glossterm></para> | ||
| 193 | </listitem> | ||
| 194 | <listitem> | ||
| 195 | <para><glossterm><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></glossterm></para> | 195 | <para><glossterm><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></glossterm></para> |
| 196 | </listitem> | 196 | </listitem> |
| 197 | <listitem> | 197 | <listitem> |
