From c97a9e34abf23d871903481ac1867efec9abf090 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 27 Apr 2022 11:28:43 +0200 Subject: [PATCH] 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 --- recipes-kernel/kmod/kmod_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/kmod/kmod_%.bbappend diff --git a/recipes-kernel/kmod/kmod_%.bbappend b/recipes-kernel/kmod/kmod_%.bbappend new file mode 100644 index 0000000..db8b65c --- /dev/null +++ b/recipes-kernel/kmod/kmod_%.bbappend @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: Andrei Gherzan +# +# SPDX-License-Identifier: MIT + +PACKAGECONFIG:append:rpi = " xz"