1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

documentation: poky-ref-manual - Updates to MACHINE glossary entry.

(From yocto-docs rev: 666562a428f5db2b2fc18c7cd21d17247479b24c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-10-18 06:33:17 -07:00
committed by Richard Purdie
parent ed96f96db0
commit cc345014ba
@@ -1420,8 +1420,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>local.conf</filename> file found in the <filename>local.conf</filename> file found in the
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
By default, <filename>MACHINE</filename> is set to By default, <filename>MACHINE</filename> is set to
"qemux86", which is a basic x86 architecture to be run on "qemux86", which is an x86-based architecture machine to
the emulator (QEMU): be emulated using QEMU:
<literallayout class='monospaced'> <literallayout class='monospaced'>
MACHINE ?= "qemux86" MACHINE ?= "qemux86"
</literallayout> </literallayout>
@@ -1435,9 +1435,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</para> </para>
<para> <para>
The possible settings for <filename>MACHINE</filename> that ship with The list of machines supported by the Yocto Project as
the Yocto Project as defined in the <filename>local.conf</filename> shipped include the following:
include the following:
<literallayout class='monospaced'> <literallayout class='monospaced'>
MACHINE ?= "qemuarm" MACHINE ?= "qemuarm"
MACHINE ?= "qemumips" MACHINE ?= "qemumips"
@@ -1449,8 +1448,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
MACHINE ?= "mpc8315e-rdb" MACHINE ?= "mpc8315e-rdb"
MACHINE ?= "routerstationpro" MACHINE ?= "routerstationpro"
</literallayout> </literallayout>
The last four are target machines for hardware boards used The last four are Yocto Project reference hardware boards, which
for demonstration. are provided in the <filename>meta-yocto-bsp</filename> layer.
<note>Adding additional Board Support Package (BSP) layers
to your configuration adds new possible settings for
<filename>MACHINE</filename>.
</note>
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>