index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
lib
/
oe
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
image.bbclass: Drop support for ImageQAFailed exceptions in image_qa
Peter Kjellerstedt
2024-09-30
1
-13
/
+0
*
image_qa: fix error handling
Louis Rannou
2024-09-17
1
-1
/
+1
*
sstate: Ensure sstate searches update file mtime
Richard Purdie
2023-11-08
1
-0
/
+12
*
lib/oe/utils: Refactor to make multiprocess_launch callable without d
Adrian Freihofer
2023-09-12
1
-3
/
+9
*
classes: Drop ';' delimiter from ROOTFS/IMAGE*COMMAND variables
Richard Purdie
2023-09-09
1
-5
/
+5
*
lib: Add copyright statements to files without one
Richard Purdie
2022-08-12
1
-0
/
+2
*
oe/utils: remove the ThreadedPool
Jose Quaresma
2022-07-15
1
-64
/
+0
*
meta/scripts: Improve internal variable naming
Saul Wold
2022-03-10
1
-2
/
+2
*
prelink: Drop support for it
Richard Purdie
2022-02-05
1
-11
/
+0
*
oe/utils: by default cap cpu_count() to 64 cores
Ross Burton
2021-11-25
1
-2
/
+2
*
oe/utils: allow naming threads in ThreadedPool
Ross Burton
2021-11-25
1
-6
/
+5
*
oe/utils: log exceptions in ThreadedWorker functions
Ross Burton
2021-10-18
1
-1
/
+2
*
buildhistory: Label packages providing per-file dependencies in depends.dot
Andres Beltran
2021-09-01
1
-2
/
+30
*
lib/oe/utils: add directory size function
Ross Burton
2021-03-28
1
-0
/
+31
*
lib/oe/utils: Return empty string in parallel_make
Tomasz Dziendzielski
2021-01-16
1
-1
/
+1
*
utils: respect scheduler affinity in cpu_count()
Ross Burton
2020-09-30
1
-2
/
+1
*
lib/oe/utils.py: add get_host_compiler_version()
Tim Orling
2020-04-01
1
-0
/
+31
*
utils: fix gcc 10 version detection
Charles-Antoine Couret
2020-03-29
1
-1
/
+1
*
lib/oe/utils: allow to set a lower bound on returned cpu_count()
André Draszik
2020-03-06
1
-2
/
+3
*
cmake: prefer CMAKE_BUILD_PARALLEL_LEVEL
Daniel McGregor
2020-02-04
1
-4
/
+7
*
classes/lib: Remove bb.build.FuncFailed
Richard Purdie
2019-08-06
1
-1
/
+1
*
meta/lib+scripts: Convert to SPDX license headers
Richard Purdie
2019-05-09
1
-0
/
+4
*
utils/multiprocess_launch: Improve failing subprocess output
Richard Purdie
2019-04-26
1
-1
/
+6
*
lib/oe/utils: Make prune_suffix prune a suffix
Andre Rosa
2019-04-09
1
-3
/
+3
*
utils.py: added sh_quote() function
Enrico Scholz via Openembedded-core
2019-04-04
1
-0
/
+3
*
lib/oe/utils: Fix hang in multiprocess_launch()
Richard Purdie
2019-02-17
1
-0
/
+4
*
utils: add -src to system package name blacklist
Ross Burton
2019-02-15
1
-1
/
+1
*
meta: Fix Deprecated warnings from regexs
Richard Purdie
2019-01-16
1
-2
/
+2
*
ccache.bbclass: Refactor it to make it more reliable
Robert Yang
2019-01-14
1
-0
/
+3
*
lib/oe/utils: Set stderr for host_gcc_version()
Robert Yang
2018-12-14
1
-1
/
+2
*
lib/oe/utils: Improve multiprocess_lauch exception handling
Richard Purdie
2018-12-05
1
-2
/
+3
*
lib/oe/utils: add eol to format_pkg_list()
grygorii tertychnyi via Openembedded-core
2018-10-11
1
-1
/
+7
*
oe/utils.py: Add vartrue()
Robert Yang
2018-09-13
1
-0
/
+8
*
populate_base_sdk: Stop running gcc --version all the time
Richard Purdie
2018-09-05
1
-1
/
+4
*
lib/oe/utils: Fix get_multilib_datastore to work for original tune
Richard Purdie
2018-08-23
1
-0
/
+3
*
lib/oe/utils: Drop now unused multiprocess_exec
Richard Purdie
2018-07-24
1
-34
/
+0
*
utils: Add multiprocess_launch API and testcase
Richard Purdie
2018-07-24
1
-0
/
+70
*
lib/oe/utils: Improve get_multilib_datastore
Richard Purdie
2018-07-02
1
-3
/
+9
*
utils.py: Fix parallel_make limit
Joshua Watt
2018-02-24
1
-1
/
+1
*
utils.py: add parallel make helpers
Joshua Watt
2018-02-16
1
-0
/
+43
*
utils: Make get_multilib_datastore available from lib/oe
Richard Purdie
2018-01-04
1
-0
/
+8
*
lib/oe/utils: remove param_bool()
Ross Burton
2017-12-02
1
-11
/
+0
*
lib/oe/utils: Handle exceptions in multiprocess_exec
Richard Purdie
2017-09-02
1
-8
/
+13
*
utils.py: helper function for optional include files
Patrick Ohly
2017-06-12
1
-0
/
+40
*
lib/oe/utils: Add build_depends_string function
Richard Purdie
2017-01-20
1
-0
/
+4
*
meta/scripts: Various getVar/getVarFlag expansion parameter fixes
Richard Purdie
2017-01-09
1
-1
/
+1
*
lib/oe/utils: Drop python2 compatibility code
Richard Purdie
2016-12-22
1
-7
/
+2
*
utils: Always use datastore's PATH for host_gcc_version
Ross Burton
2016-12-16
1
-4
/
+8
*
meta: remove True option to getVar calls
Joshua Lock
2016-12-16
1
-15
/
+15
*
uninative: rebuild uninative for gcc 4.8 and 4.9
Ed Bartosh
2016-12-16
1
-0
/
+14
[next]