diff mbox series

[2/3] doc/bitbake-setup: quick start: change top dir path

Message ID 20251114-update-bbsetup-doc-v1-2-044070bdffec@bootlin.com
State Accepted
Headers show
Series bitbake-setup doc updates | expand

Commit Message

Antonin Godard Nov. 14, 2025, 11:12 a.m. UTC
The top-directory is now created in the CWD, so replace ~ by . in the
example.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
index 9ae8ca7fb9..91caeb041d 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
@@ -53,7 +53,7 @@  Quick Start
 #. With the default choices, the ``bitbake-setup init`` command creates the
    following directories::
 
-      ~/bitbake-builds/
+      ./bitbake-builds/
       └── poky-master-poky-distro_poky-machine_qemux86-64/
           ├── build/
           ├── config/
@@ -61,7 +61,7 @@  Quick Start
 
    With:
 
-   -  ``~/bitbake-build``: the :term:`Top Directory`, where ``bitbake-setup``
+   -  ``./bitbake-builds``: the :term:`Top Directory`, where ``bitbake-setup``
       configures everything. This directory can be configured with the
       :ref:`ref-bbsetup-setting-top-dir-prefix` and
       :ref:`ref-bbsetup-setting-top-dir-name` settings.