diff options
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 | ||