diff options
author | Darren Hart <darren.hart@intel.com> | 2013-09-10 16:46:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-12 16:50:11 +0100 |
commit | 91b9202de9be26b48a893589108d64d86a6e9f68 (patch) | |
tree | b2f0c406bb683860c39ad6d32c4c5fd313fba44c /documentation/ref-manual | |
parent | 743106f3926b0128b3235975c434db39af16a634 (diff) | |
download | poky-91b9202de9be26b48a893589108d64d86a6e9f68.tar.gz |
dev-manual, ref-manual: replaced "atom-pc" with "genericx86"
Update the manuals to reflect the recent replacement of atom-pc with
genericx86.
(From yocto-docs rev: 8f77006d74b77000f56b64581cb5f6474f53a4f1)
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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a27f43fbcf..b3562db578 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2869,7 +2869,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2869 | MACHINE ?= "qemuppc" | 2869 | MACHINE ?= "qemuppc" |
2870 | MACHINE ?= "qemux86" | 2870 | MACHINE ?= "qemux86" |
2871 | MACHINE ?= "qemux86-64" | 2871 | MACHINE ?= "qemux86-64" |
2872 | MACHINE ?= "atom-pc" | 2872 | MACHINE ?= "genericx86" |
2873 | MACHINE ?= "beagleboard" | 2873 | MACHINE ?= "beagleboard" |
2874 | MACHINE ?= "mpc8315e-rdb" | 2874 | MACHINE ?= "mpc8315e-rdb" |
2875 | MACHINE ?= "routerstationpro" | 2875 | MACHINE ?= "routerstationpro" |
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 40733fae6a..be9c38709a 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -846,7 +846,7 @@ | |||
846 | DEFAULTTUNE = "x86-64-x32" | 846 | DEFAULTTUNE = "x86-64-x32" |
847 | baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) \ | 847 | baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) \ |
848 | or 'INVALID'), True) or 'lib'}" | 848 | or 'INVALID'), True) or 'lib'}" |
849 | #MACHINE = "atom-pc" | 849 | #MACHINE = "genericx86" |
850 | #DEFAULTTUNE = "core2-64-x32" | 850 | #DEFAULTTUNE = "core2-64-x32" |
851 | </literallayout></para></listitem> | 851 | </literallayout></para></listitem> |
852 | <listitem><para>As usual, use BitBake to build an image that supports the x32 psABI. | 852 | <listitem><para>As usual, use BitBake to build an image that supports the x32 psABI. |