2006-11-25 |
Richard Purdie | data.py: Revert inherits_class change - merge error :-( |
commit | commitdiff | tree |
2006-11-25 |
Richard Purdie | data.py: Fix inherits_class() so it doesn't split lists... |
commit | commitdiff | tree |
2006-11-25 |
Richard Purdie | runqueue: Avoid running task sanity checks upon task... |
commit | commitdiff | tree |
2006-11-25 |
Richard Purdie | data_smart: Micro optimisation - search for "${" instea... |
commit | commitdiff | tree |
2006-11-25 |
Richard Purdie | BBHandle: Remove unused __bbpath_found__ variable |
commit | commitdiff | tree |
2006-11-25 |
Richard Purdie | fetch/__init__.py: Store urldata by 'FILE' to solve... |
commit | commitdiff | tree |
2006-11-22 |
Richard Purdie | git.py: Fix typo (from koen) |
commit | commitdiff | tree |
2006-11-19 |
Marcin Juszkiewicz | AUTHORS: added myself |
commit | commitdiff | tree |
2006-11-19 |
Marcin Juszkiewicz | svn fetcher: added my (C) as this is code which I wrote... |
commit | commitdiff | tree |
2006-11-19 |
Marcin Juszkiewicz | added bitbake manpage based on --help output |
commit | commitdiff | tree |
2006-11-19 |
Richard Purdie | BBHandle.py: Instead of iterating through data.keys... |
commit | commitdiff | tree |
2006-11-18 |
Holger Hans... | Hack to avoid 3 million key expansions by a simple... |
commit | commitdiff | tree |
2006-11-18 |
Richard Purdie | ConfHandler, BBHandler: Optmise number of expand calls |
commit | commitdiff | tree |
2006-11-18 |
Holger Hans... | bitbake/ old parser: Compile all anonfuncs at once! |
commit | commitdiff | tree |
2006-11-18 |
Richard Purdie | runqueue.py: Change failed tasks handling so all failed... |
commit | commitdiff | tree |
2006-11-17 |
Holger Hans... | Remember that we have compiled and added this file. |
commit | commitdiff | tree |
2006-11-17 |
Holger Hans... | Micro-Optimisation for parsing. Do not join and split... |
commit | commitdiff | tree |
2006-11-16 |
Richard Purdie | runqueue.py: Enhance dependency chain debug messages |
commit | commitdiff | tree |
2006-11-15 |
Richard Purdie | bin/bitbake: Improve -b error message |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | tastdata.py: Minor speedup |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | cache.py: Share the parser's mtime_cache, reducing... |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | git.py: Fix conversion error |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | taskqueue/runqueue.py: Remove matches_in_list and both_... |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | runqueue.py: Catch EventException and don't print a... |
commit | commitdiff | tree |
2006-11-14 |
Richard Purdie | taskdata.py: Stop failed dependencies being added back... |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | Add perforce fetcher from Jordan Crouse, suitably modif... |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | runqueue.py: Fix inverted logic. Less speed, more haste. |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | runqueue.py: Fix indentation |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | runqueue.py: Improve handling of zero length task lists... |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | Bump to version 1.7.4 |
commit | commitdiff | tree |
2006-11-13 |
Richard Purdie | providers.py: Make PREFERRED_PROVIDER_foobar defaults... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | runqueue.py: Avoid errors in builds with build failures... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | runqueue.py: Have recrdeptask follow depends as well... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | taskdata.py: Add some extra debug to dump_data and... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | taskdata.py: Add missing error message for unbuildable... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | runqueue.py: Add sanity check for zero length task... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | runqueue.py: raise build failure exceptions instead... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | bitbake: Add calls to expandKeys, fixing issues in... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | taskdata.py: Improve abort flag handling, fixing severa... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | svk.py: Remove unused variables |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | Fetchers: More cleanups, error handling fixes, fix... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | Fetchers: Add forcefetch method for handling of SRCDATE... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | fetchers: Only call createCopy and update_data after... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | svn.py: Fix a references to date |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | svn.py: Fix a reference to parm |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | fetchers: Cleanup more variables |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | fetchers: Remove check_for_tarball() in favour of try_m... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | fetchers: Create a urldata object which is passed betwe... |
commit | commitdiff | tree |
2006-11-12 |
Richard Purdie | fetchers: Refactor interating through urls into the... |
commit | commitdiff | tree |
2006-11-11 |
Richard Purdie | Add ssh fetcher written by kergoth (from poky) |
commit | commitdiff | tree |
2006-11-10 |
Richard Purdie | data.py: Fix emit_env() to expand keynames as well... |
commit | commitdiff | tree |
2006-11-09 |
Richard Purdie | Improve errors messages for required vs. inherited... |
commit | commitdiff | tree |
2006-11-09 |
Holger Hans... | lib/bb/parse/parse_py/BBHandler.py: Commit the parsed... |
commit | commitdiff | tree |
2006-11-05 |
Richard Purdie | BBHandler.py: make inherit fail if the class doesn... |
commit | commitdiff | tree |
2006-11-04 |
Richard Purdie | shell.py: Add support for the abort flag |
commit | commitdiff | tree |
2006-11-01 |
Holger Hans... | bitbake/trunk/bitbake: Add more files to the MANIFEST... |
commit | commitdiff | tree |
2006-11-01 |
Holger Hans... | BitBake: Tag 1.6.2 and 1.7.2 of BitBake |
commit | commitdiff | tree |
2006-10-29 |
Richard Purdie | cache.py: Allow version field in DEPENDS (ignored for... |
commit | commitdiff | tree |
2006-10-21 |
Richard Purdie | bump 1.7 versions |
commit | commitdiff | tree |
2006-10-04 |
Richard Purdie | bin/bitbake: fix typo |
commit | commitdiff | tree |
2006-10-03 |
Richard Purdie | bin/bitbake: Move handle_data() into parse_bbfiles... |
commit | commitdiff | tree |
2006-10-03 |
Richard Purdie | cache.py: Stop passing cooker around as its no longer... |
commit | commitdiff | tree |
2006-10-03 |
Richard Purdie | parse_py/ConfHandler.py: Remove broken default options... |
commit | commitdiff | tree |
2006-10-03 |
Richard Purdie | data_smart.py: Add expand_cache, caching expanded data... |
commit | commitdiff | tree |
2006-09-28 |
Chris Larson | Minor bugfix in taskdata, the dump function was passing... |
commit | commitdiff | tree |
2006-09-16 |
Richard Purdie | taskdata.py: Remove a seemingly incorrect line of code... |
commit | commitdiff | tree |
2006-09-16 |
Richard Purdie | Fix -f force option when used without -b |
commit | commitdiff | tree |
2006-09-16 |
Richard Purdie | taskData.py: Only mark external targets as external |
commit | commitdiff | tree |
2006-09-15 |
Richard Purdie | cache.py: Don't error if a file doesn't exist, just... |
commit | commitdiff | tree |
2006-09-14 |
Richard Purdie | taskqueue.py: Add a small cache for task ids for a... |
commit | commitdiff | tree |
2006-09-14 |
Richard Purdie | runqueue.py: Convert Deps and RunDeps fields into sets... |
commit | commitdiff | tree |
2006-09-11 |
Michael 'Mickey... | * shell: fix 'which' command |
commit | commitdiff | tree |
2006-09-11 |
Richard Purdie | bin/bitbake: parse.handle must have an absolute path |
commit | commitdiff | tree |
2006-09-11 |
Richard Purdie | bitbake/lib/bb/shell.py: |
commit | commitdiff | tree |
2006-09-11 |
Richard Purdie | cache.py: The cache doesn't really need to know about... |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | taskdata.py: Clean up mesage handling for unbuildable... |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | build.py: Really fix debug_level references causing... |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | build.py: Fix debug_level references causing excessive... |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | cache.py: Drop uneeded BUILD_ALL_DEPS variable |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | lib/bb/shell.py - Use taskData and runQueue directly |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | msg.py: Each -l option increases the debug level of... |
commit | commitdiff | tree |
2006-09-10 |
Richard Purdie | runqueue.py: Upon failure in abort mode, raise an excep... |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | Turn BBParsingStatus into CacheData and move to cache.py |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | providers.py: Improve findBestProvider debug messages... |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | build.py: Add interactive flag for tasks to optionally... |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | bbimage: Add call to init logging variable |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | Add bitbake -l option to specify debug domains to show |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | Complete conversion to use bb.msg |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | Convert fetchers to use bb.msg |
commit | commitdiff | tree |
2006-09-09 |
Richard Purdie | runqueue.py: Improve error messages (and make get_error... |
commit | commitdiff | tree |
2006-09-08 |
Holger Hans... | bitbake/trunk/bitbake/bin/bbimage: prepend the path... |
commit | commitdiff | tree |
2006-09-08 |
Holger Hans... | bitbake/bin/bitbake: Richard deserves a real (C) on... |
commit | commitdiff | tree |
2006-09-08 |
Holger Hans... | bitbake/trunk/bitbake: Update the ChangeLog to mention... |
commit | commitdiff | tree |
2006-09-08 |
Holger Hans... | bitbake/trunk/bitbake: Do svn co's to a permanent direc... |
commit | commitdiff | tree |
2006-09-08 |
Holger Hans... | bitbake/trunk/bitbake: Mention BitBake 1.6 as the stabl... |
commit | commitdiff | tree |
2006-08-23 |
Richard Purdie | runqueue.py: Improve circular depends error message |
commit | commitdiff | tree |
2006-08-22 |
Richard Purdie | runqueue.py: Fix the case where BB_NUMBER_THREADS is... |
commit | commitdiff | tree |
2006-08-22 |
Richard Purdie | runqueue.py: Make sure number_tasks is a number |
commit | commitdiff | tree |
2006-08-22 |
Richard Purdie | runqueue.py: Make sure depends is initialised |
commit | commitdiff | tree |
2006-08-21 |
Richard Purdie | taskdata.py: Fix so only warn about failed providers... |
commit | commitdiff | tree |
next |