From 34a39526a60500b0aa4efe8b8309ee82e49ed02e Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Fri, 11 Feb 2022 14:54:40 -0800 Subject: [PATCH] arm64: pineapple: Resolve module signing build errors As part of the GKI modules support; module signing has been enabled in the gki_defconfig. This will cause device kernel builds to sign their modules due to device config fragments getting merged into the gki_defconfig. Since vendor modules are not required to be signed; and they only build modules, no signing utilities or key pair available for these builds. Unset CONFIG_MODULE_SIG_ALL to resolve this error.. Change-Id: Id922ba94bf4d7991002bc1def0c7b90546477e4d Signed-off-by: Guru Das Srinagesh --- arch/arm64/configs/vendor/pineapple_GKI.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index 007cdac9d2ef..90f93260281f 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -1,2 +1,3 @@ CONFIG_ARCH_PINEAPPLE=y CONFIG_LOCALVERSION="-gki" +# CONFIG_MODULE_SIG_ALL is not set