summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-12 11:23:51 +0000
committerPhillip Smyth <phillip.smyth@codethink.co.uk>2018-12-13 10:04:20 +0000
commit3997698fcd13fb97710131a3fa4be03c9e0cd4f6 (patch)
treeb4199f1633645597890099d37b2584b277bb2ae5
parent7b257fb203bcb54af1bcaabc05382a6f84ee3a75 (diff)
downloadbuildstream-issue_640-Build-All.tar.gz
Updated NEWS to reflect changes to bst buildissue_640-Build-All
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 91897f677..3e96b42e9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ buildstream 1.3.1
specific. Recommendation if you are building in Linux is to use the
ones being used in freedesktop-sdk project, for example
+ o Running `bst build` without elements specified will now attempt to build
+ the default element defined in the projcet configuration.
+ If no default element is defined, all elements in the project will be built
+
o All elements must now be suffixed with `.bst`
Attempting to use an element that does not have the `.bst` extension,
will result in a warning.