summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-19 16:59:20 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-20 14:07:24 +0000
commit40de82049212ac9243c9977c578a38c6cab734ef (patch)
tree7ecbd390416822b9f5364bf212dbdc5d5d9fb01a
parent6b52dfaf7382a09cfd0affb2310ed95f0dabe1ef (diff)
downloadbuildstream-40de82049212ac9243c9977c578a38c6cab734ef.tar.gz
doc/../arch_dependency_model: transient/transitive
-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*.