* Thu Aug 13 2026 Jan Stancek <jstancek@redhat.com> [6.12.0-258.21.el10nv] - Merge tag 'kernel-6.12.0-258.el10' into main-aie-nv (Jan Stancek) [VOYAGER-1095] - firmware: tegra: bpmp: Add MBWT sysfs interface (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Add MBWT BPMP helpers (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Add the Memory Bandwidth Throttler ABI definitions (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Add ACPI support (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Move channel initialization to helper (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() function (Mark Salter) [VOYAGER-84] - soc/tegra: Update BPMP ABI header (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Rename Tegra239 to Tegra238 (Mark Salter) [VOYAGER-84] - firmware: tegra: bpmp: Fix typo in bpmp-abi.h (Mark Salter) [VOYAGER-84] - Revert "firmware: tegra: bpmp: Use scoped device node handling to simplify error paths" (Mark Salter) [VOYAGER-84] - soc/tegra: pmc: Add PMC support for Tegra410 (Jennifer Berringer) [VOYAGER-1200] - Revert "soc/tegra: pmc: Add PMC support for Tegra410" (Jennifer Berringer) [VOYAGER-1200] Resolves: VOYAGER-1095, VOYAGER-1200, VOYAGER-84 Signed-off-by: Jan Stancek <jstancek@redhat.com>
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 3
|
|
|
|
#
|
|
# RHEL_RELEASE
|
|
# -------------
|
|
#
|
|
# Represents build number in 'release' part of RPM's name-version-release.
|
|
# name is <package_name>, e.g. kernel
|
|
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
|
|
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_RELEASE = 258
|
|
|
|
#
|
|
# RHEL_REBASE_NUM
|
|
# ----------------
|
|
#
|
|
# Used in RPM version string for Gemini kernels, which dont use upstream
|
|
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
|
|
# current MAJOR release.
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_REBASE_NUM = 1
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the automotive kernel package.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 1
|
|
|
|
#
|
|
# DERIVATIVE_BUILD
|
|
# ---------------------------
|
|
#
|
|
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
|
|
DERIVATIVE_BUILD = 21
|