summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* bitbake: test/data: Add new tests for task checksum changing/not changingRichard Purdie2018-10-181-0/+48
* bitbake: data/siggen: Extract task hash generation code into a functionRichard Purdie2018-10-182-33/+42
* bitbake: bitbake: data: Ensure task checksums account for remove dataRichard Purdie2018-10-182-9/+30
* bitbake: data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie2018-10-182-11/+18
* bitbake: data_smart: Fix expand_cache and _remove operator interaction issuesRichard Purdie2018-10-181-27/+23
* bitbake: data_smart: Micro optimise _remove handlingRichard Purdie2018-10-181-1/+1
* bitbake: fetch2: Avoid incorrect getVarFlag callRichard Purdie2018-10-181-1/+3
* bitbake: bitbake-user-manual: fix description of BB_RUNTASKChris Laplante via bitbake-devel2018-10-181-2/+2
* bitbake: fetch2/git: provide information about missing sourcesUrs Fässler2018-10-182-8/+23
* bitbake: fetch2/git: explicitly show the decision logic to select the source ...Urs Fässler2018-10-181-3/+4
* bitbake: fetch2/git: prevent access to non-existing clonedirUrs Fässler2018-10-182-1/+14
* bitbake: fetch2: extract the function which ensures that a valid symlink existsUrs Fässler2018-10-181-10/+17
* bitbake: fetch2/git: use intention revealing names for premirror testsUrs Fässler2018-10-181-11/+11
* bitbake: fetch2/git: add tests to capture existing behavior wrt. naming of gi...Urs Fässler2018-10-181-0/+35
* bitbake: fetch2/git: add tests to capture existing behavior wrt. naming of mi...Urs Fässler2018-10-181-0/+34
* bitbake: fetch2/git: add tests to capture existing behavior wrt. naming of cl...Urs Fässler2018-10-181-0/+49
* bitbake: fetch2: avoid circular recursion with SRCPV in PRPeter Marko2018-10-181-1/+3
* bitbake: taskexp: add focused search barTobias Olausson2018-10-181-1/+9
* bitbake: layerindexlib: Fix various type checking errorsMark Hatle2018-10-182-34/+36
* bitbake: toaster: missing shutil importDavid Reyna2018-10-181-0/+1