diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-08 07:21:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:15:30 +0100 |
commit | 1d6146e0b1123567c6071d1a4ed5d489d6d6f709 (patch) | |
tree | 9e910381b0e1bd90c308dee8a428d71ee3d02982 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | a0958261265049904fd78a2ba0198d46e5e65ea9 (diff) | |
download | poky-1d6146e0b1123567c6071d1a4ed5d489d6d6f709.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/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
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'> |