From 92eec77ad41611ee2bd6299d03a04bd6e5ce48de Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:24:57 +0200 Subject: [PATCH] linux: remove FILES:${KERNEL_PACKAGE_NAME}-modules FILES:${KERNEL_PACKAGE_NAME}-modules isn't necessary and create conflict if KERNEL_SPLIT_MODULES==1 --- recipes-kernel/linux/linux-compulab_5.15.32.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-kernel/linux/linux-compulab_5.15.32.bb b/recipes-kernel/linux/linux-compulab_5.15.32.bb index abe6dc3..4fc36df 100644 --- a/recipes-kernel/linux/linux-compulab_5.15.32.bb +++ b/recipes-kernel/linux/linux-compulab_5.15.32.bb @@ -69,6 +69,4 @@ FILES:linux-compulab-headers = "${exec_prefix}/src/linux*" KERNEL_SPLIT_MODULES = "0" -FILES:${KERNEL_PACKAGE_NAME}-modules = "/lib/modules/ /etc/" - COMPATIBLE_MACHINE = "(ucm-imx8mm|iot-gate-imx8)"