diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:59:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | 528cdb7cd55184422b0b5361a7b6ab81314c1ba2 (patch) | |
tree | 326cd7e5348f02bc0561695b393f7b1d98cc3004 /documentation | |
parent | 32a275c5cd9635e9835e407391687780bf5cd81e (diff) | |
download | poky-528cdb7cd55184422b0b5361a7b6ab81314c1ba2.tar.gz |
sphinx: brief-yoctoprojectqs: put other distros note after Ubuntu-specific packages
(From yocto-docs rev: 529de3ad21122970c02b86da99d6cc96b58c3333)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 8 |
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 | |||
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 | .. 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 | |||
91 | Use Git to Clone Poky | 91 | Use Git to Clone Poky |
92 | ===================== | 92 | ===================== |
93 | 93 | ||