index
:
poky
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
danny
denzil
dizzy
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
fido
gatesgarth
gatesgarth-next
green
jethro
krogoth
laverne
master
master-next
morty
pinky
purple
pyro
rocko
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
Poky Build Tool and Metadata
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-24
bitbake: gitsm: The fetcher did not process some recursive submodules properly.
Mark Hatle
2
-1
/
+23
2019-03-24
bitbake: gitsmy.py: Fix unpack of submodules of submodules
Mark Hatle
2
-3
/
+32
2019-03-24
bitbake: gitsm.py: Fix relative URLs
Mark Hatle
2
-7
/
+8
2019-03-24
bitbake: gitsm.py: Refactor the functions and simplify the class
Mark Hatle
2
-146
/
+98
2019-03-24
bitbake: gitsm.py: Rework the shallow fetcher and test case
Mark Hatle
2
-63
/
+13
2019-03-24
bitbake: gitsm.py: revise unpack
Mark Hatle
1
-38
/
+78
2019-03-24
bitbake: gitsm.py: Optimize code and attempt to resolve locking issue
Mark Hatle
1
-14
/
+0
2019-03-24
bitbake: tests/fetch.py: Add alternative gitsm test case
Mark Hatle
1
-1
/
+5
2019-03-24
bitbake: gitsm.py: Add support for alternative URL formats from submodule files
Mark Hatle
1
-2
/
+15
2019-03-24
bitbake: gitsm.py: Fix when a submodule is defined, but not initialized
Mark Hatle
1
-4
/
+28
2019-02-25
bitbake: cooker: Tweak multiconfig dependency resolution
Richard Purdie
1
-29
/
+24
2019-02-25
bitbake: siggen: Fix multiconfig corner case
Richard Purdie
1
-0
/
+2
2019-02-25
bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATA
Richard Purdie
1
-0
/
+19
2019-02-25
bitbake: runqueue: Fix dependency loop analysis 'hangs'
Richard Purdie
1
-3
/
+9
2019-02-06
bitbake: server/process: Add missing exception raise
Richard Purdie
1
-0
/
+1
2019-02-06
bitbake: toaster: correctly register the thud branch
David Reyna
2
-5
/
+5
2019-01-28
bitbake: process: Rewrite multiple connection handling
Richard Purdie
1
-22
/
+34
2019-01-28
bitbake: process: Handle EWOULDBLOCK in socket connect
Richard Purdie
1
-1
/
+8
2019-01-28
bitbake: process.py: Set socket timeout to 10 seconds
Richard Purdie
1
-1
/
+1
2019-01-28
bitbake: server/process: Ensure socket has a timeout set
Richard Purdie
1
-0
/
+2
2019-01-28
bitbake: lib/bb/server: Avoid UnboundLocalError traceback
Richard Purdie
1
-3
/
+3
2019-01-28
bitbake: server/process: Handle short reads
Richard Purdie
1
-3
/
+3
2019-01-28
bitbake: cooker: Add some timing debug messages to the server startup
Richard Purdie
1
-0
/
+19
2019-01-28
bitbake: server/process: Increase server startup time delay
Richard Purdie
1
-1
/
+4
2019-01-28
bitbake: cooker: fix indirect multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
1
-20
/
+31
2019-01-08
bitbake: server/process: Show last 60 lines of the log if the server didn't s...
Richard Purdie
1
-0
/
+6
2019-01-08
bitbake: server/process: Show the last 60 log lines, not the last 10
Richard Purdie
1
-2
/
+2
2019-01-08
bitbake: server/process: print a message when no logfile
Robert Yang
1
-0
/
+4
2019-01-08
bitbake: server/process: Make lockfile handling clearer
Richard Purdie
1
-4
/
+6
2019-01-08
bitbake: fetch: don't use shell=True when listing ar files
Ross Burton
1
-1
/
+1
2019-01-08
bitbake: layerindex: don't use shell=True when cloning
Ross Burton
1
-1
/
+1
2019-01-02
bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themes
Peter Kjellerstedt
1
-4
/
+4
2018-12-06
bitbake: main: Don't use print() directly, use logger
Richard Purdie
1
-1
/
+1
2018-12-06
bitbake: process: Flush key output to logs
Richard Purdie
1
-0
/
+4
2018-12-06
bitbake: fetch2/svn: Fix SVN repository concurrent update race
Ulf Magnusson
1
-28
/
+36
2018-12-06
bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run
Richard Purdie
1
-5
/
+6
2018-12-06
bitbake: server/process: Fix ConnectionRefusedError tracebacks
Richard Purdie
1
-1
/
+2
2018-12-06
bitbake: fetch2: Avoid warning about incorrect character escaping in regex
Richard Purdie
1
-1
/
+1
2018-11-26
bitbake: tests/fetch: Update after recent gitsm message changes
Richard Purdie
1
-3
/
+2
2018-11-26
bitbake: cooker: Fix multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
1
-8
/
+1
2018-11-26
bitbake: fetch/git: fix AttributeError in shallow extraction logic
Christopher Larson
1
-5
/
+8
2018-11-07
bitbake: server/process: Fix unclosed socket warnings upon server connection ...
Richard Purdie
1
-8
/
+7
2018-11-07
bitbake: siggen: Correct format argument substitution
Mike Crowe
1
-1
/
+1
2018-11-07
bitbake: fetch: Also export GIT_SSH environment variable
Mike Crowe
1
-0
/
+1
2018-11-07
bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...
Mark Hatle
1
-35
/
+34
2018-11-07
bitbake: fetch2/gitsm.py: Disable branch checking on submodules
Mark Hatle
1
-1
/
+1
2018-10-20
bitbake: bitbake: Bump version to 1.40.0
Richard Purdie
1
-1
/
+1
2018-10-20
bitbake: data_smart: Fix removal handling interaction issue with overrides
Richard Purdie
2
-4
/
+22
2018-10-18
bitbake: test/data: Add new tests for task checksum changing/not changing
Richard Purdie
1
-0
/
+48
2018-10-18
bitbake: data/siggen: Extract task hash generation code into a function
Richard Purdie
2
-33
/
+42
[next]