summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2018-12-15bitbake: server/process: Ensure socket has a timeout setRichard Purdie
2018-12-14bitbake: utils: Add aarch64 support to ioprio_setRichard Purdie
2018-12-14bitbake: data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14bitbake: data_smart: Add missing regexp markupRichard Purdie
2018-12-10bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan
2018-12-09bitbake: bitbake: pysh: Improve error handling for shell codeRobert Yang
2018-12-09bitbake: pysh/pyshlex.py: Set is not importableRobert Yang
2018-12-09bitbake: pysh/sherrors.py: Remove unused classesRobert Yang
2018-12-09bitbake: pysh: Remove unused modulesRobert Yang
2018-12-08bitbake: bitbake: persist_data: Retry database setupJoshua Watt
2018-12-08bitbake: utils: Use utils.remove() within prunedir()Richard Purdie
2018-12-08bitbake: fetch2: Fix os.errno referencesRichard Purdie
2018-12-08bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie
2018-12-08bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie
2018-12-08bitbake: server/process: Increase server startup time delayRichard Purdie
2018-12-07bitbake: cache: Cleanup deprecated function usageRichard Purdie
2018-12-07bitbake: siggen: Split out stampfile hash fetchJoshua Watt
2018-12-07bitbake: bitbake-worker: Pass taskhash as runtask parameterJoshua Watt
2018-12-07bitbake: persist_data: Disable enable_shared_cacheJoshua Watt
2018-12-07bitbake: persist_data: Enable Write Ahead LogJoshua Watt
2018-12-07bitbake: persist_data: Add key constraintsJoshua Watt
2018-12-07bitbake: persist_data: Fix leaking cursors causing deadlockJoshua Watt
2018-12-05bitbake: main: Don't use print() directly, use loggerRichard Purdie
2018-12-05bitbake: process: Flush key output to logsRichard Purdie
2018-12-05bitbake: server/process: Handle short readsRichard Purdie
2018-12-05bitbake: server/process: Make lockfile handling clearerRichard Purdie
2018-12-05bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-12-01bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-12-01bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie
2018-12-01bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie
2018-11-27bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-27bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie
2018-11-27bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie
2018-11-23bitbake: fetch: don't use shell=True when listing ar filesRoss Burton
2018-11-23bitbake: layerindex: don't use shell=True when cloningRoss Burton
2018-11-22bitbake: tests/fetch: Update after recent gitsm message changesRichard Purdie
2018-11-22bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-11-22bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-11-21bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswi...Parthiban Nallathambi
2018-11-19bitbake: BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang
2018-11-19bitbake: server/process: print a message when no logfileRobert Yang
2018-11-19bitbake: data_smart: fix filename for compile()Robert Yang
2018-11-19bitbake: data_smart: Add original traceback to ExpansionErrorRobert Yang
2018-11-19bitbake: parse/ast: fix line number for anonymous functionRobert Yang
2018-11-19bitbake: utils: better_compile(): Fix line number when report errorsRobert Yang
2018-11-19bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt
2018-11-14bitbake: utils: Avoid regex value escape warningsRichard Purdie
2018-11-14bitbake: utils: Avoid warnings about deprecated imp moduleRichard Purdie
2018-11-14bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie
2018-11-07bitbake: server/process: Fix unclosed socket warnings upon server connection ...Richard Purdie