From ef7f9aba96c508dc5e4deca0f26db784c66298e3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 2 Apr 2014 06:16:57 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 5 +++++ 1 file changed, 5 insertions(+) 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" SDKMACHINE ?= "i686" + + You cannot set the SDKMACHINE + variable in your distribution configuration file. + If you do, the configuration will not take affect. + -- cgit v1.2.3-54-g00ecf