summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie2016-02-282-4/+45
* bitbake: fetch2/wget: Set localfile for directoriesRichard Purdie2016-02-281-0/+2
* bitbake: fetch2/npm: Add mirroring support for npm fetcherRichard Purdie2016-02-261-1/+30
* bitbake: fetch2/npm: Add npm fetcherBrendan Le Foll2016-02-261-0/+226
* bitbake: utils.py: Add sha1_file callBrendan Le Foll2016-02-261-0/+15
* bitbake: data_smart: Drop default expand=False to getVarFlag [API change]Richard Purdie2016-02-181-1/+1
* bitbake: data_smart: Drop default expand=False to getVar [API change]Richard Purdie2016-02-181-1/+1
* bitbake: SignatureGeneratorBasic: make checksum cache file configurableMarkus Lehtonen2016-02-181-3/+17
* bitbake: MultiProcessCache: make cache filename configurableMarkus Lehtonen2016-02-181-2/+3
* bitbake: FileChecksumCache: add get_checksums() methodMarkus Lehtonen2016-02-182-44/+48
* bitbake: bb/runqueue: save task file dependency cache onto diskMarkus Lehtonen2016-02-181-0/+1
* bitbake: SignatureGenerator: add method for saving the file checksum cacheMarkus Lehtonen2016-02-181-0/+9
* bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen2016-02-184-15/+15
* bitbake: Allow Hob to run images on a custom simulator, other than qemuMirela Rabulea2016-02-182-18/+113
* bitbake: bb.ui.knotty: prefix task messages with recipe/taskChristopher Larson2016-02-161-5/+13
* bitbake: Move bb.{debug,note,..} into their own logging domainChristopher Larson2016-02-161-7/+9
* bitbake: knotty: Set exit failure code on runQueueTaskFailed eventsRichard Purdie2016-02-151-0/+1
* bitbake: taskdata: Fix traceback issue with missing providerRichard Purdie2016-02-151-1/+3
* bitbake: cooker: Improve cache handlingRichard Purdie2016-02-151-4/+10
* bitbake: Bump version post release to 1.29.0Richard Purdie2016-02-121-1/+1
* bitbake: cooker: gracefully shutdown parsersEd Bartosh2016-02-111-0/+1
* bitbake: buildinfohelper: unset brbe variable when build finishesElliot Smith2016-02-111-7/+12
* bitbake: build: Improve python execution tracebacksRichard Purdie2016-02-101-7/+8
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-103-5/+5
* bitbake: cooker: Don't expand python functions in variable dumpsRichard Purdie2016-02-101-2/+9
* bitbake: data: Don't expand python functions for variable dependenciesRichard Purdie2016-02-101-6/+6
* bitbake: data_smart: Avoid expanding anonymous python functionsRichard Purdie2016-02-101-1/+1
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-102-31/+17
* bitbake: utils: Drop datastore function inspection during exceptionRichard Purdie2016-02-101-9/+0
* bitbake: cooker: extended dot stylingSchroeder, Henning2016-02-101-3/+3
* bitbake: toaster: buildinfohelper CustomImagePackage update dependency infoMichael Wood2016-02-101-15/+4
* bitbake: toaster: buildinfohelper Add the concept of CustomImagePackageMichael Wood2016-02-101-16/+89
* bitbake: bb/fetch2: Move export_proxies function from wget to utils.Aníbal Limón2016-02-082-16/+20
* bitbake: cooker: shutdown cooker parser on shutdownEd Bartosh2016-02-061-0/+3
* bitbake: fetch2/osc: Clean up old variable syntaxRichard Purdie2016-02-061-5/+5
* bitbake: fetch2/osc: Remove hardcoded urlRichard Purdie2016-02-061-1/+1
* bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie2016-02-041-2/+2
* bitbake: codeparser: Improve handling of data.expand() dependenciesRichard Purdie2016-02-041-0/+12
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-047-38/+38
* bitbake: fetch2/gitsm: Fix when repository change submodulesFelipe F. Tonello2016-02-041-1/+1
* bitbake: data_smart: Add missing expand parameter to getVar callRichard Purdie2016-02-041-1/+1
* bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell2016-02-011-2/+2
* bitbake: cooker: Only start as many parse threads as we needRichard Purdie2016-02-011-2/+3
* bitbake: knotty: Don't show errors for universe provider issuesRichard Purdie2016-02-011-5/+13
* bitbake: bitbake: BBUIHelper: Remove function findServerDetailsSujith H2016-01-301-41/+0
* bitbake: fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt2016-01-301-20/+10
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-305-0/+7
* bitbake: utils: Add ability to change the process nameRichard Purdie2016-01-301-0/+11
* bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy2016-01-301-0/+1
* bitbake: build.py: minor shell_trap_code() formatting tweaksAndre McCurdy2016-01-301-3/+2