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