index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: main: Always return 0 for bitbake --kill-server
Richard Purdie
2017-07-30
1
-2
/
+4
*
bitbake: process: Clean up server communication timeout errors
Richard Purdie
2017-07-30
1
-12
/
+3
*
bitbake: process: Don't leak open pipes upon reconnection
Richard Purdie
2017-07-30
1
-1
/
+18
*
bitbake: process/cooker: Allow UI process to know if the cooker was started s...
Richard Purdie
2017-07-30
2
-3
/
+23
*
bitbake: process: Move socket keep alive into BitBakeProcessServerConnection
Richard Purdie
2017-07-30
1
-4
/
+6
*
bitbake: process: Allow BBUIEventQueue to exit cleanly
Richard Purdie
2017-07-30
1
-3
/
+8
*
bitbake: process: Ensure ConnectionReader/Writer have fileno() and close() me...
Richard Purdie
2017-07-30
1
-0
/
+9
*
bitbake: event: Don't write duplicate logs to stdout and stderr in no UI case
Richard Purdie
2017-07-30
1
-10
/
+17
*
bitbake: bitbake-diffsigs: fix regression after recent server changes
Paul Eggleton
2017-07-27
2
-0
/
+19
*
bitbake: lib/fetch2/__init__.py: Fix unpack comment
Mark Hatle
2017-07-27
1
-1
/
+1
*
bitbake: lib/bb/utils.py: Add missing debug level
Mark Hatle
2017-07-27
1
-2
/
+2
*
bitbake: fetch2/__init__.py: replace stray logger.warn() with logger.warning()
Andre McCurdy
2017-07-25
1
-1
/
+1
*
bitbake: fetch/wget: mitigate a wget race condition when listing FTP directories
Ross Burton
2017-07-25
1
-12
/
+11
*
bitbake: process: Change timeout warning to a note
Richard Purdie
2017-07-24
1
-1
/
+1
*
bitbake: cooker/process: Drop server_main function
Richard Purdie
2017-07-24
2
-23
/
+21
*
bitbake: fetch2/wget.py: improve error handling during sstate check
Patrick Ohly
2017-07-21
1
-0
/
+14
*
bitbake: Update to version 1.35.0 (development version with server rework cha...
Richard Purdie
2017-07-21
1
-1
/
+1
*
bitbake: fetch2: fire an event when there are missing checksums
Paul Eggleton
2017-07-21
1
-0
/
+10
*
bitbake: fetch2: allow hiding checksum warning
Paul Eggleton
2017-07-21
1
-0
/
+6
*
bitbake: tinfoil: add more doc comments
Paul Eggleton
2017-07-21
1
-0
/
+65
*
bitbake: tinfoil: add simple API for getting cached recipe information
Paul Eggleton
2017-07-21
1
-0
/
+142
*
bitbake: tinfoil: enable access to additional cached items
Paul Eggleton
2017-07-21
2
-0
/
+40
*
bitbake: tinfoil: add functionality for running full builds
Paul Eggleton
2017-07-21
1
-0
/
+154
*
bitbake: knotty: make it possible to use termfilter without either console
Paul Eggleton
2017-07-21
1
-2
/
+4
*
bitbake: lib/bb/ui/uihelper: indicate to caller of eventHandler() if events h...
Paul Eggleton
2017-07-21
1
-0
/
+3
*
bitbake: lib/bb/event: refactor printing events
Paul Eggleton
2017-07-21
7
-71
/
+53
*
bitbake: tinfoil: set a flag when recipes have been parsed
Paul Eggleton
2017-07-21
1
-0
/
+3
*
bitbake: tinfoil: add a parse_recipes() function
Paul Eggleton
2017-07-21
1
-1
/
+7
*
bitbake: tinfoil: add internal mode to build_file() function
Paul Eggleton
2017-07-21
3
-15
/
+37
*
bitbake: bb/main.py: fix logic for --observe-only
Robert Yang
2017-07-21
1
-1
/
+1
*
bitbake: bb/main.py: avoid starting server when not needed
Robert Yang
2017-07-21
1
-2
/
+8
*
bitbake: bb/main.py: fix infinite loop for --server-only
Robert Yang
2017-07-21
1
-1
/
+1
*
bitbake: server/process.py: fix self.bitbake_lock.write()
Robert Yang
2017-07-21
1
-2
/
+2
*
bitbake: cookerdata/cooker: Restore original datastore upon client disconnect
Richard Purdie
2017-07-21
2
-0
/
+11
*
bitbake: server: Rework the server API so process and xmlrpc servers coexist
Richard Purdie
2017-07-21
9
-914
/
+787
*
bitbake: daemonize: Various fixes
Richard Purdie
2017-07-21
1
-8
/
+12
*
bitbake: cookerdata: Add a function to find TOPDIR
Richard Purdie
2017-07-21
1
-0
/
+21
*
bitbake: server: Remove base classes and inline code
Richard Purdie
2017-07-21
3
-86
/
+80
*
bitbake: event/command: Allow UI to request the UI eventhander ID
Richard Purdie
2017-07-21
3
-4
/
+19
*
bitbake: fetch2: fix indentation
Paul Eggleton
2017-07-18
1
-47
/
+47
*
bitbake: cooker: fix whitespace
Paul Eggleton
2017-07-18
1
-4
/
+4
*
bitbake: cache.py: fix whitespace
Paul Eggleton
2017-07-18
1
-14
/
+13
*
bitbake: cookerdata: fix indentation and trailing spaces
Paul Eggleton
2017-07-18
1
-5
/
+5
*
bitbake: knotty: fix indentation
Paul Eggleton
2017-07-18
1
-1
/
+1
*
bitbake: bb/server/process: Handle EINTR on idle_commands select
Aníbal Limón
2017-07-18
1
-1
/
+6
*
bitbake: knotty: Drop task prefix of PLAIN log messages
Richard Purdie
2017-07-08
1
-1
/
+1
*
bitbake: BBHandler: Remove old style bb.data.setVar() syntax usage
Enrico Scholz
2017-07-08
1
-1
/
+1
*
bitbake: server/xmlrpc: Add Heartbeat event support
Richard Purdie
2017-07-08
1
-0
/
+26
*
bitbake: event: Queue offline events for the UI
Richard Purdie
2017-07-08
3
-3
/
+12
*
bitbake: server/process: Fix waitEvent() calls with 0 timeout
Richard Purdie
2017-07-08
1
-0
/
+2
[next]