mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
kmod: Enable xz compression
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 Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
parent
0135a02ea5
commit
c97a9e34ab
5
recipes-kernel/kmod/kmod_%.bbappend
Normal file
5
recipes-kernel/kmod/kmod_%.bbappend
Normal file
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: Andrei Gherzan <andrei@gherzan.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
PACKAGECONFIG:append:rpi = " xz"
|
Loading…
Reference in New Issue
Block a user