summaryrefslogtreecommitdiff
path: root/buildstream/data/projectconfig.yaml
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-22 09:49:09 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-22 09:49:09 +0000
commit8d655cf23539730c6cecac2dfb6e46b74c39c217 (patch)
tree6dc066ff8e4812c5763bbffc02ef1e42954c608c /buildstream/data/projectconfig.yaml
parenta392dd35a3831359e1ce2a82260bf15872325de1 (diff)
downloadbuildstream-8d655cf23539730c6cecac2dfb6e46b74c39c217.tar.gz
project.py: Added element-path configuration
Allows one to place elements in a subdirectory instead of forcing all element paths to be project directory relative. This can be convenient just for managing a clean project directory structure.
Diffstat (limited to 'buildstream/data/projectconfig.yaml')
-rw-r--r--buildstream/data/projectconfig.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index 9cdb5fd12..81a81bc7f 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -4,6 +4,10 @@
#
# name: myproject
+# Base project relative element path, elements will be loaded
+# from this base.
+
+element-path: .
# Alias configuration
#