]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pybootchartgui: also match do_compile and do_configure subtasks
authorJose Quaresma <quaresma.jose@gmail.com>
Fri, 8 Sep 2023 13:37:56 +0000 (13:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Sep 2023 21:13:24 +0000 (22:13 +0100)
commitf10582b1c9a5639b48a4663453d201652facb179
treea5a1c3cbd0b67c1359e31626ff014fc8d4e64c8c
parent88904b5186f4904b5c11870fc6fdf392c5b5fcee
pybootchartgui: also match do_compile and do_configure subtasks

This will match other deviation subtask of the same main task,
a couple of them can be found on oe-core layer:

 do_compile_kernelmodules
 do_compile_ptest

 cmake_do_configure
 setuptools3_do_configure
 cargo_common_do_configure
 python_pyo3_do_configure
 python_setuptools3_rust_do_configure

This task will be also painted with the same color of the main task
but using alpha blending.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/pybootchartgui/pybootchartgui/draw.py