summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: utils: Drop broken timeout functionRichard Purdie2020-08-261-14/+0
* bitbake: lib/bb/utils.py: Do not preserve TERM in the environmentJacob Kroon2020-06-161-1/+0
* bitbake: lib/bb/utils.py: Preserve ownership of symlinkDaisuke Yamane2020-02-221-1/+1
* bitbake: utils: add is_semver functionJean-Marie LEMETAYER2020-01-271-0/+26
* bitbake: utils: add sha384_file and sha512_file functionsJean-Marie LEMETAYER2020-01-271-0/+14
* bitbake: bb.utils: add get_referenced_varsChris Laplante via bitbake-devel2020-01-191-0/+37
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-1/+0
* bitbake: bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel2019-12-161-4/+5
* bitbake: utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton2019-11-211-20/+14
* bitbake: utils: Add ionice option to prunedirRichard Purdie2019-09-191-4/+7
* bitbake: utils: Fix movefile() exception handling with python3Martin Jansa2019-09-031-1/+1
* bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie2019-08-061-1/+1
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0