diff mbox series

Quick Build Guide: Rephrase section title for clarity.

Message ID 5713d6f0-643a-2a73-008f-9be0953a7310@crashcourse.ca
State New
Headers show
Series Quick Build Guide: Rephrase section title for clarity. | expand

Commit Message

Robert P. J. Day Nov. 19, 2025, 12:08 p.m. UTC
The section title "Use Git to Clone bitbake-setup" is potentially
misleading as it seems to suggest that one will clone a repository
named "bitbake-setup"; rephrase to make it clear that one is cloning
simply the "bitbake" repository.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 211b6d70f..52bc40b32 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -87,13 +87,13 @@  distribution:
    see the :ref:`ref-manual/system-requirements:required packages for the build host`
    section in the Yocto Project Reference Manual.

-Use Git to Clone bitbake-setup
-==============================
+Clone bitbake repositiory to get bitbake-setup
+==============================================

 Once you complete the setup instructions for your machine, you need to
 get a copy of the ``bitbake-setup`` tool to setup the :term:`Poky` reference
 distribution on your build host. Use the following commands to clone
-the bitbake repository.
+the bitbake repository, which provides the ``bitbake-setup`` command.

 .. code-block:: shell