Message ID | 47e13a94-0ba3-cd70-4086-897143f7ff61@crashcourse.ca |
---|---|
State | Under Review |
Headers | show |
Series | dev-manual: minor grammar correction | expand |
Hi Robert, On 6/22/25 11:12 AM, Robert P. J. Day via lists.yoctoproject.org wrote: > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 865d2e1b6..c90b3ad40 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst @@ -813,7 +813,7 @@ directory: #. *Using Local Files Only:* Inside your ``local.conf`` file, add the :term:`SOURCE_MIRROR_URL` variable, inherit the - :ref:`ref-classes-own-mirrors` class, and use the + :ref:`ref-classes-own-mirrors` class, and add the :term:`BB_NO_NETWORK` variable to your ``local.conf``:: SOURCE_MIRROR_URL ?= "file:///home/your-download-dir/"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---