summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-15 18:50:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-20 13:16:52 +0000
commitee1a0825b7d65ef7fb173e210051995222af6ae4 (patch)
tree083fdeab2e5b762b56ca51c6ff6dd4bd02d7cc99 /documentation/brief-yoctoprojectqs
parent443a9f2658d137def30e54fa6f7c4aab95c861f0 (diff)
downloadpoky-ee1a0825b7d65ef7fb173e210051995222af6ae4.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: 38a3228f8981674bc75de135246c4f9eff7b43a1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 c8310e0066..7b8baf233a 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -70,11 +70,9 @@ Build Host Packages
70 70
71You must install essential host packages on your build host. The 71You must install essential host packages on your build host. The
72following command installs the host packages based on an Ubuntu 72following command installs the host packages based on an Ubuntu
73distribution: 73distribution::
74 74
75.. code-block:: shell 75 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
76
77 $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
78 76
79.. note:: 77.. note::
80 78