diff mbox series

dev-manual: CH 2, small number of clarifications

Message ID bf003426-3d6b-c35b-769e-a09af45b05e1@crashcourse.ca
State Under Review
Headers show
Series dev-manual: CH 2, small number of clarifications | expand

Commit Message

Robert P. J. Day June 20, 2025, 10:28 a.m. UTC
- drop reference to "opkg", just refer in general to packagers
  - correct what "QEMU" stands for (missing space)
  - correct version conditional
  - add a couple extra steps to typical workflow
  - drop implication that one can modify local poky checkout

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

---
diff mbox series

Patch

diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index d77da0427..44bd2de13 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -109,7 +109,7 @@  particular working environment and set of practices.

     -  Keep your cross-development toolchains updated. You can do this
        through provisioning either as new toolchain downloads or as
-       updates through a package update mechanism using ``opkg`` to
+       updates through a package update mechanism to
        provide updates to an existing toolchain. The exact mechanics of
        how and when to do this depend on local policy.

@@ -159,7 +159,7 @@  particular working environment and set of practices.
        are made.

     -  Allows triggering of automated image booting and testing under
-       the QuickEMUlator (QEMU).
+       the Quick EMUlator (QEMU).

     -  Supports incremental build testing and from-scratch builds.

@@ -310,7 +310,7 @@  Project Build Host:

    -  GNU make &MIN_MAKE_VERSION; or greater

-   If your build host does not meet any of these listed version
+   If your build host does not satisfy all of these listed version
    requirements, you can take steps to prepare the system so that you
    can still use the Yocto Project. See the
    ":ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`"
@@ -568,7 +568,7 @@  extension accordingly.
 Locating Yocto Project Source Files
 ===================================

-This section shows you how to locate, fetch and configure the source
+This section shows you how to locate, fetch, unpack, patch and configure the source
 files you'll need to work with the Yocto Project.

 .. note::
@@ -720,11 +720,11 @@  Follow these steps to create a local version of the upstream
       $ git branch
       * master

-   Your local repository of poky is identical to the
-   upstream poky repository at the time from which it was cloned. As you
+   Your local repository of poky is initially identical to the
+   upstream poky repository from which it was cloned. As you
    work with the local branch, you can periodically use the
-   ``git pull --rebase`` command to be sure you are up-to-date
-   with the upstream branch.
+   ``git pull`` command to be sure you stay up-to-date
+   with the upstream poky branch.

 Checking Out by Branch in Poky
 ------------------------------