Search Criteria
Package Details: linux-amd-drm-next-headers 6.13.2024.11.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-amd-drm-next.git (read-only, click to copy) |
---|---|
Package Base: | linux-amd-drm-next |
Description: | Headers and scripts for building modules for the Linux kernel next with bleeding edge AMD DRM drivers kernel |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL2 |
Submitter: | heavysink |
Maintainer: | heavysink (lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-21 04:55 (UTC) |
Last Updated: | 2024-11-15 22:19 (UTC) |
Dependencies (16)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
Latest Comments
ripplingsnake commented on 2024-03-14 04:33 (UTC)
any chance of a conf file for pacman to update kernel rather than recompiling at each update ?
kode54 commented on 2023-10-15 04:59 (UTC)
This builds, but somehow cannot detect and mount my NVMe root volume.
NogradThGin commented on 2023-04-10 16:36 (UTC) (edited on 2023-04-10 19:40 (UTC) by NogradThGin)
Hello, currently modified the tag in PKGBUILD to build a 6.4 version of the kernel (tag: amd-drm-next-6.4-2023-03-31).
But facing this error at the end of the compilation (on 2 different PCs):
libbpf: failed to find '.BTF' ELF section in vmlinux
FAILED: load BTF from vmlinux: No data available
make[1]: *** [scripts/Makefile.vmlinux:35: vmlinux] Error 255
make[1]: *** Deleting file 'vmlinux'
make: *** [Makefile:1250: vmlinux] Error 2
Actually never faced this error before, do you have any ideas how to fix it ?
EDIT: Just fixed the problem (thanks to this mailing list https://lore.kernel.org/bpf/57830c30-cd77-40cf-9cd1-3bb608aa602e@app.fastmail.com/T/)
With disabling Kernel IBT:
cd ~/.cache/yay/linux-amd-drm-next/
sed -e '/CONFIG_X86_KERNEL_IBT/ s/y$/n/g' config -i
sed -e '/^_tag/ s/6.3-2023-02-17/6.4-2023-03-31/g' -e '/^pkgver/ s/6.3.2023.02.17/6.4.2023.03.31/g' PKGBUILD -i
makepkg -fsi