diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-28 09:38:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-28 09:38:54 +0000 |
commit | 116861d6622cbddb6c8c79ac67ade2a8b0ae2658 (patch) | |
tree | d631e613c17d22d75090630bde1d995fa9d517e2 /handbook | |
parent | e1fcc01376f74c1a1f43e5aeb7a1813325b7f263 (diff) | |
download | poky-116861d6622cbddb6c8c79ac67ade2a8b0ae2658.tar.gz |
handbook: s/COMPATIBLE_MACHINES/COMPATIBLE_MACHINE/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4357 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/extendpoky.xml | 2 | ||||
-rw-r--r-- | handbook/ref-variables.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml index 18a7b66647..d6f183acc6 100644 --- a/handbook/extendpoky.xml +++ b/handbook/extendpoky.xml | |||
@@ -469,7 +469,7 @@ bitbake poky-image-sato | |||
469 | suitable defconfig file in a location similar to that used by other | 469 | suitable defconfig file in a location similar to that used by other |
470 | machine's defconfig files in a given kernel, possibly listing it in | 470 | machine's defconfig files in a given kernel, possibly listing it in |
471 | the SRC_URI and adding the machine to the expression in <glossterm> | 471 | the SRC_URI and adding the machine to the expression in <glossterm> |
472 | <link linkend='var-COMPATIBLE_MACHINES'>COMPATIBLE_MACHINES</link> | 472 | <link linkend='var-COMPATIBLE_MACHINE'>COMPATIBLE_MACHINE</link> |
473 | </glossterm>. | 473 | </glossterm>. |
474 | </para> | 474 | </para> |
475 | </section> | 475 | </section> |
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index 437e8240f6..a3590e1072 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml | |||
@@ -97,7 +97,7 @@ | |||
97 | </glossdef> | 97 | </glossdef> |
98 | </glossentry> | 98 | </glossentry> |
99 | 99 | ||
100 | <glossentry id='var-COMPATIBLE_MACHINES'><glossterm>COMPATIBLE_MACHINES</glossterm> | 100 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> |
101 | <glossdef> | 101 | <glossdef> |
102 | <para>A regular expression which evalutates to match the machines the recipe | 102 | <para>A regular expression which evalutates to match the machines the recipe |
103 | works with. It stops recipes being run on machines they're incompatible with | 103 | works with. It stops recipes being run on machines they're incompatible with |