diff options
| author | Talel BELHAJ SALEM <bhstalel@gmail.com> | 2025-09-21 14:20:33 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-09 12:16:46 -0700 |
| commit | a405b570b307fc1b961c3e8d5545c9db66216b69 (patch) | |
| tree | b03090783dfccee04b5e35a52c992d498948d95c /documentation | |
| parent | ec2689b334b4029b64cb25ecca9bff097670e968 (diff) | |
| download | poky-a405b570b307fc1b961c3e8d5545c9db66216b69.tar.gz | |
dev-manual/building.rst: add note about externalsrc variables absolute paths
(From yocto-docs rev: ab776a0348877d8dbf6c37823a65715fe30e34f6)
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')
| -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 | ||
