Compiling a manjaro kernel

I am using 5.15.2-2-MANJARO kernel and I want to compile and install the 5.15.4 kernel from the official gitlab repo Packages / Core / linux515 · GitLab.
I have done these steps :-

mkdir kernelbuild
cd kernelbuild
git clone https://gitlab.manjaro.org/packages/core/linux515
cd linux515
makepkg --nobuild
(Downloading and extracting the 5.15.4 package)

What do I do now ? The other tutorials on manjaro forums DON’T take the package files from gitlab, they take it from kernel.org.

Why don’t you switch branches to testing? There 5.15.4 is already in standard repos.

https://wiki.manjaro.org/index.php?title=Switching_Branches

1 Like

Um, How to do that :sweat_smile:
Edit : ^ That just answered my question :sweat_smile:

1 Like

Thanks ! I will follow the above tutorial :smiley: