[poky] [PATCH 6/6] documentation: Replace atom-pc with genericx86 in the manuals
Darren Hart
dvhart at linux.intel.com
Mon Aug 26 15:18:12 PDT 2013
Update the manuals to reflect the recent replacement of atom-pc with
genericx86.
Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Ross Burton <ross.burton at intel.com>
Cc: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
documentation/dev-manual/dev-manual-model.xml | 2 +-
documentation/ref-manual/ref-variables.xml | 2 +-
documentation/ref-manual/technical-details.xml | 2 +-
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 a59a447..efa50b0 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -156,7 +156,7 @@
"<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" section in the
Yocto Project Board Support Package (BSP) Developer's Guide.</para>
<note>Four BSPs exist that are part of the
- Yocto Project release: <filename>atom-pc</filename>, <filename>beagleboard</filename>,
+ Yocto Project release: <filename>genericx86</filename>, <filename>beagleboard</filename>,
<filename>mpc8315e</filename>, and <filename>routerstationpro</filename>.
The recipes and configurations for these four BSPs are located and dispersed
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 afcf7a7..4ac67c3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2784,7 +2784,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
MACHINE ?= "qemuppc"
MACHINE ?= "qemux86"
MACHINE ?= "qemux86-64"
- MACHINE ?= "atom-pc"
+ MACHINE ?= "genericx86"
MACHINE ?= "beagleboard"
MACHINE ?= "mpc8315e-rdb"
MACHINE ?= "routerstationpro"
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 1b67ca7..faf259b 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1875,7 +1875,7 @@
DEFAULTTUNE = "x86-64-x32"
baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) \
or 'INVALID'), True) or 'lib'}"
- #MACHINE = "atom-pc"
+ #MACHINE = "genericx86"
#DEFAULTTUNE = "core2-64-x32"
</literallayout></para></listitem>
<listitem><para>As usual, use BitBake to build an image that supports the x32 psABI.
--
1.7.9.5
More information about the poky
mailing list