diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-10 14:19:11 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:11 +0100 |
| commit | 56bdedd1da724cae75bec2170b2f88376e7490a3 (patch) | |
| tree | 35935c653d352944ff740d026923e88f84021cc3 | |
| parent | 65159bbb54328b7ea8eb47974876e92cf766ac71 (diff) | |
| download | poky-56bdedd1da724cae75bec2170b2f88376e7490a3.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>
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 8 |
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 | ||
