From 7f6d83a8957c9fab286b7f63a141943766ec6f44 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 7 Apr 2014 12:55:51 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') 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" MACHINE ?= "qemux86-64" MACHINE ?= "genericx86" MACHINE ?= "genericx86-64" - MACHINE ?= "beagleboard" + MACHINE ?= "beaglebone" MACHINE ?= "mpc8315e-rdb" - MACHINE ?= "routerstationpro" + MACHINE ?= "edgerouter" The last five are Yocto Project reference hardware boards, which are provided in the meta-yocto-bsp layer. -- cgit v1.2.3-54-g00ecf