#kernel patching help

8 messages · Page 1 of 1 (latest)

wide phoenix
#

Looking at it you just need to rename the file into something that ends with .patch and put it in the source dir

#

Don't forget that you also need to modify the global source array

#

Lemme find it

#

Alright the global source array is lines 34 to 38 in latest Arch git

#

You should be able to find it now

wide phoenix
#

"Since 2018-08-01, the PKGBUILD automatically applies all *.patch files in source"

#

I've also literally read the function, it queries the source array for the file list

#

It's also just general good PKGBUILD writing to put every required file in the source array (if that's not even mandatory)