aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-02 06:16:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-04 15:20:17 +0100
commitef7f9aba96c508dc5e4deca0f26db784c66298e3 (patch)
tree9a0cf8ca0cb2c30c27e1bb672cfa645da35d8603 /documentation
parent35869b5d4bec2a0d0e9ff27ba19862ed05730fea (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--documentation/ref-manual/ref-variables.xml5
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"
<literallayout class='monospaced'>
SDKMACHINE ?= "i686"
</literallayout>
+ <note>
+ You cannot set the <filename>SDKMACHINE</filename>
+ variable in your distribution configuration file.
+ If you do, the configuration will not take affect.
+ </note>
</para>
</glossdef>
</glossentry>