summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-12 15:48:01 +0000
committerJürg Billeter <j@bitron.ch>2019-01-22 06:58:25 +0100
commit811ba08bd08dbb9775cb67f08fcfa4c7afb5a103 (patch)
tree7a746f9368cf9c9e60888a5c8bf4f47123ce941a
parent04106585c1f460d879f519f64b59ca105f8d34d1 (diff)
downloadbuildstream-811ba08bd08dbb9775cb67f08fcfa4c7afb5a103.tar.gz
projectconfig.yaml: Add key for default targets
-rw-r--r--buildstream/data/projectconfig.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index e9bdaa160..2a6b09a15 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -167,3 +167,11 @@ shell:
# Command to run when `bst shell` does not provide a command
#
command: [ 'sh', '-i' ]
+
+# Defaults for bst commands
+#
+defaults:
+
+ # Set default target elements to use when none are passed on the command line.
+ # If none are configured in the project, default to all project elements.
+ targets: []