summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: utils: Use utils.remove() within prunedir()Richard Purdie2018-12-081-9/+1
* bitbake: fetch2: Fix os.errno referencesRichard Purdie2018-12-081-2/+2
* bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie2018-12-081-1/+1
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2018-12-081-0/+19
* bitbake: server/process: Increase server startup time delayRichard Purdie2018-12-081-1/+4
* bitbake: cache: Cleanup deprecated function usageRichard Purdie2018-12-071-1/+1
* bitbake: siggen: Split out stampfile hash fetchJoshua Watt2018-12-071-4/+9
* bitbake: bitbake-worker: Pass taskhash as runtask parameterJoshua Watt2018-12-072-13/+10
* bitbake: persist_data: Disable enable_shared_cacheJoshua Watt2018-12-071-6/+0
* bitbake: persist_data: Enable Write Ahead LogJoshua Watt2018-12-071-0/+5
* bitbake: persist_data: Add key constraintsJoshua Watt2018-12-071-1/+1
* bitbake: persist_data: Fix leaking cursors causing deadlockJoshua Watt2018-12-071-53/+135
* bitbake: main: Don't use print() directly, use loggerRichard Purdie2018-12-051-1/+1
* bitbake: process: Flush key output to logsRichard Purdie2018-12-051-0/+4
* bitbake: server/process: Handle short readsRichard Purdie2018-12-051-3/+3
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2018-12-051-4/+6
* bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang2018-12-052-2/+11
* bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson2018-12-011-28/+36
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-011-5/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-011-1/+2
* bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie2018-11-271-1/+1
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2018-11-271-2/+2
* bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie2018-11-271-0/+6
* bitbake: fetch: don't use shell=True when listing ar filesRoss Burton2018-11-231-1/+1
* bitbake: layerindex: don't use shell=True when cloningRoss Burton2018-11-231-1/+1
* bitbake: tests/fetch: Update after recent gitsm message changesRichard Purdie2018-11-221-3/+2
* bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson2018-11-221-5/+8
* bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-11-221-8/+1
* bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswi...Parthiban Nallathambi2018-11-211-1/+1
* bitbake: BBHandler: Fix __python_func_regexp__ for comment linesRobert Yang2018-11-191-1/+1
* bitbake: server/process: print a message when no logfileRobert Yang2018-11-191-0/+4
* bitbake: data_smart: fix filename for compile()Robert Yang2018-11-191-1/+5
* bitbake: data_smart: Add original traceback to ExpansionErrorRobert Yang2018-11-191-1/+2
* bitbake: parse/ast: fix line number for anonymous functionRobert Yang2018-11-191-1/+1
* bitbake: utils: better_compile(): Fix line number when report errorsRobert Yang2018-11-191-2/+5
* bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themesPeter Kjellerstedt2018-11-191-4/+4
* bitbake: utils: Avoid regex value escape warningsRichard Purdie2018-11-141-5/+5
* bitbake: utils: Avoid warnings about deprecated imp moduleRichard Purdie2018-11-141-8/+6
* bitbake: lib/bb/server: Avoid UnboundLocalError tracebackRichard Purdie2018-11-141-3/+3
* 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
* bitbake: fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle2018-11-071-1/+1
* bitbake: bitbake-user-manual: Added hard-spacing to "_remove" example.Scott Rifenbark2018-10-311-2/+3
* bitbake: bitbake-user-manual: Updates to variable wildcard support.Scott Rifenbark2018-10-292-16/+24
* bitbake: bitbake-user-manual: Added wildcarding descriptionsScott Rifenbark2018-10-293-9/+79
* bitbake: bitbake: Bump version to 1.40.0Richard Purdie2018-10-202-2/+2
* bitbake: data_smart: Fix removal handling interaction issue with overridesRichard Purdie2018-10-202-4/+22