summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
index 6d65cf8fd5..9d8b502f8c 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst
@@ -78,16 +78,16 @@ You must install essential host packages on your build host. The
78following command installs the host packages based on an Ubuntu 78following command installs the host packages based on an Ubuntu
79distribution: 79distribution:
80 80
81.. code-block:: shell
82
83 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
84
81.. note:: 85.. note::
82 86
83 For host package requirements on all supported Linux distributions, 87 For host package requirements on all supported Linux distributions,
84 see the :ref:`ref-manual/ref-system-requirements:required packages for the build host` 88 see the :ref:`ref-manual/ref-system-requirements:required packages for the build host`
85 section in the Yocto Project Reference Manual. 89 section in the Yocto Project Reference Manual.
86 90
87.. code-block:: shell
88
89 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
90
91Use Git to Clone Poky 91Use Git to Clone Poky
92===================== 92=====================
93 93