aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 07:21:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:22:48 +0100
commit96804537987a3ffde0bd2b6f95325755511e9ad8 (patch)
tree7808225e1e5699f4ddb5132f864e0a4fde0242fb /documentation/yocto-project-qs
parent863cc7483f5ee43189537940de8ee5c0964d24cc (diff)
downloadopenembedded-core-contrib-96804537987a3ffde0bd2b6f95325755511e9ad8.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
</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'>