From a89f895a79a6a75fdeea99a291c557dc3bb438c1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 12:23:22 -0800 Subject: [PATCH] ref-manual: Updated the BUILD_ARCH variable description. Better wording. (From yocto-docs rev: f048485fb69c4355d01ad1299f5d9187d767806a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 39e173363a..3fe97c6e94 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1221,9 +1221,9 @@ meta/conf/machine/include//arch-.inc Specifies the architecture of the build system (e.g. i686). - The uname command, as reported by the - machine name, sets the value of - BUILD_ARCH. + The OpenEmbedded build system sets the value of + BUILD_ARCH from the machine name + reported by the uname command.