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