summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 14:20:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:56 +0100
commitf5c7a1f92ab181da409ac36994168b38a49e1aa9 (patch)
tree24eaef298025b869a5fc63b7659a14b1ead3d3aa /documentation
parenta3d3c7dad43963f91696a920ce2ce23abb7d259c (diff)
downloadpoky-f5c7a1f92ab181da409ac36994168b38a49e1aa9.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4445ffb5a1..1a3cedf98e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2141,11 +2141,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2141 Architectures supported for this release are: 2141 Architectures supported for this release are:
2142 <literallayout class='monospaced'> 2142 <literallayout class='monospaced'>
2143 powerpc 2143 powerpc
2144 arm
2145 i386 2144 i386
2146 mips
2147 powerpc
2148 x86_64 2145 x86_64
2146 arm
2147 qemu
2148 mips
2149 </literallayout> 2149 </literallayout>
2150 </para> 2150 </para>
2151 2151
@@ -4437,14 +4437,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4437 <glossdef> 4437 <glossdef>
4438 <para> 4438 <para>
4439 The architecture of the device being built. 4439 The architecture of the device being built.
4440 The OpenEmbedded build system supports the following 4440 The OpenEmbedded build system supports many
4441 architectures: 4441 architectures.
4442 Here is an example list of architectures supported.
4443 This list is by no means complete as the architecture
4444 is configurable:
4442 <literallayout class='monospaced'> 4445 <literallayout class='monospaced'>
4443 arm 4446 arm
4447 i586
4448 x86_64
4449 powerpc
4450 powerpc64
4444 mips 4451 mips
4445 ppc 4452 mipsel
4446 x86
4447 x86-64
4448 </literallayout> 4453 </literallayout>
4449 </para> 4454 </para>
4450 </glossdef> 4455 </glossdef>