summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'handbook')
-rw-r--r--handbook/extendpoky.xml2
-rw-r--r--handbook/ref-variables.xml2
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