summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index bc3d286f52..916366e88e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1354,7 +1354,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1354 1354
1355 <glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm> 1355 <glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm>
1356 <glossdef> 1356 <glossdef>
1357 <para>Specifies the target device.</para> 1357 <para>
1358 Specifies the target device.
1359 This variable corresponds to a file with the
1360 extension <filename>.conf</filename> located in a
1361 <filename>conf/machine</filename> directory
1362 within the metadata that contains the target device configuration.
1363 </para>
1358 </glossdef> 1364 </glossdef>
1359 </glossentry> 1365 </glossentry>
1360 1366