summaryrefslogtreecommitdiff
path: root/src/buildstream/data
diff options
context:
space:
mode:
authorRaoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk>2019-06-28 14:07:50 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-12 09:40:37 +0000
commitf05be959e06925b88fd701b2d432902f418c38e3 (patch)
treefd7d0af29ec15ccdfc9f70e57fcf325ea11226fb /src/buildstream/data
parent108a38edd86d9de3ef0ce78cb005041662ed279e (diff)
downloadbuildstream-f05be959e06925b88fd701b2d432902f418c38e3.tar.gz
_context.py: Add 'dependencies' option to 'build' user config
This option sets the default value for the `--deps` option of `bst build`.
Diffstat (limited to 'src/buildstream/data')
-rw-r--r--src/buildstream/data/userconfig.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/buildstream/data/userconfig.yaml b/src/buildstream/data/userconfig.yaml
index a73c1ce44..dc31c10ce 100644
--- a/src/buildstream/data/userconfig.yaml
+++ b/src/buildstream/data/userconfig.yaml
@@ -90,6 +90,14 @@ build:
#
max-jobs: 0
+ #
+ # Control which dependencies to build:
+ #
+ # plan - Only dependencies required for the build plan
+ # all - All dependencies
+ #
+ dependencies: plan
+
#
# Logging