aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-17 23:31:37 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-17 23:31:37 +0000
commit6feef6e7d33a42343447e234eb97000c6513958f (patch)
treeb2bc5068f4a687d6fb4b7edace068aba49381284 /ChangeLog
parent1747e5529d91bbcc577b2e7a16a3beb2716eec1c (diff)
downloadbitbake-6feef6e7d33a42343447e234eb97000c6513958f.tar.gz
bb/__init.py: Sort digraph output to make builds more reproducible
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 882e988f1..48bd088b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,8 @@ Changes in Bitbake 1.9.x:
- Expand data in addtasks
- Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for required...."
error message.
+ - Rework add_task to be more efficient (6% speedup, 7% number of function calls reduction)
+ - Sort digraph output to make builds more reproducible
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series