aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* server: Fix early parsing errors preventing zombie bitbakeyocto-3.3.32021-04.3-hardknott1.50.3Joshua Watt2021-09-091-1/+1
* data_smart: Allow colon in variable expansion regexRichard Purdie2021-07-302-3/+3
* data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-304-2/+16
* fetch2: add check for empty SRC_URI hash stringyocto-3.3.22021-04.2-hardknott1.50.2Scott Weaver2021-07-061-1/+4
* fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann2021-07-061-1/+1
* server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie2021-05-201-1/+6
* fetch2/wget: when checking latest versions, consider all numerical directoriesAlexander Kanavin2021-05-201-1/+1
* runqueue: Handle deferred task rehashing in multiconfig buildsyocto-3.3.12021-04.1-hardknott1.50.1Richard Purdie2021-05-061-4/+10
* runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie2021-05-061-4/+4
* bitbake: tests/fetch: remove write protected files tooMikko Rapeli2021-04-271-1/+3
* fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds2021-04-271-1/+1
* bitbake-server: ensure server timeout is a floatRoss Burton2021-04-271-1/+1
* bitbake: tests/fetch: fix test execution without .gitconfigMikko Rapeli2021-04-271-1/+15
* runqueue: Fix deferred task issuesRichard Purdie2021-04-271-0/+4
* bitbake: Update version to 1.50.0 stable release seriesRichard Purdie2021-04-091-1/+1
* runqueue: Further fixes for confused setscene tasksyocto-3.32021-04-hardknott1.50.0Richard Purdie2021-04-061-13/+26
* doc: Update links to documentationMichael Opdenacker2021-03-231-1/+1
* runqueue/event: Add an event for notifying of stale setscene tasksRichard Purdie2021-03-232-0/+25
* build: Add find_stale_stamps functionRichard Purdie2021-03-231-0/+17
* codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski2021-03-151-3/+3
* bblayers/query: Update to handle REQUIRED_VERSIONRichard Purdie2021-03-151-1/+1
* bitbake: cooker: Add REQUIRED_VERSION checksCharlie Davies2021-03-121-2/+8
* bitbake: lib: add Required Version to Bitbake --show-versions commandCharlie Davies2021-03-122-14/+24
* bitbake: providers: check for REQUIRED_VERSION in _filterProvidersCharlie Davies2021-03-121-2/+5
* bitbake: providers: introduce logic for REQUIRED_VERSION variableCharlie Davies2021-03-121-15/+41
* bitbake: providers: consistent single line formatting between functionsCharlie Davies2021-03-121-6/+0
* bitbake: providers: remove unneeded logging callCharlie Davies2021-03-121-1/+0
* tests/color: Fix event register to pass the datastoreRichard Purdie2021-03-121-1/+1
* event: Fix another 'if d' test to test for None explictlyRichard Purdie2021-03-111-1/+1
* event: Fix multiconfig event handler change performance regressionsRichard Purdie2021-03-111-11/+11
* tinfoil: Honor quiet when parsing recipesManuel Leonhardt2021-03-111-1/+1
* runqueue: Print pseudo.log if fakeroot task failedTomasz Dziendzielski2021-03-112-9/+40
* event.py: fix regression about INVALIDCONFChen Qi2021-03-111-0/+4
* bitbake: Add Azure Storage fetcher implementationAlejandro Hernandez Samaniego2021-03-112-1/+96
* __init__.py: Fix bitbake debug log handlingRichard Purdie2021-03-091-1/+1
* runqueue: Add setscene task overlap sanity checkRichard Purdie2021-03-091-0/+4
* runqueue: Fix task execution corruption issueRichard Purdie2021-03-091-0/+3
* fetch2/wget: Avoid crashing when connection drops mid checkstatusAlejandro Hernandez Samaniego2021-02-211-0/+8
* event: Fix broken builds when multiconfig has a hyphen in the nameJoshua Watt2021-02-207-26/+26
* Force parser shutdown after catching an exceptionJan Brzezanski2021-02-201-5/+5
* bitbake: providers: use pythonic empty list checkCharlie Davies2021-02-201-1/+1
* bitbake: providers: fix incorrect return type bugCharlie Davies2021-02-201-1/+1
* bitbake: Bump version to 1.49.2Richard Purdie2021-02-161-1/+1
* bitbake-worker/runqueue: Add support for BB_DEFAULT_UMASKRichard Purdie2021-02-161-0/+1
* event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski2021-02-114-6/+28
* bitbake: Bump release to 1.49.1Richard Purdie2021-02-101-1/+1
* logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-1033-227/+236
* bblayers/action: When adding layers, catch BBHandledExceptionRichard Purdie2021-02-091-2/+2
* cooker: Ensure reparsing is handled correctlyRichard Purdie2021-02-091-0/+2
* BBHandler: Don't classify shell functions that names start with "python*" as ...Tomasz Dziendzielski2021-02-091-1/+1