From aeeaebe546d498a9fccf3df875729e654e54bc40 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 25 May 2005 21:02:11 +0000 Subject: bitbake: factor out methods parseConfigurationFile() and handleCollections() --- ChangeLog | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd7b0e15b..adc997855 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,18 @@ Changes in bitbake Trunk: - -kill default arguments in methods in the bb.data module - -kill default arguments in methods in the bb.fetch module - -the http/https/ftp fetcher will fail if the to be - downloaded file was not found in DL_DIR (this is needed - to avoid unpacking the sourceforge mirror page) - -Switch to a cow like data instance for persistent and non - persisting mode (called data_smart.py) - -Changed the callback of bb.make.collect_bbfiles to carry - additional parameters - -Drastically reduced the amount of needed RAM by not holding - each data instance in memory when using a cache/persistent - storage + - add bitbake interactive shell (bitbake -i) + - refactor bitbake utility in OO style + - kill default arguments in methods in the bb.data module + - kill default arguments in methods in the bb.fetch module + - the http/https/ftp fetcher will fail if the to be + downloaded file was not found in DL_DIR (this is needed + to avoid unpacking the sourceforge mirror page) + - Switch to a cow like data instance for persistent and non + persisting mode (called data_smart.py) + - Changed the callback of bb.make.collect_bbfiles to carry + additional parameters + - Drastically reduced the amount of needed RAM by not holding + each data instance in memory when using a cache/persistent + storage Changes in bitbake 1.2.1: The 1.2.1 release is meant as a intermediate release to lay the -- cgit 1.2.3-korg