summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-04-01 15:04:49 +0000
committerRichard Purdie <richard@openedhand.com>2007-04-01 15:04:49 +0000
commit7371e6323c3fb6b0545712e3cf84606644073e77 (patch)
treee08f25669ec0f0e9d11334909f3b68c0ab6aca19 /bitbake/ChangeLog
parent8b36dc217443aeeec8493d39561d2bb010336774 (diff)
downloadpoky-7371e6323c3fb6b0545712e3cf84606644073e77.tar.gz
bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1419 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog54
1 files changed, 48 insertions, 6 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 135aba9fee..0cb85db870 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -1,10 +1,52 @@
1Changes in BitBake 1.7.3: 1Changes in Bitbake 1.8.2:
2 - Catch truncated cache file errors
3 - Add PE (Package Epoch) support from Philipp Zabel (pH5)
4 - Add code to handle inter-task dependencies
5 - Allow operations other than assignment on flag variables
2 6
3Changes in BitBake 1.7.1: 7Changes in Bitbake 1.8.0:
4 - Major updates of the dependency handling and execution 8 - Release 1.7.x as a stable series
5 of tasks 9
6 - Change of the SVN Fetcher to keep the checkout around 10Changes in BitBake 1.7.x:
7 courtsey to Paul Sokolovsky (#1367) 11 - Major updates of the dependency handling and execution
12 of tasks. Code from bin/bitbake replaced with runqueue.py
13 and taskdata.py
14 - New task execution code supports multithreading with a simplistic
15 threading algorithm controlled by BB_NUMBER_THREADS
16 - Change of the SVN Fetcher to keep the checkout around
17 courtsey of Paul Sokolovsky (#1367)
18 - PATH fix to bbimage (#1108)
19 - Allow debug domains to be specified on the commandline (-l)
20 - Allow 'interactive' tasks
21 - Logging message improvements
22 - Drop now uneeded BUILD_ALL_DEPS variable
23 - Add support for wildcards to -b option
24 - Major overhaul of the fetchers making a large amount of code common
25 including mirroring code
26 - Fetchers now touch md5 stamps upon access (to show activity)
27 - Fix -f force option when used without -b (long standing bug)
28 - Add expand_cache to data_cache.py, caching expanded data (speedup)
29 - Allow version field in DEPENDS (ignored for now)
30 - Add abort flag support to the shell
31 - Make inherit fail if the class doesn't exist (#1478)
32 - Fix data.emit_env() to expand keynames as well as values
33 - Add ssh fetcher
34 - Add perforce fetcher
35 - Make PREFERRED_PROVIDER_foobar defaults to foobar if available
36 - Share the parser's mtime_cache, reducing the number of stat syscalls
37 - Compile all anonfuncs at once!
38 *** Anonfuncs must now use common spacing format ***
39 - Memorise the list of handlers in __BBHANDLERS and tasks in __BBTASKS
40 This removes 2 million function calls resulting in a 5-10% speedup
41 - Add manpage
42 - Update generateDotGraph to use taskData/runQueue improving accuracy
43 and also adding a task dependency graph
44 - Fix/standardise on GPLv2 licence
45 - Move most functionality from bin/bitbake to cooker.py and split into
46 separate funcitons
47 - CVS fetcher: Added support for non-default port
48 - Add BBINCLUDELOGS_LINES, the number of lines to read from any logfile
49 - Drop shebangs from lib/bb scripts
8 50
9Changes in Bitbake 1.6.0: 51Changes in Bitbake 1.6.0:
10 - Better msg handling 52 - Better msg handling