Message ID | 20250526-fix-forgotten-macro-v1-1-1dad286539de@bootlin.com |
---|---|
State | Accepted |
Headers | show |
Series | brief-yoctoprojectqs/index.rst: replace removed macro | expand |
Hi Antonin, On 5/26/25 9:31 AM, Antonin Godard via lists.yoctoproject.org wrote: > 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> > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 070f5e2cf..48f81b16a 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -76,9 +76,10 @@ Build Host Packages You must install essential host packages on your build host. The following command installs the host packages based on an Ubuntu -distribution:: +distribution: - $ sudo apt install &UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL; +.. literalinclude:: ../tools/host_packages_scripts/ubuntu_essential.sh + :language: shell .. note::
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> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/brief-yoctoprojectqs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- base-commit: 3460177c46d360b0f2f852cdab23f21bd4ec6d5a change-id: 20250526-fix-forgotten-macro-333107092a14 Best regards,