add AlmaLinux kernel

This commit is contained in:
Anders Rytter Hansen 2025-09-03 23:09:19 -03:00
commit 6b9a7a826b
67 changed files with 81829 additions and 17565 deletions

View file

@ -1,5 +1,5 @@
RHEL_MAJOR = 10
RHEL_MINOR = 2
RHEL_MINOR = 0
#
# RHEL_RELEASE
@ -12,7 +12,7 @@ RHEL_MINOR = 2
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 125
RHEL_RELEASE = 55.29.1
#
# RHEL_REBASE_NUM
@ -47,7 +47,7 @@ RHEL_REBASE_NUM = 1
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
# number will be incremented instead of the Y).
#
ZSTREAM ?= no
ZSTREAM ?= yes
#
# Early y+1 numbering
@ -78,13 +78,3 @@ ifneq ("$(ZSTREAM)", "yes")
RHEL_RELEASE:=$(RHEL_RELEASE).$(EARLY_YRELEASE)
endif
endif
#
# Automotive
# ----------
#
# Represents the major and minor release used by automotive.
# Primarily this is used to to identify the build target when
# building the kernel-automotive packages.
AUTOMOTIVE_MAJOR = 2
AUTOMOTIVE_MINOR = 0