ref-manual: Edits to TARGET_ARCH variable.

(From yocto-docs rev: 521dde2497adf0801febaeecbfaf4191617c79df)

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-03-28 12:26:29 -07:00 committed by Richard Purdie
parent d4a0b61668
commit 4b7512ed8c
1 changed files with 10 additions and 2 deletions

View File

@ -3258,8 +3258,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm>
<glossdef>
<para>The architecture of the device being built.
While a number of values are possible, the OpenEmbedded build system primarily supports
<filename>arm</filename> and <filename>i586</filename>.</para>
The OpenEmbedded build system supports the following
architectures:
<literallayout class='monospaced'>
arm
mips
ppc
x86
x86-64
</literallayout>
</para>
</glossdef>
</glossentry>