summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cookerdata: Add mc conffiles hashes to cache hashJoshua Watt2019-10-101-1/+5
* bitbake: tests/fetch: Resolve fetch error in bitbake-selftestArmin Kuster2019-09-091-2/+2
* bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa2019-09-061-1/+2
* bitbake: utils: Fix movefile() exception handling with python3Martin Jansa2019-09-061-1/+1
* bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle2019-06-182-0/+39
* bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle2019-06-182-5/+34
* bitbake: bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin2019-06-152-0/+8
* bitbake: bitbake: cooker: Rename __depends in all multiconfigsJoshua Watt2019-06-111-2/+3
* bitbake: toaster: Fix Thud Bitbake release metadataDavid Reyna2019-06-102-2/+2
* 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