diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-03-03 10:23:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:38 +0000 |
commit | 62e4d4571ce95376d7b82011ba8642f54d55062b (patch) | |
tree | 94323a96f029abd86a8b73f3ec723b3c4f221270 /documentation/ref-manual/ref-variables.xml | |
parent | 4a5f13760b5a62188312a44369af653459cc8227 (diff) | |
download | poky-62e4d4571ce95376d7b82011ba8642f54d55062b.tar.gz |
ref-manual: Updated the MACHINE variable description.
Fill out missing machines for the MACHINE variable.
(From yocto-docs rev: 2b8179cfb7e3a25d95c43f9160d284ebd5deefc7)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 98799d5c95..7122b47f2e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6643,7 +6643,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6643 | shipped include the following: | 6643 | shipped include the following: |
6644 | <literallayout class='monospaced'> | 6644 | <literallayout class='monospaced'> |
6645 | MACHINE ?= "qemuarm" | 6645 | MACHINE ?= "qemuarm" |
6646 | MACHINE ?= "qemuarm64" | ||
6646 | MACHINE ?= "qemumips" | 6647 | MACHINE ?= "qemumips" |
6648 | MACHINE ?= "qemumips64" | ||
6647 | MACHINE ?= "qemuppc" | 6649 | MACHINE ?= "qemuppc" |
6648 | MACHINE ?= "qemux86" | 6650 | MACHINE ?= "qemux86" |
6649 | MACHINE ?= "qemux86-64" | 6651 | MACHINE ?= "qemux86-64" |