linux-surface/pkg/arch/kernel/README.md
Blaž Hrastnik 92f9d0fb7d Arch Linux package build files.
Experimenting with config & firmware packages that make setup.sh
obsolete.
2020-01-08 11:38:25 +09:00

13 lines
443 B
Markdown

# Build
```
PKGEXT='.pkg.tar' MAKEFLAGS="-j8" makepkg -s --skippgpcheck
```
# To reproduce from a vanilla kernel PKGBUILD
- Follow the steps at https://wiki.archlinux.org/index.php/Kernel/Arch_Build_System#Getting_the_Ingredients
- Rename the package
- Add the necessary patches to source and sha256sums lists (`ln -s ../../../../5.4/*.patch .`, `updpkgsums`)
- Remove the `-docs` dependencies, build instructions to skip building htmldocs