From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: SENEMOS patch gate Date: Mon, 31 Aug 2026 13:13:48 +0300 Subject: [PATCH 23/23] senemos: isolate LTS kernel identity --- senemos/README.md | 2 +- senemos/build.sh | 2 +- senemos/configs/nabu-minimal.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/senemos/README.md b/senemos/README.md index 3094da0e3..2ec2bef7b 100644 --- a/senemos/README.md +++ b/senemos/README.md @@ -41,7 +41,7 @@ The script recreates the output configuration from the Fedora Rawhide arm64 base plus `nabu-minimal.config`, and builds `Image`, the Nabu DTB and all modules. The resulting ABI is: -`7.2.0-nabu-senemos-v7.2.0` +`6.18.x-nabu-senemos-lts` The default output directory is: diff --git a/senemos/build.sh b/senemos/build.sh index 01fca7ef0..a604494d1 100755 --- a/senemos/build.sh +++ b/senemos/build.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail source_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd) -output_dir=${SENEMOS_OUTPUT_DIR:-/workspace/kernel-builds/linux-nabu-senemos-mainline-alpha-v7.2.0} +output_dir=${SENEMOS_OUTPUT_DIR:-/workspace/kernel-builds/linux-nabu-senemos-lts} jobs=${SENEMOS_JOBS:-16} # Keep the release deterministic. An explicitly set empty LOCALVERSION stops diff --git a/senemos/configs/nabu-minimal.config b/senemos/configs/nabu-minimal.config index af6629297..2e05bcf9b 100644 --- a/senemos/configs/nabu-minimal.config +++ b/senemos/configs/nabu-minimal.config @@ -1,5 +1,5 @@ # Senemos Xiaomi Pad 5 (nabu) boot-critical configuration layer. -CONFIG_LOCALVERSION="-nabu-senemos-mainline-alpha" +CONFIG_LOCALVERSION="-nabu-senemos-lts" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_ARCH_QCOM=y