File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
recipes-support/resource-tuner Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ HOMEPAGE = "https://github.com/qualcomm/resource-tuner"
2+ SUMMARY = "Userspace daemon for dynamic System resource management"
3+ DESCRIPTION = "Resource Tuner is a lightweight userspace daemon that monitors system \
4+ resources and enforces policies using Linux kernel interfaces such as cgroups and sysfs."
5+
6+ LICENSE = "BSD-3-Clause"
7+ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2998c54c288b081076c9af987bdf4838"
8+
9+ SRC_URI = "git://github.com/qualcomm/resource-tuner.git;protocol=https;branch=main"
10+ SRCREV = "02645fc2e7d649e979f9b073b14ed35ca8af5ceb"
11+ OECMAKE_SOURCEPATH = "${S} /Build"
12+
13+ DEPENDS += "libyaml systemd"
14+
15+ inherit cmake pkgconfig systemd
16+
17+ PACKAGECONFIG ??= "signals cli state-detector tests"
18+ PACKAGECONFIG [signals ] = "-DBUILD_SIGNALS=ON,-DBUILD_SIGNALS=OFF"
19+ PACKAGECONFIG [cli ] = "-DBUILD_CLI=ON,-DBUILD_CLI=OFF"
20+ PACKAGECONFIG [state -detector ] = "-DBUILD_STATE_DETECTOR=ON,-DBUILD_STATE_DETECTOR=OFF"
21+ PACKAGECONFIG [tests ] = "-DBUILD_TESTS=ON,-DBUILD_TESTS=OFF"
22+
23+ SYSTEMD_SERVICE :${PN} = "resource-tuner.service"
24+ FILES :${PN} += "${sysconfdir} /resource-tuner/**"
You can’t perform that action at this time.
0 commit comments