aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2021-03-15codeparser: Fix TypeError in bitbake debug modeTomasz Dziendzielski
2021-03-15bblayers/query: Update to handle REQUIRED_VERSIONRichard Purdie
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
2021-02-20bitbake: providers: use pythonic empty list checkCharlie Davies
2021-02-20bitbake: providers: fix incorrect return type bugCharlie Davies
2021-02-16bitbake: Bump version to 1.49.2Richard Purdie
2021-02-16bitbake-worker/runqueue: Add support for BB_DEFAULT_UMASKRichard Purdie
2021-02-11event: Prevent bitbake from executing event handler for wrong multiconfig targetTomasz Dziendzielski
2021-02-10bitbake: Bump release to 1.49.1Richard Purdie
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-02-09bblayers/action: When adding layers, catch BBHandledExceptionRichard Purdie
2021-02-09cooker: Ensure reparsing is handled correctlyRichard Purdie
2021-02-09BBHandler: Don't classify shell functions that names start with "python*" as ...Tomasz Dziendzielski
2021-02-09hashserv: Add get-outhash messagePaul Barker
2021-02-09hashserv: server: Support searching upstream for outhashPaul Barker
2021-02-09hashserv: Support read-only serverPaul Barker
2021-02-05hashserv: client: Fix handling of null responsesPaul Barker
2021-01-31lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig targetTomasz Dziendzielski
2021-01-23fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-01-21tests/fetch: add test for empty query parametersRoss Burton
2021-01-21fetch2: handle empty elements in _param_str_splitRoss Burton
2021-01-21fetch2/perforce: Fix localfile to include ud.moduleRichard Purdie
2021-01-21fetch2/wget: Update user-agentChristophe Priouzeau
2021-01-05fetch/git: Fix usehead for non-default namesJoey Degges
2021-01-05tests/fetch: Test usehead with a non-default nameJoey Degges
2021-01-05tests/fetch: Document behavior of test_gitfetch_useheadJoey Degges
2021-01-05tests/fetch: Organize usehead tests by net requirementsJoey Degges
2021-01-05utils: add docstrings to functionsMilan Shah
2020-12-21cooker: Include all packages a recipe provides in SkippedPackage.rprovidesPeter Kjellerstedt
2020-12-21cache: Make CoreRecipeInfo include rprovides_pkg for skipped recipesPeter Kjellerstedt
2020-12-19data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie
2020-12-10msg: use safe YAML loaderRoss Burton