diff options
author | Talel BELHAJ SALEM <bhstalel@gmail.com> | 2025-09-21 14:20:33 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 10:09:02 -0700 |
commit | 55c58356f18defc82c558a0a22c98db6f31688bc (patch) | |
tree | ac175cdab8bfb55cc8f336c3f643e7252780b710 /documentation/dev-manual/building.rst | |
parent | 3c3b5d0fe9c079f96ac672cac43bbe4166d3b297 (diff) | |
download | poky-55c58356f18defc82c558a0a22c98db6f31688bc.tar.gz |
dev-manual/building.rst: add note about externalsrc variables absolute paths
(From yocto-docs rev: a0ffc6296e7349367fa6e6e615b74e2017a1a67e)
Signed-off-by: Talel BELHAJ SALEM <bhstalel@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 33166d70b6ad093bd95ffccafc0b07820682f656)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/building.rst')
-rw-r--r-- | documentation/dev-manual/building.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 4770a5a184..8c5aebdb0a 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst | |||
@@ -909,6 +909,11 @@ to point to that directory:: | |||
909 | 909 | ||
910 | EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree" | 910 | EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree" |
911 | 911 | ||
912 | .. note:: | ||
913 | |||
914 | The values of :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD` | ||
915 | must be absolute paths. | ||
916 | |||
912 | Replicating a Build Offline | 917 | Replicating a Build Offline |
913 | =========================== | 918 | =========================== |
914 | 919 | ||