summaryrefslogtreecommitdiff
path: root/doc/source/arch_dependency_model.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/arch_dependency_model.rst')
-rw-r--r--doc/source/arch_dependency_model.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/arch_dependency_model.rst b/doc/source/arch_dependency_model.rst
index ff802660c..2b80564c1 100644
--- a/doc/source/arch_dependency_model.rst
+++ b/doc/source/arch_dependency_model.rst
@@ -42,7 +42,8 @@ Scope
* **Scope.RUN**
In the :func:`Scope.RUN <buildstream.types.Scope.RUN>` scope, only elements
- which are required to run are considered, including the element itself.
+ which are required to run are considered, including the element itself. Note
+ that these are transitive - the service also requires the base runtime.
This is used when for example, launching a ``bst shell`` environment
for the purpose of running, or in any case we need to consider which
@@ -60,7 +61,7 @@ Scope
.. image:: images/arch-dependency-model-build.svg
:align: center
- Note that build type dependencies are not transient, which is why the
+ Note that build type dependencies are not transitive, which is why the
*Bootstrap* element is not selected when pulling in the *Compiler* to
build the *Application*.