vuplus_bitbake
2007-01-07 Richard Purdiebuild.py: Add del_stamp function to remove existing...
2007-01-07 Richard Purdiebuild.py: Merge stamp_is_current and stamp_is_current_c...
2007-01-06 Holger Hans... Make cvs_port a string and an empty one as well. This...
2007-01-06 Marcin JuszkiewiczCVS Fetcher: Added support for non-default port (needed...
2007-01-04 Richard Purdierunqueue.py: Don't create recurisve tasks if they don...
2007-01-04 Richard Purdietaskqueue.py: Add tasks to be queried but not created
2007-01-04 Marcin Juszkiewiczmoved 'here comes the log' message back to proper place
2007-01-04 Marcin Juszkiewiczbuild.by: Added option to limit amount of log lines...
2007-01-04 Marcin Juszkiewiczdrop shebangs from lib/bb scripts
2007-01-04 Marcin Juszkiewiczsetup.py: use FHS compatible directories
2007-01-02 Richard Purdiesvn fetcher: Don't have a date in the filename for...
2006-12-08 Holger Hans... Add proper GPLv2 headers to all BitBake files
2006-12-08 Holger Hans... Update the GPL to the current version of the FSF
2006-12-08 Holger Hans... Remove the first attempt to integrate Marc's flex/lemon
2006-12-06 Richard Purdiecooker.py: Clean up pkgs_to_build handling
2006-12-06 Richard Purdiebitbake: Move cooker from bin/bitbake to lib/bb/cooker.py
2006-12-06 Richard Purdierunqeue.py: Send SIGINT, not SIGTERM when ending tasks...
2006-12-06 Richard Purdiefetch/__init__.py: Have getSrcDate process an optional...
2006-12-06 Richard PurdieFix docs typo (from ross@o-hand.com)
2006-11-30 Richard Purdiebin/bitbake: Fix incorrect variable reference
2006-11-30 Richard Purdieshell.py: Fix typo (thanks to pH5 for spotting)
2006-11-29 Richard Purdiefix typo
2006-11-29 Richard Purdiebin/bitbake: Update generateDotGraph to use taskData...
2006-11-25 Richard Purdiedata.py: Revert inherits_class change - merge error :-(
2006-11-25 Richard Purdiedata.py: Fix inherits_class() so it doesn't split lists...
2006-11-25 Richard Purdierunqueue: Avoid running task sanity checks upon task...
2006-11-25 Richard Purdiedata_smart: Micro optimisation - search for "${" instea...
2006-11-25 Richard PurdieBBHandle: Remove unused __bbpath_found__ variable
2006-11-25 Richard Purdiefetch/__init__.py: Store urldata by 'FILE' to solve...
2006-11-22 Richard Purdiegit.py: Fix typo (from koen)
2006-11-19 Marcin JuszkiewiczAUTHORS: added myself
2006-11-19 Marcin Juszkiewiczsvn fetcher: added my (C) as this is code which I wrote...
2006-11-19 Marcin Juszkiewiczadded bitbake manpage based on --help output
2006-11-19 Richard PurdieBBHandle.py: Instead of iterating through data.keys...
2006-11-18 Holger Hans... Hack to avoid 3 million key expansions by a simple...
2006-11-18 Richard PurdieConfHandler, BBHandler: Optmise number of expand calls
2006-11-18 Holger Hans... bitbake/ old parser: Compile all anonfuncs at once!
2006-11-18 Richard Purdierunqueue.py: Change failed tasks handling so all failed...
2006-11-17 Holger Hans... Remember that we have compiled and added this file.
2006-11-17 Holger Hans... Micro-Optimisation for parsing. Do not join and split...
2006-11-16 Richard Purdierunqueue.py: Enhance dependency chain debug messages
2006-11-15 Richard Purdiebin/bitbake: Improve -b error message
2006-11-14 Richard Purdietastdata.py: Minor speedup
2006-11-14 Richard Purdiecache.py: Share the parser's mtime_cache, reducing...
2006-11-14 Richard Purdiegit.py: Fix conversion error
2006-11-14 Richard Purdietaskqueue/runqueue.py: Remove matches_in_list and both_...
2006-11-14 Richard Purdierunqueue.py: Catch EventException and don't print a...
2006-11-14 Richard Purdietaskdata.py: Stop failed dependencies being added back...
2006-11-13 Richard PurdieAdd perforce fetcher from Jordan Crouse, suitably modif...
2006-11-13 Richard Purdierunqueue.py: Fix inverted logic. Less speed, more haste.
2006-11-13 Richard Purdierunqueue.py: Fix indentation
2006-11-13 Richard Purdierunqueue.py: Improve handling of zero length task lists...
2006-11-13 Richard PurdieBump to version 1.7.4
2006-11-13 Richard Purdieproviders.py: Make PREFERRED_PROVIDER_foobar defaults...
2006-11-12 Richard Purdierunqueue.py: Avoid errors in builds with build failures...
2006-11-12 Richard Purdierunqueue.py: Have recrdeptask follow depends as well...
2006-11-12 Richard Purdietaskdata.py: Add some extra debug to dump_data and...
2006-11-12 Richard Purdietaskdata.py: Add missing error message for unbuildable...
2006-11-12 Richard Purdierunqueue.py: Add sanity check for zero length task...
2006-11-12 Richard Purdierunqueue.py: raise build failure exceptions instead...
2006-11-12 Richard Purdiebitbake: Add calls to expandKeys, fixing issues in...
2006-11-12 Richard Purdietaskdata.py: Improve abort flag handling, fixing severa...
2006-11-12 Richard Purdiesvk.py: Remove unused variables
2006-11-12 Richard PurdieFetchers: More cleanups, error handling fixes, fix...
2006-11-12 Richard PurdieFetchers: Add forcefetch method for handling of SRCDATE...
2006-11-12 Richard Purdiefetchers: Only call createCopy and update_data after...
2006-11-12 Richard Purdiesvn.py: Fix a references to date
2006-11-12 Richard Purdiesvn.py: Fix a reference to parm
2006-11-12 Richard Purdiefetchers: Cleanup more variables
2006-11-12 Richard Purdiefetchers: Remove check_for_tarball() in favour of try_m...
2006-11-12 Richard Purdiefetchers: Create a urldata object which is passed betwe...
2006-11-12 Richard Purdiefetchers: Refactor interating through urls into the...
2006-11-11 Richard PurdieAdd ssh fetcher written by kergoth (from poky)
2006-11-10 Richard Purdiedata.py: Fix emit_env() to expand keynames as well...
2006-11-09 Richard PurdieImprove errors messages for required vs. inherited...
2006-11-09 Holger Hans... lib/bb/parse/parse_py/BBHandler.py: Commit the parsed...
2006-11-05 Richard PurdieBBHandler.py: make inherit fail if the class doesn...
2006-11-04 Richard Purdieshell.py: Add support for the abort flag
2006-11-01 Holger Hans... bitbake/trunk/bitbake: Add more files to the MANIFEST...
2006-11-01 Holger Hans... BitBake: Tag 1.6.2 and 1.7.2 of BitBake
2006-10-29 Richard Purdiecache.py: Allow version field in DEPENDS (ignored for...
2006-10-21 Richard Purdiebump 1.7 versions
2006-10-04 Richard Purdiebin/bitbake: fix typo
2006-10-03 Richard Purdiebin/bitbake: Move handle_data() into parse_bbfiles...
2006-10-03 Richard Purdiecache.py: Stop passing cooker around as its no longer...
2006-10-03 Richard Purdieparse_py/ConfHandler.py: Remove broken default options...
2006-10-03 Richard Purdiedata_smart.py: Add expand_cache, caching expanded data...
2006-09-28 Chris LarsonMinor bugfix in taskdata, the dump function was passing...
2006-09-16 Richard Purdietaskdata.py: Remove a seemingly incorrect line of code...
2006-09-16 Richard PurdieFix -f force option when used without -b
2006-09-16 Richard PurdietaskData.py: Only mark external targets as external
2006-09-15 Richard Purdiecache.py: Don't error if a file doesn't exist, just...
2006-09-14 Richard Purdietaskqueue.py: Add a small cache for task ids for a...
2006-09-14 Richard Purdierunqueue.py: Convert Deps and RunDeps fields into sets...
2006-09-11 Michael 'Mickey... * shell: fix 'which' command
2006-09-11 Richard Purdiebin/bitbake: parse.handle must have an absolute path
2006-09-11 Richard Purdiebitbake/lib/bb/shell.py:
2006-09-11 Richard Purdiecache.py: The cache doesn't really need to know about...
2006-09-10 Richard Purdietaskdata.py: Clean up mesage handling for unbuildable...
2006-09-10 Richard Purdiebuild.py: Really fix debug_level references causing...
next