diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-02 06:16:57 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-04 15:20:17 +0100 |
commit | ef7f9aba96c508dc5e4deca0f26db784c66298e3 (patch) | |
tree | 9a0cf8ca0cb2c30c27e1bb672cfa645da35d8603 /documentation/ref-manual | |
parent | 35869b5d4bec2a0d0e9ff27ba19862ed05730fea (diff) | |
download | poky-ef7f9aba96c508dc5e4deca0f26db784c66298e3.tar.gz |
ref-manual: Edits to the SDKMACHINE variable.
Fixes [YOCTO #5861]
Added a note to the SDKMACHINE glossary variable stating that you
can't set the variable in the distribution configuration file and if
you do, it won't get recognized.
(From yocto-docs rev: 8cdc14e553586f6a754dfc3a91cc9741eb1784ee)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5b0e593c3d..7539136734 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6400,6 +6400,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6400 | <literallayout class='monospaced'> | 6400 | <literallayout class='monospaced'> |
6401 | SDKMACHINE ?= "i686" | 6401 | SDKMACHINE ?= "i686" |
6402 | </literallayout> | 6402 | </literallayout> |
6403 | <note> | ||
6404 | You cannot set the <filename>SDKMACHINE</filename> | ||
6405 | variable in your distribution configuration file. | ||
6406 | If you do, the configuration will not take affect. | ||
6407 | </note> | ||
6403 | </para> | 6408 | </para> |
6404 | </glossdef> | 6409 | </glossdef> |
6405 | </glossentry> | 6410 | </glossentry> |