vuplus_bitbake
2009-11-03 Richard PurdieRelease 1.8.16 1.8.16
2009-11-03 Richard Purdiebin/bitbake: Fix typo during release process
2009-11-03 Richard PurdiePost release version increment
2009-11-03 Richard PurdieRelease 1.8.14 1.8.14
2009-11-03 Richard Purdiebuild.py: Add bb and os to __builtins__ backporting...
2009-11-03 Richard Purdiefetch/svk: Fix up breakage. Evidently nobody uses svk
2009-07-22 Chris LarsonAdd .gitignore, ignore *.pyc.
2009-07-19 Chris Larsontaskdata: fix a possible infinite loop when multiple...
2009-06-19 Richard PurdieMerge the BBCLASSEXTEND code from Poky. This allows...
2009-05-12 Richard Purdieproviders.py: Fix + character escaping from PACKAGES_DY...
2009-05-11 Richard Purdiebitbake-1.8: Backport deprecated sets removal to remove...
2009-05-11 Richard Purdiedata.py: Make sure allowed variables inherited from...
2009-05-11 Richard Purdiefetch/__init__.py: Set HOME environmental variable...
2009-05-11 Richard Purdiefetch/git.py: Add username handling to git fetcher...
2009-05-11 Richard Purdiefetch/wget.py: Fix wget fetching of urls with parameter...
2009-05-11 Richard Purdiefetch/hg.py: Fix hg checkouts of specific revisions...
2009-05-11 Holger Hans... [bb] Fix the tests by setting a debug level at start
2009-04-17 Chris LarsonFix rdepends in graphviz graph generation.
2009-04-17 Chris Larsonbb.fetch.go: iterate over SRC_URI, not urldata.
2009-04-17 Chris Larsonbb.fetch.git: make empty host pass a file uri to git.
2009-04-17 Chris Larsonbb.fetch: make try_mirror go through the dispatcher...
2009-04-08 Chris LarsonMake the bbpath change for includes temporary rather...
2009-04-08 Chris LarsonBBMASK: survive a non-existant path and don't keep...
2009-04-08 Chris LarsonBBPKGS: act as a default that can be overridden via...
2009-02-26 Holger Hans... Clean up by Otavio Salvador
2009-01-03 Richard Purdiecache.py: Fix whitespace damage
2009-01-03 Richard Purdiecache.py: Simplfy logic (from Poky)
2009-01-02 Richard PurdieBBHandler: Move handler finalisation code into a separa...
2009-01-02 Richard Purdieutils.py: Add bb.utils.prune_suffix function
2008-12-14 Holger Hans... Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)
2008-12-06 Richard Purdieutils.py: Add empty_environment() function and call...
2008-12-06 Richard Purdiefetch/__init__.py: export more variables to the fetcher...
2008-12-06 Richard Purdiecooker.py: Update to improve handling of the trytaltcon...
2008-12-06 Richard Purdiewget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNO...
2008-12-06 Richard Purdieutils.py: Add clean_environment() function and call...
2008-12-06 Richard PurdieBBHandler: Improve file not fuond error message
2008-12-06 Richard Purdiegit.py: Add username handling to the git fetcher (Rober...
2008-12-06 Richard Purdieutils.py: Improve lock file function error handling...
2008-12-06 Richard Purdieproviders.py: Fix typos and add some further debug...
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 Juszkiewicztaskdata: improved error message when BitBake is called...
2008-10-27 Marcin Juszkiewiczcache: not existing cache file is not out of date
2008-10-26 Holger Hans... fetch/hg.py: Properly format the command if the user...
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 PurdieBBHandler.py: Backport a small optimisation in PATH...
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-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-19 Richard Purdiecooker.py: Make sure Build Completed events are generat...
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 Purdielib/bb/fetch: Add ability to fetchers to check URL...
2008-04-11 Holger Hans... Patch from John Lee to always use UTC time for checking...
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-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-13 Richard Purdiecache.py: Ignore cache load errors and always just...
2008-03-13 Richard Purdiecache.py: Improve the way various data structures are...
2008-03-13 Richard Purdiecooker.py: Fix a typo breaking -b -c -f combiantion...
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... 1.8.x/cooker: backport -f and -b fix from trunk
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...
next