diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-09-10 15:37:02 +0100 |
---|---|---|
committer | Phil Dawson <phildawson.0807@gmail.com> | 2018-10-16 12:39:14 +0000 |
commit | 5e7cc645c69f96b35508113fdd311ce2e8ba9ab2 (patch) | |
tree | 433f7599c0d076413f4363bdaf5f1b75bf47a41e /buildstream/data | |
parent | bbcb9bd5cd5ba85e499d4a37058ca9e8663399d4 (diff) | |
download | buildstream-5e7cc645c69f96b35508113fdd311ce2e8ba9ab2.tar.gz |
Add conf-root variable to builds
Adding the conf-root variable makes creating out of source builds
slightly easier.
For issue #512 in Gitlab.
Diffstat (limited to 'buildstream/data')
-rw-r--r-- | buildstream/data/projectconfig.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml index 4d2ccc647..bc9e5147d 100644 --- a/buildstream/data/projectconfig.yaml +++ b/buildstream/data/projectconfig.yaml @@ -38,6 +38,9 @@ variables: # normally staged build-root: /buildstream/%{project-name}/%{element-name} + # Indicates where the build system should look for configuration files + conf-root: . + # Indicates the build installation directory in the sandbox install-root: /buildstream-install |