1
0
Files
kernel-source-vanilla/config.sh
Kernel Bugs dca33e8add GIT Revision: 77423c3fa21317786be25f496ddb165421f26472
GIT Branch: vanilla
2025-12-13 11:21:04 +0000
2025-12-14 08:31:03 +01:00

19 lines
604 B
Bash

# The version of the main tarball to use
SRCVERSION=6.18-13186-g9d9c1cfec01cd
# 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