diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 12:26:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:42 +0100 |
commit | 4b7512ed8ce2c513703017f30fc64ab15178ec3e (patch) | |
tree | 24745f3c97d0cb1a69c5c09ccaa49cf07d69baff /documentation | |
parent | d4a0b6166879d800aa6576faafbf46a274296f84 (diff) | |
download | poky-4b7512ed8ce2c513703017f30fc64ab15178ec3e.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fa4995b79c..df0b8e7459 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -3258,8 +3258,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
3258 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> | 3258 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> |
3259 | <glossdef> | 3259 | <glossdef> |
3260 | <para>The architecture of the device being built. | 3260 | <para>The architecture of the device being built. |
3261 | While a number of values are possible, the OpenEmbedded build system primarily supports | 3261 | The OpenEmbedded build system supports the following |
3262 | <filename>arm</filename> and <filename>i586</filename>.</para> | 3262 | architectures: |
3263 | <literallayout class='monospaced'> | ||
3264 | arm | ||
3265 | mips | ||
3266 | ppc | ||
3267 | x86 | ||
3268 | x86-64 | ||
3269 | </literallayout> | ||
3270 | </para> | ||
3263 | </glossdef> | 3271 | </glossdef> |
3264 | </glossentry> | 3272 | </glossentry> |
3265 | 3273 | ||