You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:33:16 UTC

[buildstream] 05/05: Updated NEWS to reflect changes to bst build

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch issue_640-Build-All
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 3997698fcd13fb97710131a3fa4be03c9e0cd4f6
Author: Phillip Smyth <ph...@codethink.co.uk>
AuthorDate: Wed Dec 12 11:23:51 2018 +0000

    Updated NEWS to reflect changes to bst build
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 91897f6..3e96b42 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.