summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-18 15:24:36 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-18 15:24:36 +0900
commit0d55bd32641eda6c3a99a5774f98b829fb5a0e6c (patch)
treee57bbd35559536262b010910a5981fe959865c31 /buildstream/data
parentf01583b6a7344e7bfb8326fc2a52bdd32bc0c6a9 (diff)
downloadbuildstream-0d55bd32641eda6c3a99a5774f98b829fb5a0e6c.tar.gz
projectconfig.yaml: Added build-root variable to compliment install-root
Diffstat (limited to 'buildstream/data')
-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 533be7a6a..9cdb5fd12 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -67,6 +67,10 @@ variables:
infodir: "%{datadir}/info"
mandir: "%{datadir}/man"
+ # Indicates the default build directory where input is
+ # normally staged
+ build-root: /buildstream/build
+
# Indicates the build installation directory in the sandbox
install-root: /buildstream/install