index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bitbake/siggen: Fix finalise call arguments
Richard Purdie
2010-11-01
1
-1
/
+1
*
bitbake/fetch: When fetchers return errors, ensure any partial download is cl...
Richard Purdie
2010-10-23
1
-0
/
+9
*
bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...
Richard Purdie
2010-10-22
1
-1
/
+1
*
pseudo/fakeroot: Move the pseudo directory creation into bitbake
Richard Purdie
2010-10-22
1
-0
/
+4
*
bitbake/fetch/git: Ensure fullclone repositories are fully fetched
Richard Purdie
2010-10-19
1
-1
/
+4
*
bitbake/fetcher: Deal with a ton of different bugs
Richard Purdie
2010-10-19
2
-36
/
+38
*
bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballs
Richard Purdie
2010-10-19
1
-1
/
+5
*
bitbake-runtask: Ensure logging settings take effect in the worker process (a...
Richard Purdie
2010-10-14
1
-0
/
+1
*
bitbake/runqueue: make the runtask program configurable
Joshua Lock
2010-10-12
1
-1
/
+2
*
bitbake/build.py: Write logfiles on a per task basis, not per function
Richard Purdie
2010-10-11
1
-71
/
+78
*
bitbake-runtask: Ensure logging options are inherited from the parent
Richard Purdie
2010-10-11
1
-0
/
+3
*
bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...
Richard Purdie
2010-10-09
1
-0
/
+2
*
bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...
Richard Purdie
2010-10-07
1
-1
/
+1
*
bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...
Richard Purdie
2010-10-07
1
-5
/
+8
*
Export ALL_PROXY for bitbake commands
Darren Hart
2010-10-07
1
-1
/
+4
*
bitbake/sstate: Implement a lookup function to speed up setscene processing
Richard Purdie
2010-10-05
2
-1
/
+28
*
bitbake/fetch: if mirror fetching fails, ensure exception is raised
Joshua Lock
2010-10-05
1
-1
/
+3
*
build.py: Add a symlink for the logging
Mark Hatle
2010-10-01
1
-0
/
+17
*
bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files
Richard Purdie
2010-09-30
1
-0
/
+24
*
bitbake/siggen: Fix issue where excluded dependencies caused exceptions
Richard Purdie
2010-09-30
1
-0
/
+2
*
bitbake/siggen: Ensure full signature data is not held unless needed, reducin...
Richard Purdie
2010-09-29
3
-15
/
+22
*
bitbake: Pass task hash information to subprocesses
Richard Purdie
2010-09-28
2
-2
/
+27
*
bitbake/fetch: fix logic to prevent fetches when the file already exists
Joshua Lock
2010-09-28
1
-0
/
+2
*
codeparser.py: Fix storing of hash values as object references can be corrupted
Richard Purdie
2010-09-28
1
-8
/
+11
*
bitbake/runqueue: Remove now unneeded indentation
Richard Purdie
2010-09-13
1
-45
/
+44
*
bitbake/runqueue.py: Optimise delay values to avoid unneeded delays
Richard Purdie
2010-09-13
1
-9
/
+9
*
bitbake/siggen: Allow generation of siggen data from task context
Richard Purdie
2010-09-13
1
-2
/
+10
*
bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...
Richard Purdie
2010-09-13
1
-1
/
+2
*
bitbake/siggen.py: Improve debugging of checksums
Richard Purdie
2010-09-13
1
-7
/
+9
*
bitbake/data.py: Allow variables to suplement dependencies using the vardep flag
Richard Purdie
2010-09-13
1
-0
/
+1
*
bitbake/fetch: ensure the go() method completes when not using premirrors
Joshua Lock
2010-09-10
1
-6
/
+10
*
bitbake: Add proxy variables to standard export list
Zhai Edwin
2010-09-10
1
-1
/
+1
*
bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...
Richard Purdie
2010-09-09
1
-1
/
+3
*
bitbake: save the initial PATH for use when starting a subprocess
Joshua Lock
2010-09-08
1
-0
/
+1
*
bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.
Joshua Lock
2010-09-08
1
-1
/
+1
*
bitbake/fetch: fix by moving try_premirror() to the right place
Joshua Lock
2010-09-08
1
-12
/
+11
*
bitbake/fetch: add try_premirror method and special case git fetcher
Joshua Lock
2010-09-08
2
-2
/
+20
*
bitbake/codeparser: Deal with functions with trailing whitespace
Richard Purdie
2010-09-07
1
-1
/
+8
*
fetch: fix setting of localpath in SRC_URI parameters
Joshua Lock
2010-09-06
1
-0
/
+1
*
bitbake: Add missing signature files
Richard Purdie
2010-09-03
1
-0
/
+213
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
6
-5
/
+56
*
bitbake/codeparser: Ensure cached sheel entries return the correct dependencies
Richard Purdie
2010-09-03
1
-1
/
+1
*
bitbake/ast: Ensure function definitions are always added to the dictonary
Richard Purdie
2010-09-03
1
-4
/
+4
*
bitbake/fetch: ensure the mirrored repository is updated as required
Joshua Lock
2010-09-01
1
-1
/
+3
*
bitbake/git: define a forcefetch method
Joshua Lock
2010-09-01
1
-1
/
+6
*
bitbake/fetch: Respect forcefetch even when pulling from a mirror
Joshua Lock
2010-09-01
1
-3
/
+3
*
bitbake/codeparser: Implement persistent cache
Richard Purdie
2010-08-31
2
-10
/
+58
*
bitbake/data.py: Add emit_func() and generate_dependencies() functions
Richard Purdie
2010-08-31
3
-1
/
+78
*
bitbake: Add codeparser for parsing shell and python functions
Richard Purdie
2010-08-31
2
-3
/
+276
*
bitbake/BBHandler: Save python functions into the dictonary
Richard Purdie
2010-08-31
2
-5
/
+10
[prev]
[next]