From 24ddd233d4f13095fd34a767d18dd3e11cf85506 Mon Sep 17 00:00:00 2001 From: Kirill Kapranov Date: Mon, 7 Aug 2023 22:34:40 +0300 Subject: [PATCH] Enable kernel-module-nxp89xx Signed-off-by: Kirill Kapranov --- conf/layer.conf | 1 + recipes-kernel/linux/linux-compulab_5.15.32.bb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 33b2a5b..44322f3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,6 +18,7 @@ BBMASK += ".*boundary.*" CORE_IMAGE_EXTRA_INSTALL += " kernel-modules kernel linux-compulab-headers kernel-dev firmware-imx-sdma-imx7d" CORE_IMAGE_EXTRA_INSTALL += " packagegroup-tools-bluetooth " CORE_IMAGE_EXTRA_INSTALL += " grub " +CORE_IMAGE_EXTRA_INSTALL += " kernel-module-nxp89xx " HOSTTOOLS += " git-lfs " HOSTTOOLS += " bison " diff --git a/recipes-kernel/linux/linux-compulab_5.15.32.bb b/recipes-kernel/linux/linux-compulab_5.15.32.bb index f68841a..834b1e4 100644 --- a/recipes-kernel/linux/linux-compulab_5.15.32.bb +++ b/recipes-kernel/linux/linux-compulab_5.15.32.bb @@ -103,8 +103,8 @@ do_kernel_localversion:prepend() { PACKAGES =+ "linux-compulab-headers" FILES:linux-compulab-headers = "${exec_prefix}/src/linux*" -PACKAGESPLITFUNCS:remove = "split_kernel_module_packages" +#PACKAGESPLITFUNCS:remove = "split_kernel_module_packages" -FILES:${KERNEL_PACKAGE_NAME}-modules = "/lib/modules/ /etc/" +#FILES:${KERNEL_PACKAGE_NAME}-modules = "/lib/modules/ /etc/" COMPATIBLE_MACHINE = "(mcm-imx8m-mini|ucm-imx8m-mini|iot-gate-imx8)"