fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() function
[vuplus_bitbake] / ChangeLog
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 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-01-02 Richard Purdieutils.py: Add bb.utils.prune_suffix function
2008-12-14 Holger Hans Peter... 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 Purdiewget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNO...
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 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 Peter... [svn] Add @rev to svn checkout command
2008-10-08 Holger Hans Peter... [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 Purdiebin/bitbake: Add better environmental variable handling...
2008-09-30 Richard Purdiecooker.py: Rename __depends to __base_depends after...
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-07-27 Holger Hans Peter... [cvs] Allow to checkout by date and time
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 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 Peter... 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-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 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-03-17 Richard Purdiegit.py: Work around refs/HEAD issues with git over...
2008-03-13 Richard Purdierunqueue.py: Fix problems with recrdeptask handling...
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-28 Richard Purdierunqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variables
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-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 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 -...
2008-01-20 Richard PurdieRelease bitbake 1.8.10
2008-01-20 Richard Purdiecvs.py: Add norecurse and fullpath options to cvs fetch...
2008-01-19 Richard Purdietaskdata/runqueue.py: Make taskdata and runqueue errors...
2008-01-18 Michael 'Mickey... add branch support to the git fetcher -- thanks Otavio...
2008-01-12 Richard Purdiewget.py: Change the wget fetcher failure handling to...
2008-01-06 Richard Purdiefetchers: Properly raise errors for invalid source...
2008-01-06 Richard Purdieshell.py: Fix shell data updating problems (#1880)
2008-01-06 Richard PurdieFix shell showdata command (#3259)
2008-01-06 Richard Purdiecooker.py: Add support for '-e target' (#3432)
2008-01-06 Richard Purdierunqueue.py: Don't give a stacktrace for invalid tasks...
2008-01-06 Richard Purdierunqueue.py: Add task scheduler abstraction and some...
2008-01-05 Richard Purdierunqueue.py: Improve code comments
2008-01-05 Richard Purdierunqueue.py: Disable task number acceleration since...
2007-12-01 Richard PurdieAdd selfstamp and lockfiles flags
2007-11-24 Richard PurdieAdd bb.utils.lockfile() and bb.utils.unlockfile() from...
2007-11-17 Richard PurdieFetcher SRCREV handling updates, improvements and fixes...
2007-11-08 Richard Purdiegit.py: Use git-fetch instead of git-pull removing...
2007-10-30 Richard Purdierunqueue.py: Allow multiple options for deptask flag...
2007-10-30 Richard Purdiebb/__init__.py: Add bb.copyfile function similar to...
2007-10-22 Richard Purdiedata.py: Fix unexport handling (#3135)
2007-10-21 Richard Purdietaskdata.py: Fix 'depends' flag splitting
2007-10-21 Richard Purdieproviders.py: Fix bogus preferred_version return values
2007-09-05 Richard Purdiefetch/: Add mercurial (hg) fetcher from Robert Schuster...
2007-09-05 Richard Purdiebzr.py: bzr fetcher tweaks from Robert Schuster (#2913)
2007-09-05 Richard Purdiebuild.py: Add support for cleaning directories before...
2007-09-05 Richard Purdiefetch: Add bzr fetcher
2007-09-04 Richard PurdieAdd support for the syntax "export VARIABLE"
2007-08-25 Richard Purdiesvn.py: Handle paths in svn fetcher module parameter
2007-08-25 Richard Purdierunqueue.py: Detect builds of tasks with overlapping...
2007-08-24 Richard PurdieChangelog: Remove duplicates
2007-08-24 Richard Purdieproviders.py: Backport various providers fixed from...
2007-08-23 Marcin Juszkiewiczbitbake: use Psyco only on x86 (no support for other...
2007-08-18 Holger Hans Peter... Release BitBake Version 1.8.8 and increase the branch...
2007-08-18 Holger Hans Peter... [regression] Make SRCDATE/CVSDATE for the fetchers...
2007-08-18 Richard Purdiecookey.py: Clear the terminal TOSTOP flag if set (and...
2007-08-17 Richard Purdierunqueue.py: Fix idepends handling to avoid dependency...
2007-08-17 Richard Purdiedata.py: Split expandKeys into two for loops to benefit...
2007-08-17 Richard Purdiebb/__init.py: Sort digraph output to make builds more...
2007-08-17 Holger Hans Peter... Print the list of missing DEPENDS/RDEPENDS on the ...
2007-08-16 Richard Purdiebuild.py: Expand data to addtask
2007-08-16 Richard Purdiebitbake-1.8: Backport fixes for bugs from trunk
next