From 80a4c84ea2b4eb49d3abe56aeaae597c76c21d33 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 15 Nov 2024 10:13:53 -0500 Subject: [PATCH] config/coreboot* config/linux* : verify/unify/fix branding strings (only LOCALVERSION was varying) Signed-off-by: Thierry Laurion --- config/coreboot-talos-2.config | 2 +- config/linux-linuxboot.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coreboot-talos-2.config b/config/coreboot-talos-2.config index 975cf865..8896e9e1 100644 --- a/config/coreboot-talos-2.config +++ b/config/coreboot-talos-2.config @@ -7,7 +7,7 @@ # General setup # CONFIG_COREBOOT_BUILD=y -CONFIG_LOCALVERSION="Heads-v0.2.0-2215-g21ab781-dirty" +CONFIG_LOCALVERSION="" CONFIG_CBFS_PREFIX="fallback" CONFIG_COMPILER_GCC=y # CONFIG_ALLOW_EXPERIMENTAL_CLANG is not set diff --git a/config/linux-linuxboot.config b/config/linux-linuxboot.config index 31e7efb6..66e78f97 100644 --- a/config/linux-linuxboot.config +++ b/config/linux-linuxboot.config @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="-heads" +CONFIG_LOCALVERSION="-@BRAND_NAME@" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_KERNEL_XZ=y CONFIG_DEFAULT_HOSTNAME="linuxboot"