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