index
:
bitbake-contrib
akuster/1.32-next
akuster/1.38
master
mgh/12928
mgh/bitbake-layerindex
mgh/bitbake-setup
mgh/cooker-fix
mgh/gitsm
mgh/wip
paule/bb-fixes
paule/bb-fixes2
paule/bb-shell-remove
paule/bb-tinfoil-logging2
paule/bb-watch-fixes
paule/bblayers-fix2
paule/bitbake-setup
paule/fetch2-encodeurl-fix
paule/fix-event-save-restore
paule/parsecache-invalidate
paule/python-36-inotify-fix
paule/sigfixes
paule/tinfoil-fixes-bb4
paule/toaster-fix
stable/1.34-next
stable/1.36-next
Bitbake user contribution trees
OpenEmbedded
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake-layers: disable parsing for layerindex commands
paule/bitbake-setup
Paul Eggleton
2017-07-27
1
-2
/
+2
*
toaster/orm/management/commands/lsupdates.py: Use new layerindex module
Mark Hatle
2017-07-26
1
-128
/
+87
*
bitbake-setup: Add WIP implementation of bitbake-setup
Mark Hatle
2017-07-26
4
-0
/
+237
*
lib/bblayers: Add support for the new layer modules
Mark Hatle
2017-07-26
1
-220
/
+93
*
lib/layers: Initial layer and layer index implementeation
Mark Hatle
2017-07-26
8
-0
/
+2157
*
lib/fetch2/__init__.py: Fix unpack comment
Mark Hatle
2017-07-26
1
-1
/
+1
*
lib/bb/utils.py: Add missing debug level
Mark Hatle
2017-07-26
1
-2
/
+2
*
fetch2/__init__.py: replace stray logger.warn() with logger.warning()
Andre McCurdy
2017-07-25
1
-1
/
+1
*
fetch/wget: mitigate a wget race condition when listing FTP directories
Ross Burton
2017-07-25
1
-12
/
+11
*
process: Change timeout warning to a note
Richard Purdie
2017-07-24
1
-1
/
+1
*
cooker/process: Drop server_main function
Richard Purdie
2017-07-24
2
-23
/
+21
*
prserv/serv: Improve process exit handling
Richard Purdie
2017-07-24
1
-2
/
+17
*
fetch2/wget.py: improve error handling during sstate check
Patrick Ohly
2017-07-21
1
-0
/
+14
*
toaster: trim build target input
David Reyna
2017-07-21
1
-2
/
+2
*
toaster: set clone progress default to off
David Reyna
2017-07-21
2
-4
/
+4
*
toaster: include setscene in task progress
David Reyna
2017-07-21
1
-3
/
+4
*
Update to version 1.35.0 (development version with server rework changes)
Richard Purdie
2017-07-21
2
-2
/
+2
*
fetch2: fire an event when there are missing checksums
Paul Eggleton
2017-07-21
1
-0
/
+10
*
fetch2: allow hiding checksum warning
Paul Eggleton
2017-07-21
1
-0
/
+6
*
tinfoil: add more doc comments
Paul Eggleton
2017-07-21
1
-0
/
+65
*
tinfoil: add simple API for getting cached recipe information
Paul Eggleton
2017-07-21
1
-0
/
+142
*
tinfoil: enable access to additional cached items
Paul Eggleton
2017-07-21
2
-0
/
+40
*
tinfoil: add functionality for running full builds
Paul Eggleton
2017-07-21
1
-0
/
+154
*
knotty: make it possible to use termfilter without either console
Paul Eggleton
2017-07-21
1
-2
/
+4
*
lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
Paul Eggleton
2017-07-21
1
-0
/
+3
*
lib/bb/event: refactor printing events
Paul Eggleton
2017-07-21
7
-71
/
+53
*
tinfoil: set a flag when recipes have been parsed
Paul Eggleton
2017-07-21
1
-0
/
+3
*
tinfoil: add a parse_recipes() function
Paul Eggleton
2017-07-21
2
-2
/
+8
*
tinfoil: add internal mode to build_file() function
Paul Eggleton
2017-07-21
3
-15
/
+37
*
bb/main.py: fix logic for --observe-only
Robert Yang
2017-07-21
1
-1
/
+1
*
bb/main.py: avoid starting server when not needed
Robert Yang
2017-07-21
1
-2
/
+8
*
bb/main.py: fix infinite loop for --server-only
Robert Yang
2017-07-21
1
-1
/
+1
*
server/process.py: fix self.bitbake_lock.write()
Robert Yang
2017-07-21
1
-2
/
+2
*
cookerdata/cooker: Restore original datastore upon client disconnect
Richard Purdie
2017-07-21
2
-0
/
+11
*
server: Rework the server API so process and xmlrpc servers coexist
Richard Purdie
2017-07-21
10
-916
/
+789
*
daemonize: Various fixes
Richard Purdie
2017-07-18
1
-8
/
+12
*
cookerdata: Add a function to find TOPDIR
Richard Purdie
2017-07-18
1
-0
/
+21
*
server: Remove base classes and inline code
Richard Purdie
2017-07-18
3
-86
/
+80
*
event/command: Allow UI to request the UI eventhander ID
Richard Purdie
2017-07-18
3
-4
/
+19
*
fetch2: fix indentation
Paul Eggleton
2017-07-18
1
-47
/
+47
*
cooker: fix whitespace
Paul Eggleton
2017-07-18
1
-4
/
+4
*
cache.py: fix whitespace
Paul Eggleton
2017-07-18
1
-14
/
+13
*
cookerdata: fix indentation and trailing spaces
Paul Eggleton
2017-07-18
1
-5
/
+5
*
knotty: fix indentation
Paul Eggleton
2017-07-18
1
-1
/
+1
*
bb/server/process: Handle EINTR on idle_commands select
Aníbal Limón
2017-07-18
1
-1
/
+6
*
knotty: Drop task prefix of PLAIN log messages
Richard Purdie
2017-07-07
1
-1
/
+1
*
BBHandler: Remove old style bb.data.setVar() syntax usage
Enrico Scholz
2017-07-07
1
-1
/
+1
*
server/xmlrpc: Add Heartbeat event support
Richard Purdie
2017-07-07
1
-0
/
+26
*
event: Queue offline events for the UI
Richard Purdie
2017-07-07
3
-3
/
+12
*
server/process: Fix waitEvent() calls with 0 timeout
Richard Purdie
2017-07-07
1
-0
/
+2
[next]