summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2021-08-02bitbake: bitbake: Update to version 1.51.1Richard Purdie
2021-08-02bitbake: doc/lib: Add fixes for issues missed by the automated conversionRichard Purdie
2021-08-02bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie
2021-08-02bitbake: bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-29bitbake: parse/ast: Substitute '~' when naming anonymous functionsPaul Barker
2021-07-29bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt
2021-07-29bitbake: asyncrpc: Set timeout when waiting for reply from serverPaul Barker
2021-07-29bitbake: asyncrpc: Fix bad message error in clientPaul Barker
2021-07-26bitbake: doc: bitbake-user-manual: replace ``FOO`` by :term:`FOO` where possibleQuentin Schulz
2021-07-26bitbake: doc: bitbake-user-manual: ref-variables: force glossary output to be...Quentin Schulz
2021-07-26bitbake: doc: bitbake-user-manual: ref-variables: order alphabetically the gl...Quentin Schulz
2021-07-26bitbake: doc: Makefile: turn warnings into errors by defaultQuentin Schulz
2021-07-20bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt
2021-07-20bitbake: bitbake: Add piping compression libraryJoshua Watt
2021-07-20bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2021-07-11bitbake: fetch2/s3: allow to use credentials from environment variablesAdam Romanek
2021-07-10bitbake: providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko
2021-07-10bitbake: fetch/git: run gc in foreground to avoid race with tarAdam Romanek
2021-06-06bitbake: doc: bitbake-user-manual: fix erroneous statement in glossary introMichael Opdenacker
2021-06-06bitbake: docs: Add BB_HASHSERVE definition to glossaryMichael Opdenacker
2021-06-06bitbake: build: warn on setting noexec/nostamp/fakeroot flag to any value bes...Chris Laplante
2021-06-06bitbake: doc: user-manual: ref-manual: remove mentions to BB_SETSCENE_VERIFY_...Quentin Schulz
2021-06-06bitbake: doc: user-manual: remove mentions to BBVERSIONSQuentin Schulz
2021-06-06bitbake: asyncrpc: Reduce verbosityPaul Barker
2021-06-06bitbake: asyncrpc: Add ping methodPaul Barker
2021-06-06bitbake: fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-05-18bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-05-14bitbake: hashserver/client.py: drop unused importsArmin Kuster
2021-05-14bitbake: hashserv/server.py: drop unused importsArmin Kuster
2021-05-14bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin
2021-05-06bitbake: bitbake: Switch to post release version number 1.51.0Richard Purdie
2021-05-06bitbake: bin/bitbake-getvar: Add a new command to query a variable value (wit...Richard Purdie
2021-05-06bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-06bitbake: prserv: Handle requests in main threadPaul Barker
2021-05-06bitbake: prserv: Extract daemonization from PRServer classPaul Barker
2021-05-06bitbake: prserv: Use multiprocessing to auto start prserverPaul Barker
2021-05-06bitbake: lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari
2021-05-01bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie
2021-05-01bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie
2021-05-01bitbake: knotty: Re-enable command line logging levelsJoshua Watt
2021-05-01bitbake: fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski
2021-05-01bitbake: progress: LineFilterProgressHandler - Handle parsing line which ends...Przemyslaw Gorszkowski
2021-04-27bitbake: prserv: Add connect functionPaul Barker
2021-04-27bitbake: prserv: Drop unused dump_db methodPaul Barker
2021-04-27bitbake: prserv: Drop obsolete python version checkPaul Barker
2021-04-27bitbake: hashserv: Refactor to use asyncrpcPaul Barker
2021-04-27bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker
2021-04-27bitbake: hashserv: Use generic ConnectionErrorPaul Barker
2021-04-26bitbake: doc: bitbake-user-manual: fix typo left over from Sphinx migrationNicolas Dechesne