]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/shortlog
thirdparty/openembedded/openembedded-core-contrib.git
2011-06-09  Richard Purdiebitbake/data_smart: Change overrides behaviour to remov...
2011-06-09  Scott Garmancache.py: fix bitbake -s command
2011-06-09  Paul Eggletonbitbake-layers: handle skipped recipes
2011-06-09  Paul Eggletontrack skipped packages
2011-06-09  Richard Purdiepersist_data: Add back code to retry in the case of...
2011-06-09  Richard PurdieDrop psyco support
2011-06-08  Richard Purdiecooker.py: Drop duplicate parseCommandLine call
2011-06-08  Richard Purdiebuild/runqueue: Pass quieterrors flag around to supress...
2011-06-08  Richard Purdiebitbake-layers: Add comment header
2011-06-08  Richard Purdierunqueue.py: Export further hash information into the...
2011-06-08  Richard Purdiedata.py: Ensure vardeps flags get expanded
2011-06-08  Richard Purdieknotty: If any error messages are seen, set our exit...
2011-06-08  Joshua Lockbitbake/hob: fix cancel button
2011-06-08  Joshua Lockbitbake/goggle: closing the progress dialog kills the UI
2011-06-08  Joshua Lockbitbake/depexp: closing progress dialog kills gui
2011-06-08  Joshua Lockbitbake/hob: only show one progress dialog when changin...
2011-06-08  Richard Purdiehob/crumbs/hobeventhandler: Remove server specific...
2011-06-08  Richard Purdiexmlrpc/event: Add ability to send pickled events to...
2011-06-08  Richard Purdiebitbake/server: Add the none server back for now
2011-06-08  Richard Purdiebitbake/server: Move server specific code into the...
2011-06-08  Richard Purdiebitbake/server/process: Move implementation knowledge...
2011-06-08  Richard Purdiebitbake/cooker.py: Fix debug message arguments
2011-06-08  Richard Purdiebitbake/cooker: Ensure delays are accurately transfered...
2011-06-08  Richard Purdiebitbake/runqueue: When we have successfully collected...
2011-06-08  Richard Purdiebitbake/runqueue: When we successfully fork off a task...
2011-06-08  Paul Eggletonbitbake/runqueue: show correct task name for setscene...
2011-06-08  Paul Eggletonbitbake/runqueue: fix clash when setscene & real tasks...
2011-06-08  Richard Purdiecooker/process.py: Move profiling code to a place it...
2011-06-07  Liping Kecache: Implement multiple extra cache fields request...
2011-06-07  Liping Kecache: Introduce new param caches_array into Cache...
2011-06-07  Liping Kecache: Introduce extra cache class for image creator
2011-06-07  Liping Kecache.py: Refactory Current Cache implementation
2011-06-07  Richard Purdiecache.py: Sync what amounts to whitespace with bitbake...
2011-06-07  Joshua Lockbitbake/cooker: don't error in prepareTreeData for...
2011-06-07  Saul Wolduniverse target: add a new target to collect all recipe...
2011-06-03  Chris Larsonbb.exceptions: don't choke on frames without arguments
2011-06-02  Chris Larsonsiggen: don't choke with traceback when data is None
2011-06-02  Chris Larsonparse: pass a useful (if mangled) key to bb.data.expand...
2011-06-02  Chris Larsoncooker: handle ExpansionError the same way we do ParseError
2011-06-02  Chris Larsonevent: don't catch systemexit from handler execution
2011-06-02  Chris LarsonMerge remote branch 'github/exceptions'
2011-06-01  Richard Purdiedata_smart: Adding overrides of zero length is pointles...
2011-06-01  Paul Eggletonbitbake: use layer priority when applying bbappends
2011-05-31  Richard Purdieproviders.py: Correct PREFERRED_VERSION handling
2011-05-27  Joshua Lockserver: add updated/fixed xmlrpc server from Poky
2011-05-27  Joshua Lockuievent: fix queueing of events for xmlrpc before UI...
2011-05-27  Darren Hartfetch2/git: ensure network check log matches actual...
2011-05-27  Darren Hartfetch2/git: use logging.debug() and clarify messages
2011-05-27  Richard Purdiebitbake/codeparser: Improve cache handling
2011-05-27  Richard Purdierunqueue.py: Set BB_WORKERCONTEXT in task execution...
2011-05-27  Richard Purdiebitbake/runqueue.py: Ensure existing setscene stamp...
2011-05-27  Richard Purdiebitbake/utils.py: Add option to lockfiles to return...
2011-05-27  Richard Purdiebitbake/cooker.py: Ensure BBFILES is processed in order
2011-05-27  Richard Purdiebitbake/cooker.py: Fix -b option regexp handling
2011-05-27  Yu Kefetch2/git: enhance the unpack by using "git checkout"
2011-05-27  Yu Kefetch2/git: add document for git fetcher supported...
2011-05-27  Yu Kefetch2/git: unify the nocheckout option format
2011-05-27  Yu Kefetch2/git: change default protocol from rsync to git
2011-05-27  Lianhao LuAdd PR service deamon to bitbake
2011-05-27  Richard Purdiecooker.py: Don't show spurious warnings for collections...
2011-05-25  Richard Purdiebuild/siggen: Ensure a task signature file is generated...
2011-05-17  Yu Kegit fetcher: add support for rebaseable git repo
2011-05-16  Joshua Lockbitbake/ui: Fix Gtk+ GUI's after recent cache changes
2011-05-16  Chris LarsonShift exception formatting into the UI
2011-05-16  Chris Larsoncooker: don't show a traceback for ParseError
2011-05-16  Chris Larsoncooker: don't show a useless traceback for SyntaxError
2011-05-16  Chris Larsoncooker: use logger.exception for config file parse...
2011-05-16  Chris Larsoncooker: pass traceback back from parsing thread
2011-05-16  Chris Larsoncooker: show a useful message for ParsingFailure
2011-05-16  Chris Larsonbb.exceptions: don't show a repr of 'self'
2011-05-16  Otavio Salvadorcodeparser.py: fix syntax error in exception handling
2011-05-16  Richard Purdiecodeparser.py: Ignore incomplete cache files
2011-05-16  Chris Larsonbb.exceptions: handle tb entries without context
2011-05-16  Chris Larsonbb.exceptions: add to_string convenience function
2011-05-16  Chris Larsonbb.exceptions: add code to create pickleable traceback...
2011-05-16  Chris Larsonbb.namedtuple_with_abc: add useful util from activestate
2011-05-13  Otavio Salvadorcodeparser.py: fix syntax error in exception handling
2011-05-12  Richard Purdiecodeparser.py: Ignore incomplete cache files
2011-05-06  Richard Purdiebitbake/utils.py: Only try and add read access to a...
2011-05-06  Richard Purdiebitbake/fetch2/local: Fix inverted update required...
2011-05-06  Richard Purdiebitbake/fetch2: Allow local file:// urls to be found...
2011-05-06  Richard Purdiebitbake/fetch2: Fix the problems introduced by the...
2011-05-06  Richard Purdiebitbake/fetch2/git: Fix a bug where AUTOREV and the...
2011-05-06  Richard Purdiebuild.py: Fix ordering bug introduced in 7a29ab534388c0...
2011-05-06  Darren Hartbitbake docs: use dblatex to build the pdf bitbake...
2011-05-06  Darren Hartcorrect typo in ??= documentation
2011-05-06  Yu Kegit fetcher: make tag back to work, fix Yocto bug 972
2011-05-06  Richard Purdiebitbake/codeparser: Correctly handle a missing/empty...
2011-05-06  Richard Purdiebitbake/cache.py: Ensure skipped recipes make it into...
2011-05-06  Richard Purdiebitbake/cooker/codeparser: Ensure the code parser cache...
2011-05-06  Richard Purdiebitbake/ast.py: Only run finalise() for the specified...
2011-05-02  Bernhard Reutner... manual: fix typo
2011-04-08  Chris Larsonbuild: run fakeroot if FAKEROOT is set
2011-04-07  Christopher... fetch.git: fix a remnant wrt persist + keyerror
2011-04-06  Chris Larsonpersist_data: implement comparison, same as dict
2011-04-06  Chris Larsonpersist_data: make SQLTable a context manager
2011-04-06  Chris Larsonpersist_data: don't allow non-string keys/values
2011-04-06  Chris Larsonpersist_data: add has_key
2011-04-06  Chris Larsonpersist_data: raise KeyError on missing elements
2011-04-04  Martin Jansasetup.py: install fetch2 module
next