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 <quic_gurus@quicinc.com>
This commit is contained in:
parent
820fa6e8f9
commit
34a39526a6
@ -1,2 +1,3 @@
|
||||
CONFIG_ARCH_PINEAPPLE=y
|
||||
CONFIG_LOCALVERSION="-gki"
|
||||
# CONFIG_MODULE_SIG_ALL is not set
|
||||
|
Loading…
Reference in New Issue
Block a user