summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml2
-rw-r--r--documentation/ref-manual/ref-variables.xml2
-rw-r--r--documentation/ref-manual/technical-details.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index a59a447ce8..efa50b05ff 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -156,7 +156,7 @@
156 "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" section in the 156 "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" section in the
157 Yocto Project Board Support Package (BSP) Developer's Guide.</para> 157 Yocto Project Board Support Package (BSP) Developer's Guide.</para>
158 <note>Four BSPs exist that are part of the 158 <note>Four BSPs exist that are part of the
159 Yocto Project release: <filename>atom-pc</filename>, <filename>beagleboard</filename>, 159 Yocto Project release: <filename>genericx86</filename>, <filename>beagleboard</filename>,
160 <filename>mpc8315e</filename>, and <filename>routerstationpro</filename>. 160 <filename>mpc8315e</filename>, and <filename>routerstationpro</filename>.
161 The recipes and configurations for these four BSPs are located and dispersed 161 The recipes and configurations for these four BSPs are located and dispersed
162 within the <link linkend='source-directory'>Source Directory</link>. 162 within the <link linkend='source-directory'>Source Directory</link>.
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.