]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/buildstats: fix parsing of trees with reduced_proc_pressure directories
authorRoss Burton <ross.burton@arm.com>
Mon, 5 Dec 2022 14:59:32 +0000 (14:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Dec 2022 23:04:58 +0000 (23:04 +0000)
commita764aa876342724fc3520a3e97389c8678f18681
tree38b2e8b5fdb31937c0c9d000b9512c81d239cdf1
parent141a42ba690dc56fb9b52f06d09ed3cef3fe4748
lib/buildstats: fix parsing of trees with reduced_proc_pressure directories

The /proc/pressure support in buildstats is creating directories in the
buildstats tree called reduced_proc_pressure, which confuses the parsing
logic as that cannot be parsed as a name-epoc-version-revision tuple.

Explicitly skip this directory to solve the problem.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 24f0331f0b7e51161b1fa43d4592b491d2037fe9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/buildstats.py