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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-04-08 07:21:31 -07:00 committed by Richard Purdie
parent 863cc7483f
commit 9680453798

View File

@ -827,7 +827,7 @@
</para>
</footnote>
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.
</para>
@ -893,7 +893,7 @@
<literallayout class='monospaced'>
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j 8"
MACHINE ?= "beagleboard"
MACHINE ?= "beaglebone"
</literallayout>
Briefly, set
<ulink url='&YOCTO_DOCS_REF_URL;#var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></ulink>
@ -949,7 +949,7 @@
<para>
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:
<literallayout class='monospaced'>