From 2891fa16c93ad34aa9cf36b8b83f4145cb83b2ef Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 25 Apr 2026 15:36:22 -0400 Subject: [PATCH] dev-manual: "--runonly" should be "--runall" To properly fetch all the sources as suggested by the docs, one should use "--runall=fetch". (From yocto-docs rev: eb6a87177cec679eae9b2dfae86f49d9789c0ab1) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit 0be8663d1f9e910c304e0960dd9e024e38646480) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/dev-manual/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 8c5aebdb0a..6b1a66ec1f 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst @@ -948,7 +948,7 @@ Follow these steps to populate your Downloads directory: #. *Populate Your Downloads Directory Without Building:* Use BitBake to fetch your sources but inhibit the build:: - $ bitbake target --runonly=fetch + $ bitbake target --runall=fetch The downloads directory (i.e. ``${DL_DIR}``) now has a "snapshot" of the source files in the form of tarballs, which can