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