summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-17 16:27:25 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-17 16:27:52 +0000
commite62e71a6867cf5652d8c5afda43fba2c8df3dee3 (patch)
tree51a9e3b5ed6b18aee2fdaaf4f924eac554ce0910
parent11b866e587e5bd5e4aaaf70733d67dbe0bcda041 (diff)
downloadbuildstream-sam/project.conf-arches.tar.gz
project.py: Allow 'host-arches' and 'arches' in project.confsam/project.conf-arches
This fixes a regression from 6691d0eb7e20c5872d7a5f439f308ae46019777f.
-rw-r--r--buildstream/project.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/project.py b/buildstream/project.py
index 7a9f43d3d..a1e111e52 100644
--- a/buildstream/project.py
+++ b/buildstream/project.py
@@ -163,7 +163,8 @@ class Project():
'element-path', 'variables',
'environment', 'environment-nocache',
'split-rules', 'elements', 'plugins',
- 'aliases', 'name'
+ 'aliases', 'name',
+ 'arches', 'host-arches',
])
# Resolve arches keyword, project may have arch conditionals