diff options
author | Talel BELHAJ SALEM <bhstalel@gmail.com> | 2025-09-21 14:20:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-03 17:53:57 +0100 |
commit | 48b7b4885ee9992d98698c74f90766daddb6d7c3 (patch) | |
tree | 7934b9e2369fad7d761b7e65ed5aef7d488c9fd6 /documentation | |
parent | 41062c9287e374a7fc255cd6767e2b09fdd5e35a (diff) | |
download | poky-48b7b4885ee9992d98698c74f90766daddb6d7c3.tar.gz |
dev-manual/building.rst: add note about externalsrc variables absolute paths
(From yocto-docs rev: 33166d70b6ad093bd95ffccafc0b07820682f656)
Signed-off-by: Talel BELHAJ SALEM <bhstalel@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 04c1500943..60ad11f52f 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst | |||
@@ -757,6 +757,11 @@ to point to that directory:: | |||
757 | 757 | ||
758 | EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree" | 758 | EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree" |
759 | 759 | ||
760 | .. note:: | ||
761 | |||
762 | The values of :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD` | ||
763 | must be absolute paths. | ||
764 | |||
760 | Replicating a Build Offline | 765 | Replicating a Build Offline |
761 | =========================== | 766 | =========================== |
762 | 767 | ||