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
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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
tinfoil: backport to 1.12
1.12
Paul Eggleton
2013-08-16
2
-6
/
+111
*
bitbake/cooker: Fix -b option by ensuring the empty cache structure is present
Richard Purdie
2011-09-20
2
-2
/
+3
*
bitbake: use layer priority when applying bbappends
Paul Eggleton
2011-08-15
1
-10
/
+14
*
cooker.py: Don't show spurious warnings for collections of .bbappend files
Richard Purdie
2011-08-15
1
-1
/
+18
*
bitbake/cooker.py: Ensure BBFILES is processed in order
Richard Purdie
2011-08-15
1
-3
/
+8
*
cooker: fix -b with BBCLASSEXTEND
Chris Larson
2011-04-04
1
-7
/
+10
*
server: use local fixed _bootstrap when appropriate
Chris Larson
2011-03-11
1
-3
/
+52
*
Release 1.12.0
1.12.0
Richard Purdie
2011-02-18
1
-1
/
+1
*
uihelper: import bb.build, kill commented lines
Chris Larson
2011-02-16
1
-10
/
+2
*
cooker: don't choke if we have nothing to parse
Chris Larson
2011-02-16
1
-5
/
+11
*
siggen: add bb.data, bb.parse imports
Chris Larson
2011-02-16
1
-0
/
+2
*
runqueue: simplify RunQueueStats.copy
Chris Larson
2011-02-16
1
-4
/
+1
*
runqueue: pass a copy of the RunQueueStats to events
Chris Larson
2011-02-16
1
-1
/
+9
*
server: clean up call of write_profile_stats
Chris Larson
2011-02-15
1
-5
/
+4
*
server: add profiling support to ProcessServer
Chris Larson
2011-02-15
1
-0
/
+34
*
Enable some DeprecationWarnings
Chris Larson
2011-02-11
3
-17
/
+16
*
persist_data: handle lock in sqlite and use the shared cache
Chris Larson
2011-02-11
1
-11
/
+3
*
persist_data: drop SQLData indirection
Chris Larson
2011-02-11
4
-52
/
+23
*
persist_data: use better items/values methods for SQLTable
Chris Larson
2011-02-11
1
-8
/
+10
*
fetch2: Correct the clean() mechanism for the fetcher2 code
Saul Wold
2011-02-10
5
-0
/
+63
*
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-10
1
-1
/
+1
*
fetch2: Add SRPM knowledge
Mark Hatle
2011-02-10
1
-24
/
+38
*
bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror
Richard Purdie
2011-02-10
1
-2
/
+5
*
bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...
Richard Purdie
2011-02-10
1
-12
/
+21
*
bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...
Richard Purdie
2011-02-10
1
-13
/
+15
*
bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...
Richard Purdie
2011-02-10
1
-3
/
+5
*
bitbake/fetch2: Ensure original ud is preserved in try_mirror
Richard Purdie
2011-02-10
1
-4
/
+4
*
bitbake/fetch2/git: Fix broken variable reference
Richard Purdie
2011-02-10
1
-1
/
+1
*
bitbake/fetch2/git: Ensure unresolved branches are translated into revisions
Richard Purdie
2011-02-10
1
-1
/
+2
*
fetch2: add try/finally to ensure lockfile is unlocked on failure
Saul Wold
2011-02-10
1
-42
/
+44
*
fetch2: add runfetchcmd to import for fetchers
Saul Wold
2011-02-10
6
-2
/
+15
*
bitbake/fetch2:Fetch Make using the fn based cache optional
Richard Purdie
2011-02-10
1
-3
/
+4
*
bitbake/fetch2: Fix pickling issues with fetcher exceptions
Richard Purdie
2011-02-10
1
-14
/
+21
*
bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballs
Richard Purdie
2011-02-10
1
-16
/
+21
*
bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...
Richard Purdie
2011-02-10
5
-83
/
+67
*
bitbake/fetch2: Match Fetcher log domain to that in bb.msg
Richard Purdie
2011-02-10
1
-1
/
+1
*
bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...
Richard Purdie
2011-02-10
1
-1
/
+1
*
bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...
Richard Purdie
2011-02-10
1
-0
/
+3
*
bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...
Richard Purdie
2011-02-10
1
-0
/
+3
*
bitbake/fetch2: Use True instead of integer values
Richard Purdie
2011-02-10
8
-31
/
+31
*
bitbake/fetch2: Drop name/override ordering backwards compatibility code
Richard Purdie
2011-02-10
1
-2
/
+0
*
bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...
Richard Purdie
2011-02-10
1
-21
/
+1
*
bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'...
Richard Purdie
2011-02-10
1
-144
/
+169
*
bitbake/fetch2: Fix typo
Richard Purdie
2011-02-10
1
-1
/
+1
*
bitbake/fetch2: Drop legacy CVSDATE support
Richard Purdie
2011-02-10
1
-3
/
+3
*
bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriate
Richard Purdie
2011-02-10
1
-18
/
+16
*
bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...
Richard Purdie
2011-02-10
2
-35
/
+32
*
bitbake/fetch2: Rename Fetch class to FetchMethod
Richard Purdie
2011-02-10
13
-29
/
+29
*
bitbake/fetch2: Drop old md5 handling code
Richard Purdie
2011-02-10
1
-30
/
+8
[next]