summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Split profile reports into separate filesRichard Purdie17 hours1-10/+24
* bitbake: utils: Optimise signal/sigmask performanceRichard Purdie17 hours1-4/+13
* bitbake: cooker/process/utils: Create profiling common function to remove cod...Richard Purdie47 hours1-0/+28
* bitbake: utils: Refactor filemode variable conversion to a functionRichard Purdie2025-07-011-0/+17
* bitbake: utils: format and improve docstringsAntonin Godard2025-04-241-148/+453
* bitbake: utils: lock_timeout_nocheck() ensure `l` is initializedMark Asselstine2025-04-241-0/+1
* bitbake: event/utils: Avoid deadlock from lock_timeout() and recursive eventsRichard Purdie2025-03-031-0/+15
* bitbake: utils: Add signal blocking for lock_timeoutRichard Purdie2025-03-031-0/+2
* bitbake: utils: Tweak lock_timeout logicRichard Purdie2025-03-031-1/+1
* bitbake: utils: Print information about lock issue before exitingRichard Purdie2025-03-031-0/+1
* bitbake: utils: Clean up importsMichael Estner2025-02-181-7/+3
* bitbake: utils: add Go mod h1 checksum supportStefan Herbrechtsmeier2025-01-111-0/+25
* bitbake: utils: Improve multiple lock handlingRichard Purdie2024-10-111-0/+1
* bitbake: utils: better estimate number of available cpusFelix Moessbauer2024-03-221-1/+4
* bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()Michael Opdenacker2024-03-051-1/+0
* bitbake: utils: Fix mkdir with PosixPathRichard Purdie2023-12-171-1/+1
* bitbake: utils: Do not create directories with ${ in the namePavel Zhukov2023-12-081-1/+2
* bitbake: bitbake: utils: remove spaces on empty linesJulien Stephan2023-11-201-8/+8
* bitbake: utils: Add path_is_descendant()Joshua Watt2023-09-141-0/+23
* bitbake: utils: Use internal fetcher function to avoid duplicationRichard Purdie2023-02-261-15/+4
* bitbake: bb/utils: include SSL certificate paths in export_proxiesRoss Burton2023-01-261-12/+9
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-051-0/+13
* bitbake: bin/utils: Ensure locale en_US.UTF-8 is available on the systemFrank de Brabander2022-12-081-0/+16
* bitbake: utils: Allow to_boolean to support int valuesRichard Purdie2022-11-271-0/+3
* bitbake: utils/ply: Update md5 to better report errors with hashlibMark Hatle2022-10-261-1/+6
* bitbake: utils: Add enable_loopback_networking()Mattias Jernberg2022-09-291-1/+41
* bitbake: utils: Pass lock argument in fileslockedJoshua Watt2022-08-311-2/+4
* bitbake: siggen: Fix insufficent entropy in sigtask file namesJoshua Watt2022-08-091-0/+21
* bitbake: bb/utils: movefile: use the logger for printingJose Quaresma2022-07-281-6/+6
* bitbake: bb/utils: remove: check the path again the expand python globJose Quaresma2022-07-281-2/+2
* bitbake: utils: Fix lockfile path length issuesRichard Purdie2022-03-241-3/+6
* bitbake: utils/ply: Change md5 usages to work on FIPS enabled hostsMark Hatle2022-03-021-1/+1
* bitbake: bitbake: Rename environment filtering variablesScott Murray2022-02-211-10/+10
* bitbake: utils: Ensure shell function failure in python logging is correctRichard Purdie2022-02-211-1/+1
* bitbake: utils: Fix typo "dependency" and "spawning"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: utils: Fix environment decorator logic errorRichard Purdie2022-02-201-1/+1
* bitbake: bitbake: bitbake-worker: Preserve network non-local uidRobert Yang2022-02-011-0/+16
* bitbake: utils: Add disable_network functionRichard Purdie2022-01-121-0/+31
* bitbake: utils: Update to use exec_module() instead of load_module()Richard Purdie2022-01-051-2/+5
* bitbake: utils: Handle lockfile filenames that are too long for filesystemsRichard Purdie2021-11-211-1/+5
* bitbake: utils: add environment updating context managerRoss Burton2021-08-121-0/+16
* bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie2021-08-061-1/+1
* bitbake: lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari2021-05-061-3/+15
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-3/+3
* bitbake: utils: add docstrings to functionsMilan Shah2021-01-081-4/+34
* bitbake: utils: add umask changing context managerRoss Burton2020-09-301-0/+11
* bitbake: utils: fix UnboundLocalError when _print_exception raisesChris Laplante2020-09-101-2/+2
* bitbake: utils.py: get_file_layer(): Improve performanceRobert Yang2020-09-101-3/+9
* bitbake: utils.py: get_file_layer(): Exit the loop when file is matchedRobert Yang2020-09-101-2/+3
* bitbake: utils: process_profilelog: use context managerChris Laplante2020-09-101-15/+14