summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Replace deprecated git branch parameter "--set-upstream"krogoth-nextAndre Rosa2017-11-071-1/+1
* bitbake: siggen: Make calc_taskhash match get_taskhash for file checksumsyocto-2.1.3krogoth-15.0.3Richard Purdie2017-06-271-1/+2
* bitbake: lib/bb/checksum: avoid exception on broken symlinksPaul Eggleton2017-05-181-2/+4
* bitbake: fetch2/wget: attempt checkstatus again if it failsRoss Burton2017-05-181-4/+8
* bitbake: siggen: Ensure taskhash mismatches don't override existing dataRichard Purdie2017-05-181-9/+9
* bitbake: siggen: Pass basehash to worker processes and sanity check reparsing...Richard Purdie2017-05-181-4/+9
* bitbake: build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie2017-05-181-1/+1
* bitbake: fetch: copy files with -HEnrico Scholz2016-11-081-1/+1
* bitbake: bb.event: fix infinite loop on print_ui_queueAníbal Limón2016-11-081-2/+2
* bitbake: event: prevent unclosed file warning in print_ui_queueJoshua Lock2016-11-081-3/+3
* bitbake: event.py: output errors and warnings to stderrEd Bartosh2016-11-081-3/+10
* bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton2016-09-131-1/+0
* bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval2016-06-291-1/+2
* bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton2016-06-021-2/+3
* bitbake: main: fix processing of BBEVENTLOGEd Bartosh2016-04-191-1/+1
* bitbake: lib/bb/utils: add docstring for contains()Ross Burton2016-04-181-1/+19
* bitbake: providers: Add PREFERRED_RPROVIDER supportRichard Purdie2016-04-152-23/+44
* bitbake: providers: We don't depend on previous build resultsRichard Purdie2016-04-151-3/+3
* bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie2016-04-152-1/+10
* bitbake: cooker: pass exception to finishAsyncCommandRichard Purdie2016-04-151-2/+2
* bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' messageRichard Purdie2016-04-121-2/+70
* bitbake: data_smart: Restrict expansion regexp to not include : charactersRichard Purdie2016-04-091-1/+1
* bitbake: tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt2016-04-091-0/+22
* bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt2016-04-092-2/+2
* bitbake: Update version to 1.30.0Richard Purdie2016-04-061-1/+1
* bitbake: buildinfohelper: work around unicode exceptionsJoshua Lock2016-04-061-4/+6
* bitbake: toasterui: update build in internal stateEd Bartosh2016-04-061-0/+1
* bitbake: buildinfohelper: fix KeyErrorEd Bartosh2016-04-061-2/+2
* bitbake: buildinfohelper: Add handler for cancelling a buildMichael Wood2016-04-061-1/+18
* bitbake: toasterui: shutdown on BuildCompleted eventEd Bartosh2016-04-061-5/+8
* bitbake: toaster: fix jethro buildEd Bartosh2016-04-061-8/+10
* bitbake: toasterui: fix brbe reportingEd Bartosh2016-04-061-3/+3
* bitbake: buildinfohelper: improve handling of providermapEd Bartosh2016-04-061-2/+1
* bitbake: uievent: improve BBUIEventQueue codeEd Bartosh2016-04-061-2/+8
* bitbake: toasterui: add brbe parameter to buildinfohelperEd Bartosh2016-04-062-3/+4
* bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang2016-04-061-17/+1
* bitbake: persist_data: Return str instead of unicode for sqlite3 text queriesKlauer, Daniel2016-04-061-0/+1
* bitbake: siggen: Ensure tainted stamps are accounted for with writing custom ...Richard Purdie2016-04-031-3/+7
* bitbake: siggen: Fix nostamp taint handlingRichard Purdie2016-04-031-3/+7
* bitbake: siggen: Add checksum recalculation/checking codeRichard Purdie2016-04-031-11/+49
* bitbake: siggen: Fix check calculation problem with file_checksumsRichard Purdie2016-04-031-3/+4
* bitbake: siggen: Drop misleading duplicate methodRichard Purdie2016-04-031-3/+0
* bitbake: tests/fetch.py: Improve unit tests for trusted network checkOlof Johansson2016-04-031-35/+42
* bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson2016-04-031-0/+1
* bitbake: toaster: buildinfohelper Add additional metadata to the built layerMichael Wood2016-04-031-11/+23
* bitbake: cookerdata.py: remove slash in the endRobert Yang2016-03-311-0/+2
* bitbake: Bump version to 1.29.1Richard Purdie2016-03-311-1/+1
* bitbake: build/utils: Allow python functions to execute with real exception h...Richard Purdie2016-03-312-5/+14
* bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie2016-03-311-8/+21
* bitbake: cooker: fix CookerParser.shutdown()Markus Lehtonen2016-03-311-1/+0