summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index fd998496ec..c5641836d1 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -7,6 +7,12 @@ Changes in Bitbake 1.8.x:
7 - Sync fetcher code with that in trunk, adding SRCREV support for svn 7 - Sync fetcher code with that in trunk, adding SRCREV support for svn
8 - Add ConfigParsed Event after configuration parsing is complete 8 - Add ConfigParsed Event after configuration parsing is complete
9 - data.emit_var() - only call getVar if we need the variable 9 - data.emit_var() - only call getVar if we need the variable
10 - Stop generating the A variable (seems to be legacy code)
11 - Make sure intertask depends get processed correcting in recursive depends
12 - Add pn-PN to overrides when evaluating PREFERRED_VERSION
13 - Improve the progress indicator by skipping tasks that have
14 already run before starting the build rather than during it
15 - Add profiling option (-P)
10 16
11Changes in Bitbake 1.8.6: 17Changes in Bitbake 1.8.6:
12 - Correctly redirect stdin when forking 18 - Correctly redirect stdin when forking