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)
downloadast2050-yocto-poky-f5c7a1f92ab181da409ac36994168b38a49e1aa9.zip
ast2050-yocto-poky-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 4445ffb..1a3cedf 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"
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>
OpenPOWER on IntegriCloud