bitbake/lib/bb/data_dict.py:
[vuplus_bitbake] / ChangeLog
1 Changes in bitbake 1.2.1:
2         The 1.2.1 release is meant as a intermediate release to lay the
3 ground for more radical changes. The most notable changes are:
4
5         -Do not hardcode {}, use bb.data.init() instead if you want to
6 get a instance of a data class
7         -bb.data.init() is a factory and the old bb.data methods are delegates
8         -Do not use deepcopy use bb.data.createCopy() instead.
9         -Removed default arguments in bb.fetch
10