]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/shortlog
thirdparty/openembedded/openembedded-core-contrib.git
2008-12-06  Richard Purdiecooker.py: Pass the task to run to tryBuild directly...
2008-12-06  Richard Purdierunqueue.py: Fire the task started event from the worke...
2008-12-06  Richard PurdieAdd the pid to the event messages so we can identify...
2008-12-06  Richard PurdieRename online/offline to sync/async for less confusion...
2008-12-06  Richard Purdiebuild.py: Add better debug to exec_func_python when...
2008-12-06  Richard PurdieAdd tryaltconfigs option to control whether bitbake...
2008-12-06  Richard PurdieWhen SRCREV autorevisioning for a recipe is in use...
2008-12-06  Richard PurdieAdd osc fetcher (from Joshua Lock in Poky)
2008-11-03  Holger Hans... [svn] Add @rev to svn checkout command
2008-10-27  Marcin Juszkiewiczcache: not existing cache file is not out of date
2008-10-27  Marcin Juszkiewicztaskdata: improved error message when BitBake is called...
2008-10-26  Holger Hans... fetch/hg.py: Properly format the command if the user...
2008-10-20  Richard Purdiecooker.py: Fix an init problem (from poky)
2008-10-20  Richard Purdierunqueue.py: Fix nostamp flag handling (from Poky)
2008-10-13  Holger Hans... [fetch] Always add PN to the _revision_key we get from...
2008-10-12  Holger Hans... [git] Do not run git-rev-list everytime to increase...
2008-10-12  Holger Hans... [git] Optionally use git-rev-list to get a sortable...
2008-10-12  Holger Hans... [git] Do not git-fetch if we already have the rev we...
2008-10-12  Holger Hans... [git] Disable downloading of checkouts.
2008-10-12  Holger Hans... Allow to conditionally implement sortable revision...
2008-10-12  Holger Hans... Make the revision key unique by adding the PN
2008-10-08  Holger Hans... [bb.utils] Make prunedir cope with symlinks to directories
2008-09-30  Richard Purdiefetch/perforce.py: Fix to use commandline options inste...
2008-09-30  Richard Purdieutils.py: Fix error message (from Joshua Lock)
2008-09-30  Richard Purdiebin/bitbake: Add better environmental variable handling...
2008-09-30  Richard Purdiecooker.py: Add parseConfiguration() function and move...
2008-09-30  Richard Purdiecooker.py: Rename __depends to __base_depends after...
2008-09-30  Marcin JuszkiewiczAUTHORS: update my email address
2008-09-30  Richard Purdieparse/__init__.py: Fix missing update_mtime function...
2008-09-30  Richard Purdieproviders.py: Fix PACKAGES_DYNAMIC handling of packages...
2008-09-30  Richard Purdiefetch/hg.py: Fix hg fetcher username/password handling...
2008-09-30  Richard Purdiefetch/__init__.py: Raise an exception if SRCREV ==...
2008-09-30  Richard Purdieutils.py: Move prunedir function to utils.py and add...
2008-09-11  Chris LarsonVim syntax:
2008-07-27  Holger Hans... [cvs] Allow to checkout by date and time
2008-07-19  Richard Purdieproviders.py: Fix indentation errors
2008-07-19  Richard Purdieproviders.py: When a regexp fails to compile for PACKAG...
2008-06-10  Richard PurdieRevert the '-' character fix in class names since it...
2008-05-21  Richard Purdiebuild.py: Make sure expandKeys has been called on the...
2008-05-19  Richard Purdiemanuals: Add missing options documentation (thanks...
2008-05-19  Richard PurdieBBHandler.py: Correctly handle '-' characters in class...
2008-05-12  Richard Purdieutils.py: Add md5 and sha256 checksum generation funct...
2008-05-11  Holger Hans... Allow to store the PersistData in a PERSISTENT_DIR.
2008-05-09  Richard Purdierunqueue.py: Add bb.runqueue.check_stamp_fn() for use...
2008-05-09  Richard Purdierunqueue/taskdata.py: Make sure recrdeps tasks include...
2008-05-09  Richard Purdierunqueue.py: Flush stdout/stderr before forking to...
2008-05-09  Richard Purdieproviders.py: No longer weight providers on the basis...
2008-05-05  Richard Purdierunqueue.py: Fix default whitelist variable value
2008-05-04  Richard Purdierunqueue.py: Add BB_STAMP_WHITELIST option which contai...
2008-05-04  Richard Purdieproviders.py: Improve runtime PREFERRED_PROVIDERS warni...
2008-04-27  Richard Purdiefetchers: Tweak the new checkstatus code to handle...
2008-04-27  Richard Purdietrunk cvs.py: Sync with 1.8 branch
2008-04-27  Richard Purdiencurses.py: Develop slightly further, various improvements
2008-04-27  Richard Purdieuihelper.py: Fill out the code a bit more
2008-04-27  Richard Purdierunqueue.py: Improve failed task state engine handling
2008-04-27  Richard Purdiecooker.py: Reorder calls to avoid cache issues
2008-04-27  Richard Purdielib/bb/fetch: Add ability to fetchers to check URL...
2008-04-08  Richard Purdiefetch/__init__.py: Improve runfetchcmd so errors are...
2008-04-08  Richard Purdiefetch/cvs.py Add proxy support to CVS fetcher (patch...
2008-04-06  Richard PurdieAdd experimental/toy dependency explorer UI (based...
2008-04-06  Richard PurdieAdd experimental/toy dependency explorer UI (based...
2008-04-06  Richard Purdiexmlrpcserver.py: Drop python 2.4 hacks, add BitBakeServ...
2008-04-06  Richard Purdieevent.py: Clean up the event handling code and some...
2008-04-06  Richard Purdieutils.py: Improve compile/execute error messages
2008-04-06  Richard Purdieknotty.py: Rename frontend to server to make things...
2008-03-28  Richard Purdiecache.py: Fix a bug where changed files weren't getting...
2008-03-17  Richard Purdiegit.py: Work around refs/HEAD issues with git over...
2008-03-16  Richard PurdieAdd return value handling (thanks pH5)
2008-03-16  Richard Purdiecooker.py: Remove leftover from old code, fixing double...
2008-03-15  Richard Purdiecooker.py: Turn buildFile into a fully blown offline...
2008-03-15  Richard Purdiebuild.py: Fix incorrect variables (thanks pH5)
2008-03-13  Richard Purdiecache.py: Ignore cache load errors and always just...
2008-03-13  Richard Purdiebuild.py: Fix incorrect variable name
2008-03-13  Richard Purdierunqueue.py: Fix typo (thanks pH5)
2008-03-13  Richard Purdieui/knotty.py: Ignore StampUpdate events
2008-03-13  Richard Purdiecache.py: Improve the way various data structures are...
2008-03-13  Richard Purdierunqueue.py: Fix problems with recrdeptask handling...
2008-03-13  Richard Purdierunqueue.py: Switch to check_stamp code since its simpl...
2008-03-13  Richard Purdierunqueue.py: Fix check_stamps function
2008-03-08  Michael 'Mickey... cooker: fix traceback when using -b and -f together
2008-03-06  Richard Purdietaskdata.py: When handling build target failures make...
2008-02-29  Richard Purdiecache.py: Bump the cache version since digraph was...
2008-02-28  Richard Purdiebuild.py: Fix task variable expansion issue
2008-02-28  Richard Purdierunqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variables
2008-02-27  Richard Purdierunqueue.py: Fix recursive looping issue
2008-02-27  Richard Purdiefetch/__init__.py: Make fetcher timestamp updating...
2008-02-26  Richard PurdieRemove digraph and switch to new stamp checking code.
2008-02-26  Richard PurdieConvert -b option to use taskdata/runqueue
2008-02-26  Richard Purdierunqueue.py: Add StampUpdate event
2008-02-26  Richard Purdieshell.py: Update to use cooker.buildFile()
2008-02-26  Richard Purdieutils.py: Tweak explode_deps function to remove unused...
2008-02-24  Richard Purdiebuild.py: Remove uneeded mkdirhiercall
2008-02-24  Richard Purdiebuild.py: Convert exec_task to use getVarFlags
2008-02-24  Richard Purdiecooker:Remove a debug message from the parsing loop...
2008-02-24  Richard Purdiecache: Optmise cache handling by more quickly detecting...
2008-02-24  Richard Purdiedata_smart: Fix getVarFlags bug in data_smart
2008-02-23  Richard Purdiebbimage: Update to reflect recent core changes
2008-02-23  Richard Purdiecooker, BBHandler: Change parseConfigurationFile so...
2008-01-22  Richard Purdiegit.py: Fix git branch tags fetching
2008-01-21  Richard Purdierunqueue.py: Fix exit code for build failures in -...
next