]> 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, 6 Jan 2023 17:34:50 +0000 (17:34 +0000)
commitdeb919a693e4371ace649680ca06ca6b6e3da4e2
tree0b2722c9c39514273a9319d5f0f8c081d3daaa03
parent0c63018ef3843cfefd2be31c0a6693181037410d
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