aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2022-03-15bitbake: buildinfohelper.py fix for Django 3.2Tim Orling
2022-03-11cooker: Fix environment history printingRichard Purdie
2022-03-11knotty.py: A little clean up of TerminalFilter::updateFooter()Peter Kjellerstedt
2022-03-11knotty.py: Correct the width of the progress bar for the real tasksPeter Kjellerstedt
2022-03-11knotty.py: Improve the message while waiting for running tasks to finishPeter Kjellerstedt
2022-03-10uievent: Fix import warning for python 3.10Richard Purdie
2022-03-08lib/bb: more verbose error messageMarta Rybczynska
2022-03-08server/xmlrpcserver: Add missing xmlrpcclient importRichard Purdie
2022-03-08monitordisk.py: Deleted redundant word in warning message.leimaohui
2022-03-06knotty: Improve setscene task displayRichard Purdie
2022-03-06knotty: Correctly handle multiple line itemsRichard Purdie
2022-03-04fetch2: ssh: support checkstatusDaniel Wagenknecht
2022-03-04fetch2: ssh: fix path handlingDaniel Wagenknecht
2022-03-04fetch2: ssh: username and password are optionalDaniel Wagenknecht
2022-03-02utils/ply: Change md5 usages to work on FIPS enabled hostsMark Hatle
2022-02-23tests/fetch: Update for master -> main change upstreamRichard Purdie
2022-02-22data_smart: Avoid exceptions for non string dataRichard Purdie
2022-02-21bitbake: Bump version to 1.53.1Richard Purdie
2022-02-21lib/bb: fix exit when found renamed variablesMarta Rybczynska
2022-02-21bitbake: Replace remaining "abort" usageScott Murray
2022-02-21lib/bb: Replace "ABORT" action in BB_DISKMON_DIRSScott Murray
2022-02-21lib/bb: Replace "abort" usage in task handlingScott Murray
2022-02-21lib: Replace remaining "blacklist"/"whitelist" usageScott Murray
2022-02-21data_smart: Add support to BB_RENAMED_VARIABLES for custom stringsRichard Purdie
2022-02-21data_smart: Allow rename mechanism to show full expressionsRichard Purdie
2022-02-21bitbake: Rename allowed multiple provider variableScott Murray
2022-02-21bitbake: Rename setscene enforce filtering variableScott Murray
2022-02-21bitbake: Rename configuration hash filtering variableScott Murray
2022-02-21bitbake: Rename environment filtering variablesScott Murray
2022-02-21bitbake: Rename basehas and taskhash filtering variablesScott Murray
2022-02-21data_smart/cookerdata: Add variable remapping supportRichard Purdie
2022-02-21utils: Ensure shell function failure in python logging is correctRichard Purdie
2022-02-20fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20wget: Fix grammar "can happen"Zygmunt Krynicki
2022-02-20utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki
2022-02-20tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki
2022-02-20progress: Fix typo "wherever"Zygmunt Krynicki
2022-02-20process: Fix typo: "process"Zygmunt Krynicki
2022-02-20persist_data: Fix typo "committed"Zygmunt Krynicki
2022-02-20fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-20fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-20event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki
2022-02-20daemonize: Fix typo "separate"Zygmunt Krynicki
2022-02-20cookerdata: Fix typo "normally"Zygmunt Krynicki
2022-02-20cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki
2022-02-20fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki
2022-02-20utils: Fix environment decorator logic errorRichard Purdie
2022-02-17data_smart: Add hasOverrides method to public datastore APIRichard Purdie
2022-02-17msg: Ensure manually created loggers have the once filterJoshua Watt
2022-02-17msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie