From 7611768e23d9809f458691454c2aeb60d7b26e7d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 16 Aug 2007 09:55:21 +0000 Subject: bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel downloads, fixes key expansion issues and occasional missing dependency graph links git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2502 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bitbake/ChangeLog') diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 1fbbd710bb..878afadb43 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -18,8 +18,14 @@ Changes in Bitbake 1.8.x: - Fix local fetcher's localpath return values - Apply OVERRIDES before performing immediate expansions - Allow the -b -e option combination to take regular expressions + - Add plain message function to bb.msg + - Sort the list of providers before processing so dependency problems are + reproducible rather than effectively random + - Add locking for fetchers so only one tries to fetch a given file at a given time + - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains - Fix handling of variables with expansion in the name using _append/_prepend e.g. RRECOMMENDS_${PN}_append_xyz = "abc" + Changes in Bitbake 1.8.6: - Correctly redirect stdin when forking -- cgit v1.2.3-54-g00ecf