There is no need to set KERNEL_DIR anymore now linux-mod-r1 is fixed

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-05-22 18:38:21 +01:00
parent 5e4cc8f6e9
commit 51eddf8f64
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
2 changed files with 0 additions and 6 deletions

View File

@ -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 # This addresses an issue with the kernel version compatibility check
# when installing zfs-kmod to /build/<arch> (e.g. via build_packages) # when installing zfs-kmod to /build/<arch> (e.g. via build_packages)
# from its binpkg (i.e. not recompiling it). # from its binpkg (i.e. not recompiling it).

View File

@ -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 # This addresses an issue with the kernel version compatibility check
# when installing zfs-kmod to /build/<arch> (e.g. via build_packages) # when installing zfs-kmod to /build/<arch> (e.g. via build_packages)
# from its binpkg (i.e. not recompiling it). # from its binpkg (i.e. not recompiling it).