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>
This commit is contained in:
Paul Eggleton 2012-10-10 14:19:11 -07:00 committed by Richard Purdie
parent 65159bbb54
commit 56bdedd1da
1 changed files with 7 additions and 1 deletions

View File

@ -1354,7 +1354,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-MACHINE'><glossterm>MACHINE</glossterm>
<glossdef>
<para>Specifies the target device.</para>
<para>
Specifies the target device.
This variable corresponds to a file with the
extension <filename>.conf</filename> located in a
<filename>conf/machine</filename> directory
within the metadata that contains the target device configuration.
</para>
</glossdef>
</glossentry>