refine configs
This commit is contained in:
2
debian/bin/gencontrol.py
vendored
2
debian/bin/gencontrol.py
vendored
@@ -349,7 +349,7 @@ class Gencontrol(Base):
|
||||
makeflags['KCONFIG_OPTIONS'] = ''
|
||||
# Add "salt" to fix #872263
|
||||
makeflags['KCONFIG_OPTIONS'] += \
|
||||
' -o "BUILD_SALT=\\"%(source_basename)s%(abiname)s%(localversion)s\\""' % vars
|
||||
' -o "BUILD_SALT=\\"krd-%(source_basename)s-%(abiname)s%(localversion)s\\""' % vars
|
||||
|
||||
merged_config = ('debian/build/config.%s_%s_%s' %
|
||||
(config.name_debianarch, config.name_featureset, config.name_flavour))
|
||||
|
1
debian/bin/refine-configs
vendored
1
debian/bin/refine-configs
vendored
@@ -52,6 +52,7 @@ done
|
||||
find debian/build/ -name 'config.*' -type f -exec \
|
||||
sed -i -E \
|
||||
-e '/CONFIG_BUILD_SALT/d' \
|
||||
-e '/CONFIG_MODULE_SIG_KEY( |=)/d' \
|
||||
-e '/CONFIG_(AS|CC|PAHOLE)_((CAN|HAS)_)/d' \
|
||||
-e '/CONFIG_(AS|BINDGEN|CC|CLANG|GCC|LD|LLD|PAHOLE|RUSTC)_VERSION/d' \
|
||||
-e '/CONFIG_RUSTC_LLVM_VERSION/d' \
|
||||
|
Reference in New Issue
Block a user