1
0
Files
kernel-source-rt/config.sh
Kernel Bugs be14eecd55 GIT Revision: c10aa5f9052501f1ab3a58c5ce2d8272c2f0236f
GIT Branch: SLE15-SP4-RT-LTSS
2025-12-01 17:58:44 +0000
2025-12-04 08:19:01 +01:00

29 lines
953 B
Bash

# The version of the main tarball to use
SRCVERSION=5.14
# variant of the kernel-source package, either empty or "-rt"
VARIANT=-rt
# enable kernel module compression
COMPRESS_MODULES="zstd"
# Use new style livepatch package names
LIVEPATCH=livepatch
# Enable livepatching related packages on -rt variant
LIVEPATCH_RT=1
# buildservice projects to build the kernel against
OBS_PROJECT=SUSE:SLE-15-SP4:Update
IBS_PROJECT=SUSE:SLE-15-SP4:Update
# Bugzilla info
BUGZILLA_SERVER="apibugzilla.suse.com"
BUGZILLA_PRODUCT="SUSE Linux Enterprise Server 15 SP4"
# Check the sorted patches section of series.conf
SORT_SERIES=yes
# Modules not listed in supported.conf will abort the kernel build
SUPPORTED_MODULES_CHECK=Yes
# Split Leap-only modules to kernel-*-optional subpackage
SPLIT_OPTIONAL=Yes
# build documentation in HTML format
BUILD_HTML=Yes
# build documentation in PDF format
BUILD_PDF=No
# Generate compile_commands.json
GENERATE_COMPILE_COMMANDS=Yes