diff options
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 2f6e4cf02e..fed511c2b6 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -76,9 +76,10 @@ Build Host Packages | |||
76 | 76 | ||
77 | You must install essential host packages on your build host. The | 77 | 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_DEBIAN_HOST_PACKAGES_ESSENTIAL; | 81 | .. literalinclude:: ../tools/host_packages_scripts/ubuntu_essential.sh |
82 | :language: shell | ||
82 | 83 | ||
83 | .. note:: | 84 | .. note:: |
84 | 85 | ||
@@ -182,7 +183,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
182 | page of the Yocto Project Wiki. | 183 | page of the Yocto Project Wiki. |
183 | 184 | ||
184 | #. **Initialize the Build Environment:** From within the ``poky`` | 185 | #. **Initialize the Build Environment:** From within the ``poky`` |
185 | directory, run the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` | 186 | directory, run the :ref:`ref-manual/structure:``oe-init-build-env``` |
186 | environment | 187 | environment |
187 | setup script to define Yocto Project's build environment on your | 188 | setup script to define Yocto Project's build environment on your |
188 | build host. | 189 | build host. |
@@ -252,7 +253,7 @@ an entire Linux distribution, including the toolchain, from source. | |||
252 | file in the :term:`Build Directory`:: | 253 | file in the :term:`Build Directory`:: |
253 | 254 | ||
254 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" | 255 | BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" |
255 | SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH" | 256 | SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH" |
256 | BB_HASHSERVE = "auto" | 257 | BB_HASHSERVE = "auto" |
257 | BB_SIGNATURE_HANDLER = "OEEquivHash" | 258 | BB_SIGNATURE_HANDLER = "OEEquivHash" |
258 | 259 | ||