mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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 <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 0be8663d1f9e910c304e0960dd9e024e38646480) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
d63005ebea
commit
2891fa16c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user