summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: toasterui: exit on final eventsEd Bartosh2016-03-071-1/+4
* bitbake: toasterui: make toasterui to work in build modeEd Bartosh2016-03-071-2/+17
* bitbake: toasterui: check if setEventMask succeededEd Bartosh2016-03-071-2/+4
* bitbake: command: make setEventMask readonlyEd Bartosh2016-03-071-0/+1
* bitbake: toasterui: update list of eventsEd Bartosh2016-03-071-15/+12
* bitbake: toasterui: reformat list of eventsEd Bartosh2016-03-071-9/+27
* bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton2016-03-071-1/+1
* bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton2016-03-071-1/+3
* bitbake: fetch2/npm: fix indentationPaul Eggleton2016-03-071-22/+22
* bitbake: ui: remove the puccho uibrian avery2016-03-022-880/+0
* bitbake: hob: removal of hob ui and associated ui filesbavery2016-03-0217-7492/+0
* bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll2016-03-021-0/+1
* bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and gra...Brendan Le Foll2016-03-021-1/+1
* bitbake: fetch2: Fix unpack for absolute file urlsRichard Purdie2016-03-021-1/+4
* bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich2016-03-022-45/+28
* bitbake: fetch2/npm: Enable fetcherRichard Purdie2016-02-281-0/+2
* bitbake: providers: Fix PREFERRED_VERSION lookup for '_' in PNRichard Purdie2016-02-281-4/+7
* bitbake: fetch2: Skip lockfiles and donestamps for local filesRichard Purdie2016-02-282-4/+19
* bitbake: fetch2/__init__.py: Error if lockfile path invalidRichard Purdie2016-02-281-1/+4
* 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