Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functions...
[vuplus_bitbake] / ChangeLog
1 Changes in BitBake 1.8.x:
2         - Psyco is available only for x86 - do not use it on other architectures.
3         - Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530)
4         - Warn about malformed PREFERRED_PROVIDERS (#1072)
5         - Add support for BB_NICE_LEVEL option (#1627)
6         - Sort initial providers list by default preference (#1145, #2024)
7         - Improve provider sorting so prefered versions have preference over latest versions (#768)
8         - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359)
9         - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed
10         - Handle paths in svn fetcher module parameter
11         - Support the syntax "export VARIABLE"
12         - Add bzr fetcher
13         - Add support for cleaning directories before a task in the form:
14           do_taskname[cleandirs] = "dir"
15         - bzr fetcher tweaks from Robert Schuster (#2913)
16         - Add mercurial (hg) fetcher from Robert Schuster (#2913)
17         - Fix bogus preferred_version return values
18         - Fix 'depends' flag splitting
19         - Fix unexport handling (#3135)
20         - Add bb.copyfile function similar to bb.movefile (and improve movefile error reporting)
21         - Allow multiple options for deptask flag
22         - Use git-fetch instead of git-pull removing any need for merges when 
23           fetching (we don't care about the index). Fixes fetch errors.
24         - Add BB_GENERATE_MIRROR_TARBALLS option, set to 0 to make git fetches 
25           faster at the expense of not creating mirror tarballs.
26         - SRCREV handling updates, improvements and fixes from Poky
27         - Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky
28
29 Changes in Bitbake 1.8.8:
30         - Rewrite svn fetcher to make adding extra operations easier 
31           as part of future SRCDATE="now" fixes
32           (requires new FETCHCMD_svn definition in bitbake.conf)
33         - Change SVNDIR layout to be more unique (fixes #2644 and #2624)
34         - Import persistent data store from trunk
35         - Sync fetcher code with that in trunk, adding SRCREV support for svn
36         - Add ConfigParsed Event after configuration parsing is complete
37         - data.emit_var() - only call getVar if we need the variable
38         - Stop generating the A variable (seems to be legacy code)
39         - Make sure intertask depends get processed correcting in recursive depends
40         - Add pn-PN to overrides when evaluating PREFERRED_VERSION
41         - Improve the progress indicator by skipping tasks that have 
42           already run before starting the build rather than during it
43         - Add profiling option (-P)
44         - Add BB_SRCREV_POLICY variable (clear or cache) to control SRCREV cache
45         - Add SRCREV_FORMAT support
46         - Fix local fetcher's localpath return values
47         - Apply OVERRIDES before performing immediate expansions
48         - Allow the -b -e option combination to take regular expressions
49         - Add plain message function to bb.msg
50         - Sort the list of providers before processing so dependency problems are 
51           reproducible rather than effectively random
52         - Add locking for fetchers so only one tries to fetch a given file at a given time
53         - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains
54         - Fix handling of variables with expansion in the name using _append/_prepend
55           e.g. RRECOMMENDS_${PN}_append_xyz = "abc"
56         - Expand data in addtasks
57         - Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for required...."
58           error message.
59         - Rework add_task to be more efficient (6% speedup, 7% number of function calls reduction)
60         - Sort digraph output to make builds more reproducible
61         - Split expandKeys into two for loops to benefit from the expand_cache (12% speedup)
62         - runqueue.py: Fix idepends handling to avoid dependency errors
63         - Clear the terminal TOSTOP flag if set (and warn the user)
64         - Fix regression from r653 and make SRCDATE/CVSDATE work for packages again
65
66 Changes in Bitbake 1.8.6:
67         - Correctly redirect stdin when forking
68         - If parsing errors are found, exit, too many users miss the errors
69         - Remove supriours PREFERRED_PROVIDER warnings
70
71 Changes in Bitbake 1.8.4:
72         - Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
73         - Fix bug when target was in ASSUME_PROVIDED (#2236)
74         - Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062)
75         - Fix invalid regexp in BBMASK error handling (missing import) (#1124)
76         - Don't run build sanity checks on incomplete builds
77         - Promote certain warnings from debug to note 2 level
78         - Update manual
79
80 Changes in Bitbake 1.8.2:
81         - Catch truncated cache file errors
82         - Add PE (Package Epoch) support from Philipp Zabel (pH5)
83         - Add code to handle inter-task dependencies
84         - Allow operations other than assignment on flag variables
85         - Fix cache errors when generation dotGraphs
86
87 Changes in Bitbake 1.8.0:
88         - Release 1.7.x as a stable series
89
90 Changes in BitBake 1.7.x:
91         - Major updates of the dependency handling and execution
92           of tasks. Code from bin/bitbake replaced with runqueue.py
93           and taskdata.py
94         - New task execution code supports multithreading with a simplistic
95           threading algorithm controlled by BB_NUMBER_THREADS
96         - Change of the SVN Fetcher to keep the checkout around
97           courtsey of Paul Sokolovsky (#1367)
98         - PATH fix to bbimage (#1108)
99         - Allow debug domains to be specified on the commandline (-l)
100         - Allow 'interactive' tasks
101         - Logging message improvements
102         - Drop now uneeded BUILD_ALL_DEPS variable
103         - Add support for wildcards to -b option
104         - Major overhaul of the fetchers making a large amount of code common
105           including mirroring code
106         - Fetchers now touch md5 stamps upon access (to show activity)
107         - Fix -f force option when used without -b (long standing bug)
108         - Add expand_cache to data_cache.py, caching expanded data (speedup)
109         - Allow version field in DEPENDS (ignored for now)
110         - Add abort flag support to the shell
111         - Make inherit fail if the class doesn't exist (#1478)
112         - Fix data.emit_env() to expand keynames as well as values
113         - Add ssh fetcher
114         - Add perforce fetcher
115         - Make PREFERRED_PROVIDER_foobar defaults to foobar if available
116         - Share the parser's mtime_cache, reducing the number of stat syscalls
117         - Compile all anonfuncs at once! 
118           *** Anonfuncs must now use common spacing format ***
119         - Memorise the list of handlers in __BBHANDLERS and tasks in __BBTASKS
120           This removes 2 million function calls resulting in a 5-10% speedup
121         - Add manpage
122         - Update generateDotGraph to use taskData/runQueue improving accuracy
123           and also adding a task dependency graph
124         - Fix/standardise on GPLv2 licence
125         - Move most functionality from bin/bitbake to cooker.py and split into
126           separate funcitons
127         - CVS fetcher: Added support for non-default port
128         - Add BBINCLUDELOGS_LINES, the number of lines to read from any logfile
129         - Drop shebangs from lib/bb scripts
130
131 Changes in Bitbake 1.6.0:
132         - Better msg handling
133         - COW dict implementation from Tim Ansell (mithro) leading
134           to better performance
135         - Speed up of -s
136
137 Changes in Bitbake 1.4.4:
138         - SRCDATE now handling courtsey Justin Patrin
139         - #1017 fix to work with rm_work
140
141 Changes in BitBake 1.4.2:
142         - Send logs to oe.pastebin.com instead of pastebin.com
143           fixes #856
144         - Copy the internal bitbake data before building the
145           dependency graph. This fixes nano not having a
146           virtual/libc dependency
147         - Allow multiple TARBALL_STASH entries
148         - Cache, check if the directory exists before changing
149           into it
150         - git speedup cloning by not doing a checkout
151         - allow to have spaces in filenames (.conf, .bb, .bbclass)
152
153 Changes in BitBake 1.4.0:
154         - Fix to check both RDEPENDS and RDEPENDS_${PN}
155         - Fix a RDEPENDS parsing bug in utils:explode_deps()
156         - Update git fetcher behaviour to match git changes
157         - ASSUME_PROVIDED allowed to include runtime packages
158         - git fetcher cleanup and efficency improvements
159         - Change the format of the cache
160         - Update usermanual to document the Fetchers
161         - Major changes to caching with a new strategy
162           giving a major performance increase when reparsing
163           with few data changes
164
165 Changes in BitBake 1.3.3:
166         - Create a new Fetcher module to ease the
167           development of new Fetchers.
168           Issue #438 fixed by rpurdie@openedhand.com
169         - Make the Subversion fetcher honor the SRC Date
170           (CVSDATE).
171           Issue #555 fixed by chris@openedhand.com
172         - Expand PREFERRED_PROVIDER properly
173           Issue #436 fixed by rprudie@openedhand.com
174         - Typo fix for Issue #531 by Philipp Zabel for the
175           BitBake Shell
176         - Introduce a new special variable SRCDATE as
177           a generic naming to replace CVSDATE.
178         - Introduce a new keyword 'required'. In contrast
179           to 'include' parsing will fail if a to be included
180           file can not be found.
181         - Remove hardcoding of the STAMP directory. Patch
182           courtsey pHilipp Zabel
183         - Track the RDEPENDS of each package (rpurdie@openedhand.com)
184         - Introduce BUILD_ALL_DEPS to build all RDEPENDS. E.g
185           this is used by the OpenEmbedded Meta Packages.
186           (rpurdie@openedhand.com).
187
188 Changes in BitBake 1.3.2:
189         - reintegration of make.py into BitBake
190         - bbread is gone, use bitbake -e
191         - lots of shell updates and bugfixes
192         - Introduction of the .= and =. operator
193         - Sort variables, keys and groups in bitdoc
194         - Fix regression in the handling of BBCOLLECTIONS
195         - Update the bitbake usermanual
196
197 Changes in BitBake 1.3.0:
198         - add bitbake interactive shell (bitbake -i)
199         - refactor bitbake utility in OO style
200         - kill default arguments in methods in the bb.data module
201         - kill default arguments in methods in the bb.fetch module
202         - the http/https/ftp fetcher will fail if the to be 
203           downloaded file was not found in DL_DIR (this is needed
204           to avoid unpacking the sourceforge mirror page)
205         - Switch to a cow like data instance for persistent and non
206           persisting mode (called data_smart.py)
207         - Changed the callback of bb.make.collect_bbfiles to carry
208           additional parameters
209         - Drastically reduced the amount of needed RAM by not holding
210           each data instance in memory when using a cache/persistent
211           storage
212
213 Changes in BitBake 1.2.1:
214         The 1.2.1 release is meant as a intermediate release to lay the
215         ground for more radical changes. The most notable changes are:
216
217         - Do not hardcode {}, use bb.data.init() instead if you want to
218           get a instance of a data class
219         - bb.data.init() is a factory and the old bb.data methods are delegates
220         - Do not use deepcopy use bb.data.createCopy() instead.
221         - Removed default arguments in bb.fetch
222