blob: eb58af3406be752d60518ca4403935ef110ccdb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
pkgbase = amd-debug-tools-git
pkgdesc = Debug tools for AMD zen systems.
pkgver = 0.1.0+5.r316.20250428.d4bc341
pkgrel = 1
epoch = 0
url = https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools
arch = any
license = MIT
makedepends = git
makedepends = python>=3
depends = acpica
depends = dbus-python
depends = python>=3
depends = python-distro
depends = python-packaging
depends = python-pandas
depends = python-pyudev
depends = python-tabulate
optdepends = fwupd>=2: For device firmware checks ('amd_s2idle').
optdepends = python-common: For optional model checks ('amd_s2idle').
optdepends = glib2: For device firmware checks ('amd_s2idle').
optdepends = python-gobject: For device firmware checks ('amd_s2idle').
optdepends = python-cysystemd: To access the kernel log via the systemd journal (fallback is 'dmesg') ('amd_s2idle').
optdepends = python-systemd: To access the kernel log via the systemd journal (fallback is 'dmesg') ('amd_s2idle') | Needed to run 'amd_bios'.
optdepends = util-linux: To access the kernel log via 'dmesg' ('amd_s2idle').
provides = amd-debug-tools=0.1.0+5.r316.20250428.d4bc341
provides = amd-bios-logging-control-script=0.1.0+5.r316.20250428.d4bc341
provides = amd-psr-identification-script=0.1.0+5.r316.20250428.d4bc341
provides = amd-pstate-analysis-script=0.1.0+5.r316.20250428.d4bc341
provides = amd-s2idle-analysis-script=0.1.0+5.r316.20250428.d4bc341
provides = amdgpu-test-scripts-common
conflicts = amd-debug-tools
conflicts = amd-bios-logging-control-script
conflicts = amd-psr-identification-script
conflicts = amd-pstate-analysis-script
conflicts = amd-s2idle-analysis-script
conflicts = amdgpu-test-scripts-common
conflicts = amdgpu-test-scripts-common
replaces = amd-psr-identification-script<=r286
replaces = amd-s2idle-analysis-script<=r286
replaces = amdgpu-test-scripts-common<=r286
source = amd-debug-tools::git+https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git
sha256sums = SKIP
pkgname = amd-debug-tools-git
|