From 62e0a4a425f24fb2940384cf933cd0cfd1f7b5e7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Oct 2013 13:46:56 -0700 Subject: [PATCH] yocto-project-qs: Added a link to MACHINE variable. (From yocto-docs rev: 8263a13c9ae125c35f10d919c9004c00222f20cb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index d898875940..66c6f04146 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -476,8 +476,9 @@ By default, the target architecture for the build is qemux86, which produces an image that can be used in the QEMU emulator and is targeted at an Intel 32-bit based architecture. - To change this default, edit the value of the MACHINE variable - in the configuration file before launching the build. + To change this default, edit the value of the + MACHINE + variable in the configuration file before launching the build.