From f36b7525bb56cdee6be19bdece5896b779f0c5b9 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 22 Jun 2025 05:12:21 -0400 Subject: [PATCH] dev-manual: minor grammar correction (From yocto-docs rev: 4e06c7f08a36c54a7f14760e609058468fab112f) Signed-off-by: Robert P. J. Day Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- 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 865d2e1b67..c90b3ad400 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/"