From 51eddf8f64c64a299cae731dc691f21ee7beb835 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 22 May 2025 18:38:21 +0100 Subject: [PATCH] There is no need to set KERNEL_DIR anymore now linux-mod-r1 is fixed Signed-off-by: James Le Cuirot --- .../coreos-overlay/coreos/config/env/sys-fs/zfs-kmod | 3 --- .../coreos/config/env/x11-drivers/nvidia-drivers | 3 --- 2 files changed, 6 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-fs/zfs-kmod b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-fs/zfs-kmod index 5f7fa2a9a8..f7951a4d39 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-fs/zfs-kmod +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-fs/zfs-kmod @@ -1,6 +1,3 @@ -: ${MODULES_ROOT:=$(echo ${SYSROOT}/lib/modules/*)} -KERNEL_DIR="${MODULES_ROOT}/build" - # This addresses an issue with the kernel version compatibility check # when installing zfs-kmod to /build/ (e.g. via build_packages) # from its binpkg (i.e. not recompiling it). diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/nvidia-drivers b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/nvidia-drivers index 5f7fa2a9a8..f7951a4d39 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/nvidia-drivers +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/x11-drivers/nvidia-drivers @@ -1,6 +1,3 @@ -: ${MODULES_ROOT:=$(echo ${SYSROOT}/lib/modules/*)} -KERNEL_DIR="${MODULES_ROOT}/build" - # This addresses an issue with the kernel version compatibility check # when installing zfs-kmod to /build/ (e.g. via build_packages) # from its binpkg (i.e. not recompiling it).