index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/build.py: Fix TaskFailed parameters
Richard Purdie
2011-02-23
1
-2
/
+2
*
bitbake/data_smart: Improve Variable expansion error handling
Richard Purdie
2011-02-23
1
-2
/
+14
*
bitbake/data_smart: Improve the way lazyassignment works
Richard Purdie
2011-02-23
2
-8
/
+2
*
bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...
Richard Purdie
2011-02-23
1
-1
/
+3
*
bitbake/cooker: Fix parsing failure zombie problem
Richard Purdie
2011-02-23
1
-0
/
+12
*
bitbake/BBHandler: Improve handling of multiline comments and warn users of t...
Richard Purdie
2011-02-22
1
-2
/
+11
*
bitbake/runqueue: Drop PATH override. This was needed for the exec() change b...
Richard Purdie
2011-02-21
1
-2
/
+0
*
siggen: add bb.data, bb.parse imports
Chris Larson
2011-02-21
1
-0
/
+2
*
uihelper: import bb.build, kill commented lines
Chris Larson
2011-02-21
1
-10
/
+2
*
runqueue: simplify RunQueueStats.copy
Chris Larson
2011-02-21
1
-4
/
+1
*
runqueue: pass a copy of the RunQueueStats to events
Chris Larson
2011-02-21
1
-1
/
+9
*
bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep call
Richard Purdie
2011-02-18
2
-7
/
+7
*
bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...
Richard Purdie
2011-02-16
1
-1
/
+2
*
bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restored
Richard Purdie
2011-02-16
1
-0
/
+2
*
bitbake/runqueue: When we successfully fork off a task and there are more pro...
Richard Purdie
2011-02-15
1
-0
/
+2
*
bitbake/runqueue: When we have successfully collected a pid value return True...
Richard Purdie
2011-02-15
1
-0
/
+1
*
bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...
Richard Purdie
2011-02-15
1
-0
/
+6
*
bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...
Richard Purdie
2011-02-15
1
-2
/
+2
*
process.py: Avoid deprecation warning
Richard Purdie
2011-02-14
1
-4
/
+4
*
bitbake/fetch2: Revert part of the unpack change until the issues with it are...
Richard Purdie
2011-02-13
1
-2
/
+2
*
fetch2: unpack revision
Mark Hatle
2011-02-12
2
-39
/
+65
*
bitbake/fetch2: Add explict network access exception and handling to give use...
Richard Purdie
2011-02-11
9
-17
/
+33
*
bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect
Richard Purdie
2011-02-11
1
-1
/
+9
*
bitbake/fetch2: Fix patch merge error
Richard Purdie
2011-02-11
1
-1
/
+1
*
bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...
Richard Purdie
2011-02-11
1
-0
/
+3
*
bitbake/fetch2: Ensure network access status is reset for each loop iteration...
Richard Purdie
2011-02-11
1
-0
/
+4
*
bitbake/fetch2/wget: Fix missing string parameter reference
Richard Purdie
2011-02-11
1
-1
/
+1
*
bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs
Richard Purdie
2011-02-11
1
-2
/
+4
*
bitbake/fetch2: Correctly handle git mirror tarball fetching
Richard Purdie
2011-02-11
1
-4
/
+5
*
bitbake/fetch2: Pass over malformatted (empty) mirror url lines
Richard Purdie
2011-02-11
1
-1
/
+5
*
bitbake: Remove bad commit hunk from old cvs fetcher
Richard Purdie
2011-02-10
1
-11
/
+0
*
fetch2: Correct the clean() mechanism for the fetcher2 code
Saul Wold
2011-02-10
6
-0
/
+74
*
Export KRB5CCNAME variable
Javier Martin
2011-02-10
2
-1
/
+2
*
Fix comparison with SRCREVINACTION constant
Javier Martin
2011-02-10
1
-1
/
+1
*
persist_data: kill unreachable break line
Chris Larson
2011-02-10
1
-1
/
+0
*
cache: fix docstring usage
Chris Larson
2011-02-10
1
-7
/
+2
*
persist_data: loop on database lock for table creation
Chris Larson
2011-02-10
1
-2
/
+2
*
bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...
Richard Purdie
2011-02-10
1
-11
/
+11
*
bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLY
Richard Purdie
2011-02-09
1
-1
/
+1
*
fetch2: Add SRPM knowledge
Mark Hatle
2011-02-08
1
-24
/
+38
*
bitbake/utils.py: add glob name matching to remove
Saul Wold
2011-02-08
1
-8
/
+9
*
bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror
Richard Purdie
2011-02-08
1
-2
/
+5
*
bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...
Richard Purdie
2011-02-08
1
-12
/
+21
*
bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...
Richard Purdie
2011-02-08
1
-13
/
+15
*
bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...
Richard Purdie
2011-02-08
1
-3
/
+5
*
bitbake/fetch2: Ensure original ud is preserved in try_mirror
Richard Purdie
2011-02-08
1
-4
/
+4
*
bitbake/fetch2/git: Fix broken variable reference
Richard Purdie
2011-02-08
1
-1
/
+1
*
bitbake/fetch2/git: Ensure unresolved branches are translated into revisions
Richard Purdie
2011-02-08
1
-1
/
+2
*
fetch2: add try/finally to ensure lockfile is unlocked on failure
Saul Wold
2011-02-07
1
-42
/
+44
*
fetch2: add runfetchcmd to import for fetchers
Saul Wold
2011-02-07
6
-2
/
+15
[next]