diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
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> |
