summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie2021-05-181-1/+6
* bitbake: hashserver/client.py: drop unused importsArmin Kuster2021-05-141-3/+0
* bitbake: hashserv/server.py: drop unused importsArmin Kuster2021-05-141-7/+0
* bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin2021-05-141-1/+1
* bitbake: bitbake: Switch to post release version number 1.51.0Richard Purdie2021-05-062-2/+2
* bitbake: bin/bitbake-getvar: Add a new command to query a variable value (wit...Richard Purdie2021-05-061-0/+48
* bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann2021-05-061-1/+1
* bitbake: prserv: Handle requests in main threadPaul Barker2021-05-061-123/+36
* bitbake: prserv: Extract daemonization from PRServer classPaul Barker2021-05-061-103/+72
* bitbake: prserv: Use multiprocessing to auto start prserverPaul Barker2021-05-061-4/+8
* bitbake: lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari2021-05-063-6/+18
* 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