From 96804537987a3ffde0bd2b6f95325755511e9ad8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 07:21:31 -0700 Subject: yocto-project-qs: Substituting Beaglebone for Beagleboard. Fixes [YOCTO #2444] I swapped out the hardware names for the example in the "Super User" section. Beagleboard is no longer shipped with the YP. It has been replaced by Beaglebone. (From yocto-docs rev: b71ecd4f24dd4c1804c9e8c26aedacbdfaa694a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 393da9529f..5ffe674230 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -827,7 +827,7 @@ gives you a minimal description of how to use the Yocto Project to build - images for a BeagleBoard xM starting from scratch. + images for Beaglebone hardware starting from scratch. The steps were performed on a 64-bit Ubuntu 12.04 system that has four cores. @@ -893,7 +893,7 @@ BB_NUMBER_THREADS = "8" PARALLEL_MAKE = "-j 8" - MACHINE ?= "beagleboard" + MACHINE ?= "beaglebone" Briefly, set BB_NUMBER_THREADS @@ -949,7 +949,7 @@ At this point, you need to select an image to build for the - BeagleBoard xM. + Beaglebone hardware. If this is your first build using the Yocto Project, you should try the smallest and simplest image: -- cgit v1.2.3-54-g00ecf