Arbitrary dependencies on CONFIG_LOCALVERSION of kernel config
The pmbootstrap install step seems to have some arbitrary hard requirement that the CONFIG_LOCALVERSION
of a the kernel config matches the kernel package name, requiring that (in our case) we either keep the LOCALVERSION as -postmarketos-qcom-sdm845
in our kernel, even though it's used by other distros, or that we remember to manually edit it every time we regenerate the config.
This isn't inherently an issue, but can be a weird hurdle for new porters, and somewhat frustrating in the long run. Ideally we should have the kernel package fixup the localversion, and then depend on the kernel package name instead of the config file. Or not depend at all and either glob it or otherwise detect it (from kernel output?).
See !2168 (merged)