Merge pull request #1848 from tlaurion/bugfix-fix_configs_LOCALVERSION

config/coreboot* config/linux* : verify/unify/fix branding strings (only LOCALVERSION was varying)
This commit is contained in:
Thierry Laurion 2024-11-15 11:53:27 -05:00 committed by GitHub
commit 9ed131b79d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"