diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 20:32:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 20:32:33 +0000 |
commit | dc98b2c28c0a7a7ea715230a234bb846a18e4584 (patch) | |
tree | e455675b57485803d6bf65c8b270883422a6b3ea /bitbake/ChangeLog | |
parent | f3937639b2fb9c984d9b14993e21e8698cd0b990 (diff) | |
download | poky-dc98b2c28c0a7a7ea715230a234bb846a18e4584.tar.gz |
bitbake: Sync with 1.8 branch upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5345 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 561b618ae4..c4aa5ba198 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -41,7 +41,17 @@ Changes in BitBake 1.8.x: | |||
41 | - Add PERSISTENT_DIR to store the PersistData in a persistent | 41 | - Add PERSISTENT_DIR to store the PersistData in a persistent |
42 | directory != the cache dir. | 42 | directory != the cache dir. |
43 | - Add md5 and sha256 checksum generation functions to utils.py | 43 | - Add md5 and sha256 checksum generation functions to utils.py |
44 | - Make sure Build Completed events are generated even when tasks fail | ||
45 | - Correctly handle '-' characters in class names (#2958) | ||
46 | - Make sure expandKeys has been called on the data dictonary before running tasks | ||
47 | - Correctly add a task override in the form task-TASKNAME. | ||
44 | - Revert the '-' character fix in class names since it breaks things | 48 | - Revert the '-' character fix in class names since it breaks things |
49 | - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) | ||
50 | - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE. | ||
51 | - Move prunedir function to utils.py and add explode_dep_versions function | ||
52 | - Raise an exception if SRCREV == 'INVALID' | ||
53 | - Fix hg fetcher username/password handling and fix crash | ||
54 | - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name | ||
45 | 55 | ||
46 | Changes in BitBake 1.8.10: | 56 | Changes in BitBake 1.8.10: |
47 | - Psyco is available only for x86 - do not use it on other architectures. | 57 | - Psyco is available only for x86 - do not use it on other architectures. |