diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
commit | 27dba1e6247ae48349aee1bce141a9eefaafaad1 (patch) | |
tree | 822235005ccbd2707f7874ad680dedc4df36760c /bitbake/ChangeLog | |
parent | ed234aca98d0867c7b32801fc63820b19cf67df9 (diff) | |
download | poky-27dba1e6247ae48349aee1bce141a9eefaafaad1.tar.gz |
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 3dfba1ed81..93cc45aaf4 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,9 +1,26 @@ | |||
1 | Changes in BitBake 1.3.x: | 1 | Changes in BitBake 1.4.2: |
2 | - Send logs to oe.pastebin.com instead of pastebin.com | ||
3 | fixes #856 | ||
4 | - Copy the internal bitbake data before building the | ||
5 | dependency graph. This fixes nano not having a | ||
6 | virtual/libc dependency | ||
7 | - Allow multiple TARBALL_STASH entries | ||
8 | - Cache, check if the directory exists before changing | ||
9 | into it | ||
10 | - git speedup cloning by not doing a checkout | ||
11 | - allow to have spaces in filenames (.conf, .bb, .bbclass) | ||
12 | |||
13 | Changes in BitBake 1.4.0: | ||
2 | - Fix to check both RDEPENDS and RDEPENDS_${PN} | 14 | - Fix to check both RDEPENDS and RDEPENDS_${PN} |
3 | - Fix a RDEPENDS parsing bug in utils:explode_deps() | 15 | - Fix a RDEPENDS parsing bug in utils:explode_deps() |
4 | - Update git fetcher behaviour to match git changes | 16 | - Update git fetcher behaviour to match git changes |
5 | - ASSUME_PROVIDED allowed to include runtime packages | 17 | - ASSUME_PROVIDED allowed to include runtime packages |
6 | - git fetcher cleanup and efficency improvements | 18 | - git fetcher cleanup and efficency improvements |
19 | - Change the format of the cache | ||
20 | - Update usermanual to document the Fetchers | ||
21 | - Major changes to caching with a new strategy | ||
22 | giving a major performance increase when reparsing | ||
23 | with few data changes | ||
7 | 24 | ||
8 | Changes in BitBake 1.3.3: | 25 | Changes in BitBake 1.3.3: |
9 | - Create a new Fetcher module to ease the | 26 | - Create a new Fetcher module to ease the |