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.
+