ref-manual: updates to TARGET_ARCH and KARCH variables.

(From yocto-docs rev: c466ca5b8e9c4fb1824b3cb1bd9d53a300696a2d)

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 2013-08-09 14:20:24 +03:00 committed by Richard Purdie
parent a3d3c7dad4
commit f5c7a1f92a
1 changed files with 13 additions and 8 deletions

View File

@ -2141,11 +2141,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Architectures supported for this release are:
<literallayout class='monospaced'>
powerpc
arm
i386
mips
powerpc
x86_64
arm
qemu
mips
</literallayout>
</para>
@ -4437,14 +4437,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossdef>
<para>
The architecture of the device being built.
The OpenEmbedded build system supports the following
architectures:
The OpenEmbedded build system supports many
architectures.
Here is an example list of architectures supported.
This list is by no means complete as the architecture
is configurable:
<literallayout class='monospaced'>
arm
i586
x86_64
powerpc
powerpc64
mips
ppc
x86
x86-64
mipsel
</literallayout>
</para>
</glossdef>