aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* *: Fix typo in documentationBernhard Reutner-Fischer2010-08-031-1/+1
* Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie2009-06-191-0/+1
* providers.py: Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio S...Richard Purdie2009-05-121-0/+1
* data.py: Make sure allowed variables inherited from the environment are expor...Richard Purdie2009-05-111-0/+2
* fetch/__init__.py: Set HOME environmental variable when running fetcher comma...Richard Purdie2009-05-111-0/+1
* fetch/git.py: Add username handling to git fetcher (from Poky)Richard Purdie2009-05-111-0/+1
* fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky)Richard Purdie2009-05-111-1/+2
* fetch/hg.py: Fix hg checkouts of specific revisions (from Poky)Richard Purdie2009-05-111-0/+1
* utils.py: Add bb.utils.prune_suffix functionRichard Purdie2009-01-021-0/+1
* utils.py: Add empty_environment() function and call this from the cooker inst...Richard Purdie2008-12-061-0/+4
* wget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wg...Richard Purdie2008-12-061-0/+1
* BBHandler: Improve file not fuond error messageRichard Purdie2008-12-061-0/+1
* utils.py: Improve lock file function error handling (from Poky)Richard Purdie2008-12-061-0/+1
* Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie2008-12-061-0/+3
* When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (f...Richard Purdie2008-12-061-0/+1
* Add osc fetcher (from Joshua Lock in Poky)Richard Purdie2008-12-061-0/+1
* [svn] Add @rev to svn checkout commandHolger Hans Peter Freyther2008-11-031-0/+1
* [bb.utils] Make prunedir cope with symlinks to directoriesHolger Hans Peter Freyther2008-10-081-0/+1
* fetch/perforce.py: Fix to use commandline options instead of being overriden ...Richard Purdie2008-09-301-0/+1
* bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie2008-09-301-0/+5
* cooker.py: Rename __depends to __base_depends after configuration parsing so ...Richard Purdie2008-09-301-0/+2
* providers.py: Fix PACKAGES_DYNAMIC handling of packages with '++' in the name...Richard Purdie2008-09-301-0/+1
* fetch/hg.py: Fix hg fetcher username/password handling and fix crashRichard Purdie2008-09-301-0/+1
* fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky)Richard Purdie2008-09-301-0/+1
* utils.py: Move prunedir function to utils.py and add explode_dep_versions fu...Richard Purdie2008-09-301-0/+1
* [cvs] Allow to checkout by date and timeHolger Hans Peter Freyther2008-07-271-0/+1
* providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a mo...Richard Purdie2008-07-191-0/+1
* Revert the '-' character fix in class names since it breaks thingsRichard Purdie2008-06-101-0/+1
* build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie2008-05-211-0/+2
* BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie2008-05-191-0/+1
* utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie2008-05-121-0/+1
* Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther2008-05-111-0/+2
* runqueue.py: Add bb.runqueue.check_stamp_fn() for use by packaged-staging, al...Richard Purdie2008-05-091-0/+1
* runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie2008-05-091-0/+1
* runqueue.py: Flush stdout/stderr before forking to fix duplicate console outputRichard Purdie2008-05-091-0/+1
* providers.py: No longer weight providers on the basis of a package being "alr...Richard Purdie2008-05-091-0/+2
* runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to...Richard Purdie2008-05-041-0/+2
* providers.py: Improve runtime PREFERRED_PROVIDERS warning messages to be more...Richard Purdie2008-05-041-1/+2
* lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie2008-04-271-0/+1
* fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie2008-04-081-0/+1
* fetch/cvs.py Add proxy support to CVS fetcher (patch from Cyril Chemparathy/P...Richard Purdie2008-04-081-0/+1
* git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie2008-03-171-0/+1
* Add return value handling (thanks pH5)Richard Purdie2008-03-161-0/+1
* runqueue.py: Fix problems with recrdeptask handling where some idepends weren...Richard Purdie2008-03-131-0/+2
* cooker: fix traceback when using -b and -f togetherMichael 'Mickey' Lauer2008-03-081-0/+1
* taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie2008-03-061-0/+2
* runqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variablesRichard Purdie2008-02-281-0/+4
* fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard Purdie2008-02-271-0/+2
* Remove digraph and switch to new stamp checking code.Richard Purdie2008-02-261-0/+2
* Convert -b option to use taskdata/runqueueRichard Purdie2008-02-261-0/+1