1
0
Files
kernel-source-vanilla/config.sh
Kernel Bugs 9423f30d41 GIT Revision: 03066991509f5f05640a1f7f52b784150438f177
GIT Branch: linux-next
2025-12-05 11:22:26 +0000
2025-12-06 08:33:35 +01:00

19 lines
597 B
Bash

# The version of the main tarball to use
SRCVERSION=6.18-next-20251205
# variant of the kernel-source package, either empty or "-rt"
VARIANT=-vanilla
# Set to 1 to use the variant kernel for kernel-obs-build
OBS_BUILD_VARIANT=1
# enable kernel module compression
COMPRESS_MODULES="xz"
# Compile binary devicetrees on master and stable branches.
BUILD_DTBS="Yes"
BUILD_HTML=Yes
BUILD_PDF=Yes
# Generate a _multibuild file
MULTIBUILD="Yes"
# buildservice projects to build the kernel against
OBS_PROJECT=openSUSE:Factory
OBS_PROJECT_ARM=openSUSE:Factory:ARM
OBS_PROJECT_PPC=openSUSE:Factory:PowerPC