diff mbox series

[2/2] dev-manual/building.rst: add note about externalsrc variables absolute paths

Message ID 20250921132033.31644-3-bhstalel@gmail.com
State Accepted
Headers show
Series Document some checks in externalsrc that could fail the build | expand

Commit Message

Talel BELHADJ SALEM Sept. 21, 2025, 1:20 p.m. UTC
Signed-off-by: Talel BELHAJ SALEM <bhstalel@gmail.com>
---
 documentation/dev-manual/building.rst | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Antonin Godard Oct. 6, 2025, 8:07 a.m. UTC | #1
On Sun, 21 Sep 2025 14:20:33 +0100, Talel BELHAJ SALEM wrote:
> 


Applied, thanks!

[2/2] dev-manual/building.rst: add note about externalsrc variables absolute paths
      commit: 33166d70b6ad093bd95ffccafc0b07820682f656

Best regards,
diff mbox series

Patch

diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst
index 8d00d908e..de37704ad 100644
--- a/documentation/dev-manual/building.rst
+++ b/documentation/dev-manual/building.rst
@@ -764,6 +764,11 @@  to point to that directory::
 
    EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree"
 
+.. note::
+
+   The values of :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD`
+   must be absolute paths.
+
 Replicating a Build Offline
 ===========================