aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
AgeCommit message (Expand)Author
2022-01-25utils: Update to use exec_module() instead of load_module()yocto-3.3.52021-04.5-hardknott1.50.5Richard Purdie
2021-12-05utils: Handle lockfile filenames that are too long for filesystemsRichard Purdie
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-05utils: add docstrings to functionsMilan Shah
2020-09-28utils: add umask changing context managerRoss Burton
2020-09-09utils: fix UnboundLocalError when _print_exception raisesChris Laplante
2020-09-09utils.py: get_file_layer(): Improve performanceRobert Yang
2020-09-09utils.py: get_file_layer(): Exit the loop when file is matchedRobert Yang
2020-09-09utils: process_profilelog: use context managerChris Laplante
2020-08-26utils: Drop broken timeout functionRichard Purdie
2020-06-15lib/bb/utils.py: Do not preserve TERM in the environmentJacob Kroon
2020-02-22lib/bb/utils.py: Preserve ownership of symlinkDaisuke Yamane
2020-01-27utils: add is_semver functionJean-Marie LEMETAYER
2020-01-27utils: add sha384_file and sha512_file functionsJean-Marie LEMETAYER
2020-01-19bb.utils: add get_referenced_varsChris Laplante via bitbake-devel
2020-01-19lib: remove unused importsFrazer Clews
2019-12-13bb.utils.fileslocked: don't leak files if yield throwsChris Laplante via bitbake-devel
2019-11-14utils: also use mmap for SHA256 and SHA1, for performanceRoss Burton
2019-09-19utils: Add ionice option to prunedirRichard Purdie
2019-09-03utils: Fix movefile() exception handling with python3Martin Jansa
2019-08-06build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-11utils: Let mkdirhier fail if existing path is not a folderAndre Rosa
2019-04-07utils: Make prune_suffix prune a suffixAndre Rosa
2019-02-25bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin
2018-12-14utils: Add aarch64 support to ioprio_setRichard Purdie
2018-12-07utils: Use utils.remove() within prunedir()Richard Purdie
2018-11-16utils: better_compile(): Fix line number when report errorsRobert Yang
2018-11-13utils: Avoid regex value escape warningsRichard Purdie
2018-11-13utils: Avoid warnings about deprecated imp moduleRichard Purdie
2018-09-25utils: lockfile: Fix infinite loopIoan-Adrian Ratiu
2018-08-16bb/utils.py: add break_hardlinks helperRasmus Villemoes
2018-08-15utils/md5_file: don't iterate line-by-lineRoss Burton
2018-07-26utils: add optional callback to edit_bblayers_conf()Paul Eggleton
2018-04-23lib/bb/utils: prevent movefile from changing dest dir permissionsyocto-2.52018-04-sumo1.38.0Mattias Hansson
2018-03-15utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle
2017-09-22bitbake: lib/bb/utils: fix movefile() copy to dir fallbackMardegan, Alberto
2017-07-27lib/bb/utils.py: Add missing debug levelMark Hatle
2017-06-02bitbake: Fix return value checks from subprocess.call()'sMikko Rapeli
2017-03-30bb/utils: extend which() so it can look for just executablesRoss Burton
2017-02-24lib/bb/utils: Add filter()Peter Kjellerstedt
2017-01-06prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie
2016-12-14lib/bb/build: enable access to logger within tasksPaul Eggleton
2016-12-07utils: Avoid traceback errorsRichard Purdie
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-09-06lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton
2016-08-17bb/utils.py: export_proxies add GIT_PROXY_COMMANDFrancisco Pedraza
2016-07-29lib/bb/utils: show subprocess output in stack tracesRoss Burton