Skip to content

aportgen linux: always override KBUILD_OUTPUT

postmarketOS Bot requested to merge feature/aportgen-linux-output-dir into master

Created by: ollieparanoid

Some kernels have a different KBUILD_OUTPUT path (e.g. #1551 (closed)). When the output path is different from $srcdir/build, then pmbootstrap kconfig edit will not work (same with the previous pmbootstrap menuconfig implementation).

This commit forces the output path to be $srcdir/build in the template for new kernel aports, so we won't have that issue with future ports.


[x] Merge on GitHub (see https://postmarketos.org/merge)

Merge request reports