Initial commit of radeon-profile
Details
Details
- Reviewers
- None
- Group Reviewers
Triage Team - Maniphest Tasks
- T7648: radeon-profile
- Commits
- R4706:d1e73c61e112: Inclusion of radeon-profile resolves T7648
Viewed clocks and modified fan profile on an RX 480
Diff Detail
Diff Detail
- Repository
- R4706 radeon-profile
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 14 | You can replace both lines 12 and 13 with - pkgconfig(Qt5Charts). | |
| package.yml | ||
|---|---|---|
| 16–17 | With C/C++ software you don't need to explicitly list rundeps in most cases - solbuild will scan the binaries and determine rundeps automatically. If libXrandr.so.2 is mentioned in abi_used_libs, then it means that solbuild already "knows" that xrandr is a dependency of radeon-profile. | |