summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-10 14:19:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-15 14:45:47 +0100
commit4a656cf222ae1d9322c925f2b0c9b445144ca8c9 (patch)
tree28066b9cf8e6ee47b68517ac66105aba262097a9 /documentation/poky-ref-manual
parent8419bb799e8d47d13d1893e85c3ffb0b97ee1382 (diff)
downloadpoky-4a656cf222ae1d9322c925f2b0c9b445144ca8c9.tar.gz
documentation: poky-ref-manual - MACHINE definition extended.
Extend the description of the MACHINE variable so that it mentions that this points to a .conf file under conf/machine. (From yocto-docs rev: dd82b176bb059d03faec1abdd406e4cf8f0e5afb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-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