linux-clockworkpi-uconsole-rpi: undefine CONFIG_LOCALVERSION

CONFIG_LOCALVERSION in defconfig is set as a variable that is not
considered a valid module name per depmod, causing build failure. This
commit adds empty CONFIG_LOCALVERSION to config to unblock build.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9063>
This commit is contained in:
Antoine Martin 2026-07-17 16:01:29 -04:00 committed by The Friendly Meow (merge) Bot
parent e3ba2d6d1d
commit 4d2fed2962
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@ maintainer="Antoine Martin (ayakael) <dev@ayakael.net>"
pkgname=linux-clockworkpi-uconsole-rpi
pkgver=6.18.35
_kernver=${pkgver%.*}
pkgrel=0
pkgrel=1
pkgdesc="Downstream kernel for raspberrypi devices with uConsole patches"
arch="aarch64"
_carch="arm64"
@ -110,5 +110,5 @@ e6ee5f39ac4205da637f1bce67eb96b59726a15ef3579ae3850ef73ecfbf6d24d4f622b3e74b04fd
311b403c071420057ef9d0a23b22641913c8d6915447cfe451fec5bd64bdb6574ba9713e286123f70c1b4484f08c0ce909cd8abc77204741390a4d652fd9fa8e 0003-arch-configs-update-defconfig-for-uconsole.patch
6cfa41639245564fd70cfa85b0da2d609c91f66fb513e9aee3d66ab124e0394b6f33ef263fa21f1d215140f5f6c7dd4a5e05ee7cc36348c565c7d05cbfcbcd77 0004-arch-overlays-add-uconsole-overlays.patch
68b07d9d83074f1af13f1a8c86cb677333d7d9a2f26f47df6990d71d96ce49f53135425874fe2375b934d631ed9d8b7e754c5342d4387ae37f6572649b3b1e5f 0005-power-axp20x_battery-implement-calibration.patch
2def8d2457020842ff6fd22155b2e7be569d9c429e60066ec84db6336001a10b3ccd18bfa4a9622a25f9af5e9b6d5805e5448ee67226e525f928120a84e55112 config-clockworkpi-uconsole-rpi.aarch64
cb9d498c030e8f869d5ce800daf4908fddd70489352573940ab11ccce8a1a7b83b5fb9900671cd063e452a48068c4894836419fdc3250afd1b0d5067d1c83e31 config-clockworkpi-uconsole-rpi.aarch64
"

View file

@ -33,7 +33,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="-v8-16k"
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_DEFAULT_INIT=""

View file

@ -13,3 +13,4 @@ CONFIG_AXP20X_ADC=m
CONFIG_TI_ADC081C=m
CONFIG_CRYPTO_LIB_ARC4=m
CONFIG_CRC_CCITT=m
CONFIG_LOCALVERSION=""