From 040ce14a225f909c8736a9af1f345c360dfa60d2 Mon Sep 17 00:00:00 2001 From: Joel Selvaraj Date: Tue, 16 Feb 2021 21:59:30 +0530 Subject: [PATCH] main/linux-postmarketos-qcom-sdm845: fix CONFIG_LOCALVERSION (MR 1958) Fixes mkinitfs failure due to mismatch between APKBUILD and .config [ci:skip-build] Already built on CI --- main/linux-postmarketos-qcom-sdm845/APKBUILD | 7 ++----- .../config-postmarketos-qcom-sdm845.aarch64 | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/main/linux-postmarketos-qcom-sdm845/APKBUILD b/main/linux-postmarketos-qcom-sdm845/APKBUILD index ef7cef336..6a11d88d3 100644 --- a/main/linux-postmarketos-qcom-sdm845/APKBUILD +++ b/main/linux-postmarketos-qcom-sdm845/APKBUILD @@ -2,14 +2,11 @@ # Co-Maintainer: Joel Selvaraj # Stable Linux kernel with patches for SDM845 devices # Kernel config based on: arch/arm64/configs/defconfig and sdm845.config -# Currently Supports: -# * OnePlus 6/T (enchilada/fajita) -# * Xiaomi Pocophone F1 (beryllium) _flavor="postmarketos-qcom-sdm845" pkgname=linux-$_flavor pkgver=5.10.12 -pkgrel=0 +pkgrel=1 pkgdesc="Mainline Kernel fork for SDM845 devices" arch="aarch64" _carch="arm64" @@ -55,4 +52,4 @@ package() { } sha512sums="77d01126afbb949d98e6c5397ae4170a219b2a81af17d83e8f67cc619722a021da2ab4363c13100f19650e00e4fa869b7130770cd0f328936141f593fb562797 sdm845-linux-77791dbc4be08d072b1af3378c4490723d40f9e6.tar.gz -f8f7a4c7455d6fa415c533ff8f3be66a50da7020c15dbbc3cbee579a68bb879fc96d0e9afe8791ad568f00f5a71ff30c546c53ad70a169ac3319c0afb2b0b899 config-postmarketos-qcom-sdm845.aarch64" +1b96db9ceb6f5832d9d8c7ac4595a983e2a0f47b49da1ccb09db2d4e2d24974074883c30298b68a002c67dda64f1efe39932c48fdfd19fe87142d2f568a17317 config-postmarketos-qcom-sdm845.aarch64" diff --git a/main/linux-postmarketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64 b/main/linux-postmarketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64 index 06c5dd4df..e592e650b 100644 --- a/main/linux-postmarketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64 +++ b/main/linux-postmarketos-qcom-sdm845/config-postmarketos-qcom-sdm845.aarch64 @@ -20,7 +20,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-sdm845" +CONFIG_LOCALVERSION="-postmarketos-qcom-sdm845" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_INIT=""