diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-05-26 09:31:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-26 13:02:49 +0100 |
commit | e2192ecec1572ce83544d40f3b325760e33db45c (patch) | |
tree | c106c7e51089d363fd88927384cfdf072e7c481c /documentation | |
parent | be2eaa114b9654f303a409bd4e59e9ed36315e0e (diff) | |
download | poky-e2192ecec1572ce83544d40f3b325760e33db45c.tar.gz |
brief-yoctoprojectqs/index.rst: replace removed macro
The UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL macro was removed after
8d993022c2ae ("docs: use literalinclude for system requirements").
Replace by the literalinclude like in the reference manual.
Reported-by: "Robert P. J. Day" <rpjday@crashcourse.ca>
(From yocto-docs rev: 1316bd95f4c4107549de34b78bca0499233497e8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 070f5e2cf3..48f81b16a9 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -76,9 +76,10 @@ 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 | $ sudo apt install &UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL; | 81 | .. literalinclude:: ../tools/host_packages_scripts/ubuntu_essential.sh |
82 | :language: shell | ||
82 | 83 | ||
83 | .. note:: | 84 | .. note:: |
84 | 85 | ||