mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
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>
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
# SPDX-FileCopyrightText: Andrei Gherzan <andrei@gherzan.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
PACKAGECONFIG:append:rpi = " xz"
|