summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-15 18:50:10 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-01 05:19:55 -1000
commitf51a5fd78d3b5eddf91c2d81078584621d0fd8c5 (patch)
tree84d21b74b5ebbb4151a66033816ecaaeffa5c394 /documentation/brief-yoctoprojectqs
parent54321fcec4a438978034d52fe98bc408f4dc0f0e (diff)
downloadpoky-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.rst6
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
77You must install essential host packages on your build host. The 77You 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 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