build.py: Make sure expandKeys has been called on the data dictonary before running...
[vuplus_bitbake] / ChangeLog
index d1a6620..3cb500f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,8 @@ Changes in BitBake 1.8.x:
        - Add md5 and sha256 checksum generation functions to utils.py
        - Make sure Build Completed events are generated even when tasks fail
        - Correctly handle '-' characters in class names (#2958)
+       - Make sure expandKeys has been called on the data dictonary before running tasks
+       - Correctly add a task override in the form task-TASKNAME.
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.