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>
<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>