summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-07 12:55:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:15 +0100
commit7f6d83a8957c9fab286b7f63a141943766ec6f44 (patch)
tree0c6762d3693f37eb74ca8c87034c60131b383e1b /documentation/ref-manual
parentcdbaa32fd17fcde0221eeffd881d7d46d09656fb (diff)
downloadpoky-7f6d83a8957c9fab286b7f63a141943766ec6f44.tar.gz
documentation: Beagleboard replaced with Beaglebone
Fixes [YOCTO #2444] Several areas affected by the reference BSP "beagleboard" being replaced by "beaglebone". (From yocto-docs rev: 2f02b570e1ebcf0469871b67a029b65fa8b285f2) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 58b508e516..d553ba8f71 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4301,9 +4301,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4301 MACHINE ?= "qemux86-64" 4301 MACHINE ?= "qemux86-64"
4302 MACHINE ?= "genericx86" 4302 MACHINE ?= "genericx86"
4303 MACHINE ?= "genericx86-64" 4303 MACHINE ?= "genericx86-64"
4304 MACHINE ?= "beagleboard" 4304 MACHINE ?= "beaglebone"
4305 MACHINE ?= "mpc8315e-rdb" 4305 MACHINE ?= "mpc8315e-rdb"
4306 MACHINE ?= "routerstationpro" 4306 MACHINE ?= "edgerouter"
4307 </literallayout> 4307 </literallayout>
4308 The last five are Yocto Project reference hardware boards, which 4308 The last five are Yocto Project reference hardware boards, which
4309 are provided in the <filename>meta-yocto-bsp</filename> layer. 4309 are provided in the <filename>meta-yocto-bsp</filename> layer.