Skip to content

v26 - Kernel module support

Compare
Choose a tag to compare
@ikeydoherty ikeydoherty released this 30 Nov 14:00
· 35 commits to master since this release

This release is designed to facilitate in easier kernel module packaging for the ongoing Solus restructuring to integrate usysconf and deprecate COMAR packages entirely.

  • Fix no-symbolic opt flag to ensure we can drop -Wl,-Bsymbolic-functions during build (for certain X11 components)
  • Implement automatic kernel module dependencies (resolve .ko vermagic to providing kernel package)
  • Ensure dependency relation of kernels is release== not releaseFrom= - this ensures a kernel cannot be upgraded without the relevant kernel modules on the system also having updates