summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: cooker: Ensure bbappend order is deterministicRichard Purdie2016-03-301-1/+2
* bitbake: checksum: In FileChecksumCache don't follow directory symlinksMarkus Lehtonen2016-03-301-2/+4
* bitbake: cookerdata: Improve handling of ParseErrorRichard Purdie2016-03-291-1/+3
* bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón2016-03-281-2/+12
* bitbake: fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón2016-03-281-4/+4
* bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie2016-03-261-0/+8
* bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...Derek Straka2016-03-261-5/+2
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-243-7/+8
* bitbake: toasterui: remove ParseStarted from the event listEd Bartosh2016-03-231-1/+0
* bitbake: toasterui: Remove the excessive exception loggingMichael Wood2016-03-231-7/+0
* bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen2016-03-232-2/+2
* bitbake: toaster: orm Add a constant for the CustomImageRecipe's layer nameMichael Wood2016-03-231-2/+2
* bitbake: bb/tests/fetch: Update cups urlRichard Purdie2016-03-211-1/+1
* bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll2016-03-121-1/+1
* bitbake: server/process: Try connecting 4 times before giving upLucas Dutra Nunes2016-03-091-4/+6
* bitbake: toaster: rework task buildstats storage and displayElliot Smith2016-03-091-39/+33
* bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt2016-03-091-2/+2
* bitbake: xmlrpc: fix bug in setting XMLRPCServer.single_useEd Bartosh2016-03-091-3/+1
* bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton2016-03-091-2/+2
* bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton2016-03-091-19/+45
* bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton2016-03-091-1/+1
* bitbake: toasterui: fix warning 'Unknown event'Ed Bartosh2016-03-071-0/+1