summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-20 07:48:43 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-20 07:48:43 +0000
commitd8bfa5c6eff1cff34895304a33be671fb141084e (patch)
tree8f63f2cad401f42f5dd30930b0f042aa9c5bdaf8 /bitbake/ChangeLog
parente68823a20c6e3b629c947bc7e329e5ea71a9860c (diff)
downloadpoky-d8bfa5c6eff1cff34895304a33be671fb141084e.tar.gz
bitbake: Sync with 1.8.8 release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2513 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 878afadb43..7b99a1b054 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,4 +1,6 @@
1Changes in Bitbake 1.8.x: 1Changes in BitBake 1.8.x:
2
3Changes in Bitbake 1.8.8:
2 - Rewrite svn fetcher to make adding extra operations easier 4 - Rewrite svn fetcher to make adding extra operations easier
3 as part of future SRCDATE="now" fixes 5 as part of future SRCDATE="now" fixes
4 (requires new FETCHCMD_svn definition in bitbake.conf) 6 (requires new FETCHCMD_svn definition in bitbake.conf)
@@ -25,7 +27,15 @@ Changes in Bitbake 1.8.x:
25 - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains 27 - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains
26 - Fix handling of variables with expansion in the name using _append/_prepend 28 - Fix handling of variables with expansion in the name using _append/_prepend
27 e.g. RRECOMMENDS_${PN}_append_xyz = "abc" 29 e.g. RRECOMMENDS_${PN}_append_xyz = "abc"
28 30 - Expand data in addtasks
31 - Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for required...."
32 error message.
33 - Rework add_task to be more efficient (6% speedup, 7% number of function calls reduction)
34 - Sort digraph output to make builds more reproducible
35 - Split expandKeys into two for loops to benefit from the expand_cache (12% speedup)
36 - runqueue.py: Fix idepends handling to avoid dependency errors
37 - Clear the terminal TOSTOP flag if set (and warn the user)
38 - Fix regression from r653 and make SRCDATE/CVSDATE work for packages again
29 39
30Changes in Bitbake 1.8.6: 40Changes in Bitbake 1.8.6:
31 - Correctly redirect stdin when forking 41 - Correctly redirect stdin when forking