]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: updates to TARGET_ARCH and KARCH variables.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 9 Aug 2013 11:20:24 +0000 (14:20 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:56 +0000 (13:18 +0100)
(From yocto-docs rev: c466ca5b8e9c4fb1824b3cb1bd9d53a300696a2d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 4445ffb5a125caeaabebd066f8dcad069ae20ee4..1a3cedf98ea6665a1ac7418039624af4a91aa92b 100644 (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>