From 93ecafc466129289541699a3c2312987efaac345 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 18 Oct 2012 06:33:17 -0700 Subject: documentation: poky-ref-manual - Updates to MACHINE glossary entry. (From yocto-docs rev: 666562a428f5db2b2fc18c7cd21d17247479b24c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 50e3400ae5..163d1c02c9 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1420,8 +1420,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" local.conf file found in the Build Directory. By default, MACHINE is set to - "qemux86", which is a basic x86 architecture to be run on - the emulator (QEMU): + "qemux86", which is an x86-based architecture machine to + be emulated using QEMU: MACHINE ?= "qemux86" @@ -1435,9 +1435,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - The possible settings for MACHINE that ship with - the Yocto Project as defined in the local.conf - include the following: + The list of machines supported by the Yocto Project as + shipped include the following: MACHINE ?= "qemuarm" MACHINE ?= "qemumips" @@ -1449,8 +1448,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE ?= "mpc8315e-rdb" MACHINE ?= "routerstationpro" - The last four are target machines for hardware boards used - for demonstration. + The last four are Yocto Project reference hardware boards, which + are provided in the meta-yocto-bsp layer. + Adding additional Board Support Package (BSP) layers + to your configuration adds new possible settings for + MACHINE. + -- cgit v1.2.3-54-g00ecf