summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:29:18 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-02-24 11:29:18 +0000
commit83ac72a4b90ea1333a1b6d7bafca1c7578e6e71e (patch)
treef7c8c433abb4b15e1253b48d117235b6a9ecfee1 /ChangeLog
parentb349ab740ccdbd363f151b40cf9e9787af6ef201 (diff)
downloadbitbake-contrib-83ac72a4b90ea1333a1b6d7bafca1c7578e6e71e.tar.gz
cache: Optmise cache handling by more quickly detecting an invalid cache, only saving the cache when its changed, moving the cache validity check into the parsing loop and factoring some getVar calls outside a for loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aa11388a..3024b8bc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,9 @@ Changes in Bitbake 1.9.x:
- Handle 'base' inherit and all other INHERITs from parseConfigurationFile
instead of BBHandler
- Fix getVarFlags bug in data_smart
+ - Optmise cache handling by more quickly detecting an invalid cache, only
+ saving the cache when its changed, moving the cache validity check into
+ the parsing loop and factoring some getVar calls outside a for loop.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series