summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie2021-05-061-4/+10
* bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie2021-05-061-4/+4
* bitbake: bitbake: tests/fetch: remove write protected files tooMikko Rapeli2021-04-271-1/+3
* bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds2021-04-271-1/+1
* bitbake: bitbake-server: ensure server timeout is a floatRoss Burton2021-04-271-1/+1
* bitbake: bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli2021-04-271-1/+15
* bitbake: runqueue: Fix deferred task issuesRichard Purdie2021-04-271-0/+4
* bitbake: bitbake: Update version to 1.50.0 stable release seriesRichard Purdie2021-04-091-1/+1
* bitbake: runqueue: Further fixes for confused setscene tasksRichard Purdie2021-04-061-13/+26
* bitbake: doc: Update links to documentationMichael Opdenacker2021-03-231-1/+1
* 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: 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
* bitbake: runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski2021-03-112-9/+40
* bitbake: event.py: fix regression about INVALIDCONFChen Qi2021-03-111-0/+4
* bitbake: bitbake: Add Azure Storage fetcher implementationAlejandro Hernandez Samaniego2021-03-112-1/+96
* bitbake: __init__.py: Fix bitbake debug log handlingRichard Purdie2021-03-091-1/+1
* bitbake: runqueue: Add setscene task overlap sanity checkRichard Purdie2021-03-091-0/+4
* bitbake: runqueue: Fix task execution corruption issueRichard Purdie2021-03-091-0/+3
* bitbake: fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego2021-02-261-0/+8
* bitbake: event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt2021-02-217-26/+26
* bitbake: Force parser shutdown after catching an exceptionJan Brzezanski2021-02-211-5/+5
* bitbake: bitbake: providers: use pythonic empty list checkCharlie Davies2021-02-211-1/+1
* bitbake: bitbake: providers: fix incorrect return type bugCharlie Davies2021-02-211-1/+1
* bitbake: bitbake: Bump version to 1.49.2Richard Purdie2021-02-161-1/+1
* bitbake: bitbake-worker/runqueue: Add support for BB_DEFAULT_UMASKRichard Purdie2021-02-161-0/+1
* bitbake: event: Prevent bitbake from executing event handler for wrong multic...Tomasz Dziendzielski2021-02-164-6/+28
* bitbake: bitbake: Bump release to 1.49.1Richard Purdie2021-02-101-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-1033-227/+236
* bitbake: bblayers/action: When adding layers, catch BBHandledExceptionRichard Purdie2021-02-101-2/+2
* bitbake: cooker: Ensure reparsing is handled correctlyRichard Purdie2021-02-101-0/+2
* bitbake: BBHandler: Don't classify shell functions that names start with "pyt...Tomasz Dziendzielski2021-02-101-1/+1
* bitbake: hashserv: Add get-outhash messagePaul Barker2021-02-102-14/+38
* bitbake: hashserv: server: Support searching upstream for outhashPaul Barker2021-02-102-0/+32
* bitbake: hashserv: Support read-only serverPaul Barker2021-02-103-11/+51
* bitbake: hashserv: client: Fix handling of null responsesPaul Barker2021-02-061-1/+1
* bitbake: lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig ...Tomasz Dziendzielski2021-02-064-8/+8
* bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier2021-01-232-11/+61
* bitbake: tests/fetch: add test for empty query parametersRoss Burton2021-01-231-0/+19