summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: utils: Let mkdirhier fail if existing path is not a folderAndre Rosa2019-04-121-1/+1
* bitbake: utils: Make prune_suffix prune a suffixAndre Rosa2019-04-091-2/+2
* bitbake: bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin2019-02-251-0/+4
* bitbake: utils: Add aarch64 support to ioprio_setRichard Purdie2018-12-141-0/+2
* bitbake: utils: Use utils.remove() within prunedir()Richard Purdie2018-12-081-9/+1
* bitbake: utils: better_compile(): Fix line number when report errorsRobert Yang2018-11-191-2/+5
* bitbake: utils: Avoid regex value escape warningsRichard Purdie2018-11-141-5/+5
* bitbake: utils: Avoid warnings about deprecated imp moduleRichard Purdie2018-11-141-8/+6
* bitbake: utils: lockfile: Fix infinite loopIoan-Adrian Ratiu2018-09-251-1/+5
* bitbake: bb/utils.py: add break_hardlinks helperRasmus Villemoes2018-08-161-0/+17
* bitbake: utils/md5_file: don't iterate line-by-lineRoss Burton2018-08-151-4/+9
* bitbake: utils: add optional callback to edit_bblayers_conf()Paul Eggleton2018-07-301-1/+14
* bitbake: lib/bb/utils: prevent movefile from changing dest dir permissionsMattias Hansson2018-04-231-2/+2
* bitbake: utils.py: Add option for explode_dep_versions2 to return unsortedAmanda Brindle2018-03-151-2/+3
* bitbake: bitbake: lib/bb/utils: fix movefile() copy to dir fallbackMardegan, Alberto2017-09-251-9/+10
* bitbake: lib/bb/utils.py: Add missing debug levelMark Hatle2017-07-271-2/+2
* bitbake: bitbake: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-051-1/+1
* bitbake: bb/utils: extend which() so it can look for just executablesRoss Burton2017-03-311-3/+12
* bitbake: lib/bb/utils: Add filter()Peter Kjellerstedt2017-03-011-0/+24
* bitbake: prserv/persist_data/utils: Drop obsolete python2 importsRichard Purdie2017-01-091-17/+5
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-141-0/+11
* bitbake: utils: Avoid traceback errorsRichard Purdie2016-12-081-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-8/+8
* bitbake: lib/bb/utils: edit_metadata() comment tweaksPaul Eggleton2016-09-081-1/+3