tools: add tmon package
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 7 Aug 2023 09:15:28 +0000 (11:15 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 5 Dec 2023 12:38:41 +0000 (13:38 +0100)
commitfd9d1e90b49cdcb1ebd53a0b4e1eaa4353a974f7
tree55d9e0febc6a66d8c2bf1f139df848a79b3d74f1
parent5fec4d6cd52a8848d13b29df1f8a679bd59b98e5
tools: add tmon package

Add the 'tmon' packages. This is as a tool to help visualize,
tune, and test the complex thermal subsystem.

We get a compile warning for the tool that the printf format does not
fit. This commit contains a patch that fixes this warning. This patch
has also been sent upstream to the Linux kernel [1].

Links:
[1] https://lore.kernel.org/all/20231204141335.2798194-1-fe@dev.tdt.de/

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/devel/tmon/Makefile [new file with mode: 0644]
target/linux/generic/pending-5.15/980-tools-thermal-tmon-Fix-compilation-warning-for-wrong.patch [new file with mode: 0644]
target/linux/generic/pending-6.1/980-tools-thermal-tmon-Fix-compilation-warning-for-wrong.patch [new file with mode: 0644]
target/sdk/Makefile