aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2021-06-06build: warn on setting noexec/nostamp/fakeroot flag to any value besides '1'Chris Laplante
2021-06-06asyncrpc: Reduce verbosityPaul Barker
2021-06-06asyncrpc: Add ping methodPaul Barker
2021-06-06fetch2: add check for empty SRC_URI hash stringScott Weaver
2021-05-18server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie
2021-05-14fetch2/wget: when checking latest versions, consider all numerical directoriesAlexander Kanavin
2021-05-06bitbake: Switch to post release version number 1.51.0Richard Purdie
2021-05-06fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann
2021-05-06lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari
2021-05-01runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie
2021-05-01runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie
2021-05-01knotty: Re-enable command line logging levelsJoshua Watt
2021-05-01fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski
2021-05-01progress: LineFilterProgressHandler - Handle parsing line which ends with CR ...Przemyslaw Gorszkowski
2021-04-27asyncrpc: Common implementation of RPC using json & asyncioPaul Barker
2021-04-27hashserv: Use generic ConnectionErrorPaul Barker
2021-04-20fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-04-20bitbake-server: ensure server timeout is a floatRoss Burton
2021-04-18tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie
2021-04-18tests/fetch: add tests for local and remote "noshared" git fetchingHenning Schild
2021-04-18tests/fetch: deduplicate local git testing codeHenning Schild
2021-04-18fetch/git: add support for disabling shared clones on unpackHenning Schild
2021-04-18bitbake: tests/fetch: remove write protected files tooMikko Rapeli
2021-04-18bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli
2021-04-18runqueue: Fix deferred task issuesRichard Purdie
2021-04-09bitbake: Update version to 1.50.0 stable release seriesRichard Purdie
2021-04-06runqueue: Further fixes for confused setscene tasksyocto-3.32021-04-hardknott1.50.0Richard Purdie
2021-03-23doc: Update links to documentationMichael Opdenacker
2021-03-23runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie
2021-03-23build: Add find_stale_stamps functionRichard Purdie
2021-03-15codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski
2021-03-12bitbake: cooker: Add REQUIRED_VERSION checksCharlie Davies
2021-03-12bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies
2021-03-12bitbake: providers: check for REQUIRED_VERSION in _filterProvidersCharlie Davies
2021-03-12bitbake: providers: introduce logic for REQUIRED_VERSION variableCharlie Davies
2021-03-12bitbake: providers: consistent single line formatting between functionsCharlie Davies
2021-03-12bitbake: providers: remove unneeded logging callCharlie Davies
2021-03-12tests/color: Fix event register to pass the datastoreRichard Purdie
2021-03-11event: Fix another 'if d' test to test for None explictlyRichard Purdie
2021-03-11event: Fix multiconfig event handler change performance regressionsRichard Purdie
2021-03-11tinfoil: Honor quiet when parsing recipesManuel Leonhardt
2021-03-11runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski
2021-03-11event.py: fix regression about INVALIDCONFChen Qi
2021-03-11bitbake: Add Azure Storage fetcher implementationAlejandro Hernandez Samaniego
2021-03-09__init__.py: Fix bitbake debug log handlingRichard Purdie
2021-03-09runqueue: Add setscene task overlap sanity checkRichard Purdie
2021-03-09runqueue: Fix task execution corruption issueRichard Purdie
2021-02-21fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego
2021-02-20event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt
2021-02-20Force parser shutdown after catching an exceptionJan Brzezanski