diff options
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index c5400e4ac8..b37142ef14 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -44,7 +44,7 @@ following requirements: | |||
44 | much more will help to run multiple builds and increase | 44 | much more will help to run multiple builds and increase |
45 | performance by reusing build artifacts. | 45 | performance by reusing build artifacts. |
46 | 46 | ||
47 | - At least &MIN_RAM; Gbytes of RAM, though a modern modern build host with as | 47 | - At least &MIN_RAM; Gbytes of RAM, though a modern build host with as |
48 | much RAM and as many CPU cores as possible is strongly recommended to | 48 | much RAM and as many CPU cores as possible is strongly recommended to |
49 | maximize build performance. | 49 | maximize build performance. |
50 | 50 | ||
@@ -57,7 +57,7 @@ following requirements: | |||
57 | :ref:`dev-manual/start:preparing the build host` | 57 | :ref:`dev-manual/start:preparing the build host` |
58 | section in the Yocto Project Development Tasks Manual. | 58 | section in the Yocto Project Development Tasks Manual. |
59 | 59 | ||
60 | - | 60 | - Ensure that the following utilities have these minimum version numbers: |
61 | 61 | ||
62 | - Git &MIN_GIT_VERSION; or greater | 62 | - Git &MIN_GIT_VERSION; or greater |
63 | - tar &MIN_TAR_VERSION; or greater | 63 | - tar &MIN_TAR_VERSION; or greater |
@@ -65,7 +65,7 @@ following requirements: | |||
65 | - gcc &MIN_GCC_VERSION; or greater. | 65 | - gcc &MIN_GCC_VERSION; or greater. |
66 | - GNU make &MIN_MAKE_VERSION; or greater | 66 | - GNU make &MIN_MAKE_VERSION; or greater |
67 | 67 | ||
68 | If your build host does not meet any of these three listed version | 68 | If your build host does not satisfy all of the above version |
69 | requirements, you can take steps to prepare the system so that you | 69 | requirements, you can take steps to prepare the system so that you |
70 | can still use the Yocto Project. See the | 70 | can still use the Yocto Project. See the |
71 | :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` | 71 | :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions` |
@@ -78,7 +78,7 @@ You must install essential host packages on your build host. The | |||
78 | following command installs the host packages based on an Ubuntu | 78 | following command installs the host packages based on an Ubuntu |
79 | distribution:: | 79 | distribution:: |
80 | 80 | ||
81 | $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | 81 | $ sudo apt install &UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL; |
82 | 82 | ||
83 | .. note:: | 83 | .. note:: |
84 | 84 | ||
@@ -182,7 +182,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
182 | page of the Yocto Project Wiki. | 182 | page of the Yocto Project Wiki. |
183 | 183 | ||
184 | #. **Initialize the Build Environment:** From within the ``poky`` | 184 | #. **Initialize the Build Environment:** From within the ``poky`` |
185 | directory, run the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` | 185 | directory, run the :ref:`ref-manual/structure:``oe-init-build-env``` |
186 | environment | 186 | environment |
187 | setup script to define Yocto Project's build environment on your | 187 | setup script to define Yocto Project's build environment on your |
188 | build host. | 188 | build host. |
@@ -252,7 +252,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
252 | file in the :term:`Build Directory`:: | 252 | file in the :term:`Build Directory`:: |
253 | 253 | ||
254 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" | 254 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" |
255 | SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 255 | SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
256 | BB_HASHSERVE = "auto" | 256 | BB_HASHSERVE = "auto" |
257 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 257 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
258 | 258 | ||