From: Darren Hart Date: Tue, 10 Sep 2013 23:46:46 +0000 (-0700) Subject: dev-manual, ref-manual: replaced "atom-pc" with "genericx86" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91b9202de9be26b48a893589108d64d86a6e9f68;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index a59a447ce8e..efa50b05ffd 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -156,7 +156,7 @@ "BSP Layers" section in the Yocto Project Board Support Package (BSP) Developer's Guide. Four BSPs exist that are part of the - Yocto Project release: atom-pc, beagleboard, + Yocto Project release: genericx86, beagleboard, mpc8315e, and routerstationpro. The recipes and configurations for these four BSPs are located and dispersed within the Source Directory. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a27f43fbcfe..b3562db578b 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" 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 40733fae6a5..be9c38709ae 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -846,7 +846,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" As usual, use BitBake to build an image that supports the x32 psABI.