summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-10 15:10:50 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-10 15:57:41 +0100
commita37bc6ce4212972534a7ef16c2e81f6c464a2a0c (patch)
treeb15299b5f0695308a5132f86487bfd1e0a8e581d /buildstream/data
parentef66daf5c3c0c0b06986b2a865dde11869cc836b (diff)
downloadbuildstream-a37bc6ce4212972534a7ef16c2e81f6c464a2a0c.tar.gz
docs: document protected variables
And remove then from the defaults as they are dynamically set by BuildStream.
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/projectconfig.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/buildstream/data/projectconfig.yaml b/buildstream/data/projectconfig.yaml
index 1da67a530..4d2ccc647 100644
--- a/buildstream/data/projectconfig.yaml
+++ b/buildstream/data/projectconfig.yaml
@@ -16,21 +16,7 @@ ref-storage: inline
# Variable Configuration
#
variables:
-
- # Maximum number of parallel build processes within a given
- # build, support for this is conditional on the element type
- # and the build system used (any element using 'make' can
- # implement this).
- #
- # Note: this value defaults to the number of cores available
- max-jobs: 4
-
- # Note: These variables are defined later on in element.py and _project.py
- element-name: ""
- project-name: ""
-
# Path configuration, to be used in build instructions.
- #
prefix: "/usr"
exec_prefix: "%{prefix}"
bindir: "%{exec_prefix}/bin"
@@ -89,7 +75,6 @@ variables:
find "%{install-root}" -name '*.pyc' -exec \
dd if=/dev/zero of={} bs=1 count=4 seek=4 conv=notrunc ';'
-
# Base sandbox environment, can be overridden by plugins
environment:
PATH: /usr/bin:/bin:/usr/sbin:/sbin