Message ID | 20250921132033.31644-3-bhstalel@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | Document some checks in externalsrc that could fail the build | expand |
diff --git a/documentation/dev-manual/building.rst b/documentation/dev-manual/building.rst index 8d00d908e..de37704ad 100644 --- a/documentation/dev-manual/building.rst +++ b/documentation/dev-manual/building.rst @@ -764,6 +764,11 @@ to point to that directory:: EXTERNALSRC_BUILD:pn-myrecipe = "path-to-your-source-tree" +.. note:: + + The values of :term:`EXTERNALSRC` and :term:`EXTERNALSRC_BUILD` + must be absolute paths. + Replicating a Build Offline ===========================
Signed-off-by: Talel BELHAJ SALEM <bhstalel@gmail.com> --- documentation/dev-manual/building.rst | 5 +++++ 1 file changed, 5 insertions(+)