summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
827 </para> 827 </para>
828 </footnote> 828 </footnote>
829 gives you a minimal description of how to use the Yocto Project to build 829 gives you a minimal description of how to use the Yocto Project to build
830 images for a BeagleBoard xM starting from scratch. 830 images for Beaglebone hardware starting from scratch.
831 The steps were performed on a 64-bit Ubuntu 12.04 system that 831 The steps were performed on a 64-bit Ubuntu 12.04 system that
832 has four cores. 832 has four cores.
833 </para> 833 </para>
@@ -893,7 +893,7 @@
893 <literallayout class='monospaced'> 893 <literallayout class='monospaced'>
894 BB_NUMBER_THREADS = "8" 894 BB_NUMBER_THREADS = "8"
895 PARALLEL_MAKE = "-j 8" 895 PARALLEL_MAKE = "-j 8"
896 MACHINE ?= "beagleboard" 896 MACHINE ?= "beaglebone"
897 </literallayout> 897 </literallayout>
898 Briefly, set 898 Briefly, set
899 <ulink url='&YOCTO_DOCS_REF_URL;#var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></ulink> 899 <ulink url='&YOCTO_DOCS_REF_URL;#var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></ulink>
@@ -949,7 +949,7 @@
949 949
950 <para> 950 <para>
951 At this point, you need to select an image to build for the 951 At this point, you need to select an image to build for the
952 BeagleBoard xM. 952 Beaglebone hardware.
953 If this is your first build using the Yocto Project, you should try 953 If this is your first build using the Yocto Project, you should try
954 the smallest and simplest image: 954 the smallest and simplest image:
955 <literallayout class='monospaced'> 955 <literallayout class='monospaced'>