summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: Fix environment history printingRichard Purdie2022-03-111-0/+2
* bitbake: knotty.py: A little clean up of TerminalFilter::updateFooter()Peter Kjellerstedt2022-03-111-4/+2
* bitbake: knotty.py: Correct the width of the progress bar for the real tasksPeter Kjellerstedt2022-03-111-5/+14
* bitbake: knotty.py: Improve the message while waiting for running tasks to fi...Peter Kjellerstedt2022-03-111-1/+4
* bitbake: uievent: Fix import warning for python 3.10Richard Purdie2022-03-101-1/+1
* bitbake: lib/bb: more verbose error messageMarta Rybczynska2022-03-081-1/+1
* bitbake: server/xmlrpcserver: Add missing xmlrpcclient importRichard Purdie2022-03-081-0/+1
* bitbake: monitordisk.py: Deleted redundant word in warning message.leimaohui2022-03-081-1/+1
* bitbake: knotty: Improve setscene task displayRichard Purdie2022-03-061-3/+3
* bitbake: knotty: Correctly handle multiple line itemsRichard Purdie2022-03-061-3/+9
* bitbake: fetch2: ssh: support checkstatusDaniel Wagenknecht2022-03-041-0/+40
* bitbake: fetch2: ssh: fix path handlingDaniel Wagenknecht2022-03-041-0/+5
* bitbake: fetch2: ssh: username and password are optionalDaniel Wagenknecht2022-03-041-1/+1
* bitbake: utils/ply: Change md5 usages to work on FIPS enabled hostsMark Hatle2022-03-022-6/+3
* bitbake: tests/fetch: Update for master -> main change upstreamRichard Purdie2022-02-231-1/+1
* bitbake: data_smart: Avoid exceptions for non string dataRichard Purdie2022-02-221-1/+1
* bitbake: bitbake: Bump version to 1.53.1Richard Purdie2022-02-211-1/+1
* bitbake: lib/bb: fix exit when found renamed variablesMarta Rybczynska2022-02-212-0/+8
* bitbake: bitbake: Replace remaining "abort" usageScott Murray2022-02-213-4/+4
* bitbake: lib/bb: Replace "ABORT" action in BB_DISKMON_DIRSScott Murray2022-02-212-7/+12
* bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray2022-02-215-26/+26
* bitbake: lib: Replace remaining "blacklist"/"whitelist" usageScott Murray2022-02-216-24/+24
* bitbake: data_smart: Add support to BB_RENAMED_VARIABLES for custom stringsRichard Purdie2022-02-212-16/+25
* bitbake: data_smart: Allow rename mechanism to show full expressionsRichard Purdie2022-02-211-2/+4
* bitbake: bitbake: Rename allowed multiple provider variableScott Murray2022-02-212-2/+3
* bitbake: bitbake: Rename setscene enforce filtering variableScott Murray2022-02-213-19/+20
* bitbake: bitbake: Rename configuration hash filtering variableScott Murray2022-02-211-2/+3
* bitbake: bitbake: Rename environment filtering variablesScott Murray2022-02-213-12/+14
* bitbake: bitbake: Rename basehas and taskhash filtering variablesScott Murray2022-02-214-31/+49
* bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie2022-02-213-1/+58
* bitbake: utils: Ensure shell function failure in python logging is correctRichard Purdie2022-02-211-1/+1
* bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie2022-02-202-8/+12
* bitbake: wget: Fix grammar "can happen"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: progress: Fix typo "wherever"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: process: Fix typo: "process"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: persist_data: Fix typo "committed"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: fetch2/git: Remove duplicate "the"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: event: Fix typo "asynchronous" and "occasionally"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: daemonize: Fix typo "separate"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: cookerdata: Fix typo "normally"Zygmunt Krynicki2022-02-201-1/+1
* bitbake: cooker: Fix typo "isn't" and "tuples"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: fetch2/wget: move loop-invariant load of BB_ORIGENVZygmunt Krynicki2022-02-201-4/+3
* bitbake: utils: Fix environment decorator logic errorRichard Purdie2022-02-201-1/+1
* bitbake: data_smart: Add hasOverrides method to public datastore APIRichard Purdie2022-02-171-0/+2
* bitbake: msg: Ensure manually created loggers have the once filterJoshua Watt2022-02-171-0/+1
* bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie2022-02-173-8/+51
* bitbake: cooker: Improve parsing failure from handled exception usabilityRichard Purdie2022-02-171-1/+3