diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-15 18:50:10 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-03-01 05:19:55 -1000 |
| commit | f51a5fd78d3b5eddf91c2d81078584621d0fd8c5 (patch) | |
| tree | 84d21b74b5ebbb4151a66033816ecaaeffa5c394 /documentation/brief-yoctoprojectqs | |
| parent | 54321fcec4a438978034d52fe98bc408f4dc0f0e (diff) | |
| download | poky-f51a5fd78d3b5eddf91c2d81078584621d0fd8c5.tar.gz | |
ref-manual: system-requirements.rst: simplify supported distro requirements
- This allows to continue sharing the updated Ubuntu/Debian requirements
with the brief-yoctoprojectqs/index.rst without indentation mismatches
(caused by using the same macro in two different contexts: in direct
text and in a bullet list).
- Update poky.yaml.in to adapt the number of spaces at the beginning
of lines.
- brief-yoctoprojectqs/index.rst: fix bad number of spaces
before quote block.
(From yocto-docs rev: 488731c09bf63fadc02ddcdd94fb3374dafce528)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
| -rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index f52b7fa0e0..db17437aa8 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
| @@ -76,11 +76,9 @@ 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 | .. code-block:: shell | 81 | $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL; |
| 82 | |||
| 83 | $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | ||
| 84 | 82 | ||
| 85 | .. note:: | 83 | .. note:: |
| 86 | 84 | ||
