summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2019-06-18bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle
2019-06-18bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle
2019-06-15bitbake: bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin
2019-06-11bitbake: bitbake: cooker: Rename __depends in all multiconfigsJoshua Watt
2019-06-10bitbake: toaster: Fix Thud Bitbake release metadataDavid Reyna
2019-03-24bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-03-24bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-03-24bitbake: gitsm.py: Fix relative URLsMark Hatle
2019-03-24bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-03-24bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-03-24bitbake: gitsm.py: revise unpackMark Hatle
2019-03-24bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-03-24bitbake: tests/fetch.py: Add alternative gitsm test caseMark Hatle
2019-03-24bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-03-24bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-02-25bitbake: cooker: Tweak multiconfig dependency resolutionRichard Purdie
2019-02-25bitbake: siggen: Fix multiconfig corner caseRichard Purdie
2019-02-25bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie
2019-02-25bitbake: runqueue: Fix dependency loop analysis 'hangs'Richard Purdie
2019-02-12bitbake: bitbake-user-manual: Fixed section head typoScott Rifenbark
2019-02-06bitbake: server/process: Add missing exception raiseRichard Purdie
2019-02-06bitbake: toaster: correctly register the thud branchDavid Reyna
2019-01-28bitbake: process: Rewrite multiple connection handlingRichard Purdie
2019-01-28bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie
2019-01-28bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie
2019-01-28bitbake: server/process: Ensure socket has a timeout setRichard Purdie
2019-01-28bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2019-01-28bitbake: server/process: Handle short readsRichard Purdie
2019-01-28bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie
2019-01-28bitbake: server/process: Increase server startup time delayRichard Purdie
2019-01-28bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2019-01-08bitbake: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt
2019-01-08bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt
2019-01-08bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie
2019-01-08bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie
2019-01-08bitbake: server/process: print a message when no logfileRobert Yang
2019-01-08bitbake: server/process: Make lockfile handling clearerRichard Purdie
2019-01-08bitbake: fetch: don't use shell=True when listing ar filesRoss Burton
2019-01-08bitbake: layerindex: don't use shell=True when cloningRoss Burton
2019-01-02bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt
2018-12-15bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan
2018-12-06bitbake: main: Don't use print() directly, use loggerRichard Purdie
2018-12-06bitbake: process: Flush key output to logsRichard Purdie
2018-12-06bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-12-06bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-12-06bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-12-06bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-26bitbake: tests/fetch: Update after recent gitsm message changesRichard Purdie
2018-11-26bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-11-26bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson