mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
863cc7483f
commit
9680453798
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user