summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie2021-05-011-4/+10
* bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie2021-05-011-4/+4
* bitbake: knotty: Re-enable command line logging levelsJoshua Watt2021-05-011-0/+8
* bitbake: fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski2021-05-011-1/+40
* bitbake: progress: LineFilterProgressHandler - Handle parsing line which ends...Przemyslaw Gorszkowski2021-05-011-2/+5
* bitbake: prserv: Add connect functionPaul Barker2021-04-271-0/+3
* bitbake: prserv: Drop unused dump_db methodPaul Barker2021-04-271-24/+0
* bitbake: prserv: Drop obsolete python version checkPaul Barker2021-04-271-4/+0
* bitbake: hashserv: Refactor to use asyncrpcPaul Barker2021-04-272-306/+41
* bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker2021-04-273-0/+394
* bitbake: hashserv: Use generic ConnectionErrorPaul Barker2021-04-273-17/+12
* bitbake: doc: bitbake-user-manual: fix typo left over from Sphinx migrationNicolas Dechesne2021-04-261-2/+2
* bitbake: doc: bitbake-user-manual: code insertion simplification over two linesMichael Opdenacker2021-04-261-6/+3
* bitbake: doc: bitbake-user-manual: simplify colon usageMichael Opdenacker2021-04-266-193/+193
* bitbake: layerindex: Add --fetchdir parameter to layerindex-fetchDiego Sueiro2021-04-231-4/+11
* bitbake: layerindex: Fix bitbake-layers layerindex-show-depends commandDiego Sueiro2021-04-231-0/+1
* bitbake: doc/user-manual-fetching: Remove basepath unpack parameter docsRichard Purdie2021-04-201-3/+0
* bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds2021-04-201-1/+1
* bitbake: bitbake-server: Remove now unneeded codeRichard Purdie2021-04-201-2/+0
* bitbake: bitbake-server: ensure server timeout is a floatRoss Burton2021-04-202-2/+2
* bitbake: tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie2021-04-182-0/+16
* bitbake: tests/fetch: add tests for local and remote "noshared" git fetchingHenning Schild2021-04-181-0/+38
* bitbake: tests/fetch: deduplicate local git testing codeHenning Schild2021-04-181-28/+6
* bitbake: fetch/git: add support for disabling shared clones on unpackHenning Schild2021-04-181-1/+5
* bitbake: bitbake: tests/fetch: remove write protected files tooMikko Rapeli2021-04-181-1/+3
* bitbake: bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli2021-04-181-1/+15
* bitbake: runqueue: Fix deferred task issuesRichard Purdie2021-04-181-0/+4
* bitbake: bitbake-user-manual: add REQUIRED_VERSION and adjust PREFERRED_VERSI...Paul Eggleton2021-04-151-2/+16
* bitbake: bitbake-user-manual: document no support for using passwords in git ...Paul Eggleton2021-04-151-0/+9
* bitbake: bitbake: Update version to 1.50.0 stable release seriesRichard Purdie2021-04-092-2/+2
* bitbake: runqueue: Further fixes for confused setscene tasksRichard Purdie2021-04-061-13/+26
* bitbake: doc: Update links to documentationMichael Opdenacker2021-03-232-2/+2
* bitbake: runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie2021-03-232-0/+25
* bitbake: build: Add find_stale_stamps functionRichard Purdie2021-03-231-0/+17
* bitbake: doc: fix syntax error in layer.conf exampleRobert P. J. Day2021-03-221-1/+2
* bitbake: doc: fix glossary link for BB_INVALIDCONF variableRobert P. J. Day2021-03-221-1/+1
* bitbake: doc: mention that addtask handles multiple dependenciesRobert P. J. Day2021-03-221-0/+11
* bitbake: doc: move BBFILES_DYNAMIC for alphabetical orderRobert P. J. Day2021-03-151-39/+39
* bitbake: codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski2021-03-151-3/+3
* bitbake: bblayers/query: Update to handle REQUIRED_VERSIONRichard Purdie2021-03-151-1/+1
* bitbake: bitbake: cooker: Add REQUIRED_VERSION checksCharlie Davies2021-03-151-2/+8
* bitbake: bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies2021-03-152-14/+24
* bitbake: bitbake: providers: check for REQUIRED_VERSION in _filterProvidersCharlie Davies2021-03-151-2/+5
* bitbake: bitbake: providers: introduce logic for REQUIRED_VERSION variableCharlie Davies2021-03-151-15/+41
* bitbake: bitbake: providers: consistent single line formatting between functionsCharlie Davies2021-03-151-6/+0
* bitbake: bitbake: providers: remove unneeded logging callCharlie Davies2021-03-151-1/+0
* bitbake: tests/color: Fix event register to pass the datastoreRichard Purdie2021-03-121-1/+1
* bitbake: event: Fix another 'if d' test to test for None explictlyRichard Purdie2021-03-111-1/+1
* bitbake: event: Fix multiconfig event handler change performance regressionsRichard Purdie2021-03-111-11/+11
* bitbake: tinfoil: Honor quiet when parsing recipesManuel Leonhardt2021-03-111-1/+1