agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
540 stars 414 forks source link

kmod: Enable xz compression #1056

Closed agherzan closed 2 years ago

agherzan commented 2 years ago

The RaspberryPi default Linux kernel configuration uses xz for compressing kernel modules[1]. This was introduced in 5.15. We need the respective support in kmod too.

[1]https://github.com/raspberrypi/linux/pull/4991

Fixes: https://github.com/agherzan/meta-raspberrypi/issues/1054

kraj commented 2 years ago

oe-core commit in on its way into master so we could have avoided adding this by waiting a little

agherzan commented 2 years ago

@kraj I misread a comment. I'll revert the commit.