diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-31 15:19:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:43 +0100 |
commit | 2fcca2d645b4bd607fca2ec93e8fbee4c0af9aae (patch) | |
tree | 908a1307a345076ea405010e2329a38498774372 /documentation/dev-manual/dev-manual-start.xml | |
parent | 84331dc67ef37a42cf276dab353218542ba54998 (diff) | |
download | poky-2fcca2d645b4bd607fca2ec93e8fbee4c0af9aae.tar.gz |
dev-manual: Adjusted "build host" wording.
Fixed the "Preparing the Build Host" section to consistently use
the terminolgy "build host".
(From yocto-docs rev: 6199dde0611b4f077dfb2ad1ebdcc1414c4a081a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e2b478f68e..3356d8be68 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -400,18 +400,18 @@ | |||
400 | <title>Preparing the Build Host</title> | 400 | <title>Preparing the Build Host</title> |
401 | 401 | ||
402 | <para> | 402 | <para> |
403 | This section provides procedures to set up your development host to | 403 | This section provides procedures to set up a system to be used as your |
404 | use the Yocto Project. | 404 | <ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink> |
405 | You can use the Yocto Project on a native Linux development host | 405 | for development using the Yocto Project. |
406 | (recommended) or you can use | 406 | Your build host can be a native Linux machine (recommended) or it can |
407 | be a machine (Linux, Mac, or Windows) that uses | ||
407 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, | 408 | <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/crops/about/'>CROPS</ulink>, |
408 | which leverages | 409 | which leverages |
409 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>, | 410 | <ulink url='https://www.docker.com/'>Docker Containers</ulink>. |
410 | to prepare any Linux, Mac, or Windows development host. | ||
411 | </para> | 411 | </para> |
412 | 412 | ||
413 | <para> | 413 | <para> |
414 | Once your development host is set up to use the Yocto Project, | 414 | Once your build host is set up to use the Yocto Project, |
415 | further steps are necessary depending on what you want to | 415 | further steps are necessary depending on what you want to |
416 | accomplish. | 416 | accomplish. |
417 | See the following references for information on how to prepare for | 417 | See the following references for information on how to prepare for |
@@ -446,7 +446,7 @@ | |||
446 | 446 | ||
447 | <para> | 447 | <para> |
448 | Follow these steps to prepare a native Linux machine as your | 448 | Follow these steps to prepare a native Linux machine as your |
449 | Yocto Project development host: | 449 | Yocto Project Build Host: |
450 | <orderedlist> | 450 | <orderedlist> |
451 | <listitem><para> | 451 | <listitem><para> |
452 | <emphasis>Use a Supported Linux Distribution:</emphasis> | 452 | <emphasis>Use a Supported Linux Distribution:</emphasis> |