diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-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'> |