summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-12 16:02:57 +0000
committerPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-12 16:02:57 +0000
commit62e418cb5cbe2e4d664777aeda7dd944e955c115 (patch)
tree1edca9af25521009ebc3a0e05125b40882be2e03
parentec909605039d4b96ed6cfc935907502c0c7079c1 (diff)
downloadbuildstream-62e418cb5cbe2e4d664777aeda7dd944e955c115.tar.gz
projectconfig.yaml: Add default-element var
-rw-r--r--buildstream/data/projectconfig.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index e9bdaa160..dc5acfb54 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -167,3 +167,10 @@ shell:
# Command to run when `bst shell` does not provide a command
#
command: [ 'sh', '-i' ]
+
+# Default Targets
+#
+defaults:
+
+ # Set a Default element to build when none are defined
+ target-element: None