summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle2019-03-242-1/+23
* bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle2019-03-242-3/+32
* bitbake: gitsm.py: Fix relative URLsMark Hatle2019-03-242-7/+8
* bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle2019-03-242-146/+98
* bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle2019-03-242-63/+13
* bitbake: gitsm.py: revise unpackMark Hatle2019-03-241-38/+78
* bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle2019-03-241-14/+0
* bitbake: tests/fetch.py: Add alternative gitsm test caseMark Hatle2019-03-241-1/+5
* bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle2019-03-241-2/+15
* bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle2019-03-241-4/+28
* bitbake: cooker: Tweak multiconfig dependency resolutionRichard Purdie2019-02-251-29/+24
* bitbake: siggen: Fix multiconfig corner caseRichard Purdie2019-02-251-0/+2
* bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie2019-02-251-0/+19
* bitbake: runqueue: Fix dependency loop analysis 'hangs'Richard Purdie2019-02-251-3/+9
* bitbake: bitbake-user-manual: Fixed section head typoScott Rifenbark2019-02-121-1/+1
* bitbake: server/process: Add missing exception raiseRichard Purdie2019-02-061-0/+1
* bitbake: toaster: correctly register the thud branchDavid Reyna2019-02-062-5/+5
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2019-01-281-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2019-01-281-1/+8
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2019-01-281-1/+1
* bitbake: server/process: Ensure socket has a timeout setRichard Purdie2019-01-281-0/+2
* bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie2019-01-281-3/+3
* bitbake: server/process: Handle short readsRichard Purdie2019-01-281-3/+3
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2019-01-281-0/+19
* bitbake: server/process: Increase server startup time delayRichard Purdie2019-01-281-1/+4
* bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2019-01-281-20/+31
* bitbake: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt2019-01-081-1/+3
* bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt2019-01-082-152/+82
* bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie2019-01-081-0/+6
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2019-01-081-2/+2
* bitbake: server/process: print a message when no logfileRobert Yang2019-01-081-0/+4
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2019-01-081-4/+6
* bitbake: fetch: don't use shell=True when listing ar filesRoss Burton2019-01-081-1/+1
* bitbake: layerindex: don't use shell=True when cloningRoss Burton2019-01-081-1/+1
* bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt2019-01-021-4/+4
* bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan2018-12-151-0/+8
* bitbake: main: Don't use print() directly, use loggerRichard Purdie2018-12-061-1/+1
* bitbake: process: Flush key output to logsRichard Purdie2018-12-061-0/+4
* bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson2018-12-061-28/+36
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-061-5/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-061-1/+2
* bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie2018-12-061-1/+1
* bitbake: tests/fetch: Update after recent gitsm message changesRichard Purdie2018-11-261-3/+2
* bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-11-261-8/+1
* bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson2018-11-261-5/+8
* bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie2018-11-071-8/+7
* bitbake: siggen: Correct format argument substitutionMike Crowe2018-11-071-1/+1
* bitbake: fetch: Also export GIT_SSH environment variableMike Crowe2018-11-071-0/+1
* bitbake: bitbake: toaster: allow OE_ROOT to be provided through environmentAwais Belal2018-11-071-1/+3
* bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...Mark Hatle2018-11-071-35/+34