community/linux-postmarketos-qcom-sdm845: upgrade to 5.18.3 (MR 3213)
For a merge list, please see the merge commits: - 5.18.1 - (3d98cf52b5
) - 5.18.2 - (99cf0d285f
) - 5.18.3 - (b425b70a63
) ----- This also changes the following Kconfig options: - CONFIG_SCSI_UFS_BSG -> y Change-Id: I4406f381b48a894ea0bff3006fb3fa62683e61a0 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com> [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f4783d4c88
commit
cdc9bb564b
2 changed files with 8 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
_flavor="postmarketos-qcom-sdm845"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.18.0
|
||||
pkgver=5.18.3
|
||||
pkgrel=0
|
||||
pkgdesc="Mainline Kernel fork for SDM845 devices"
|
||||
arch="aarch64"
|
||||
|
@ -23,7 +23,7 @@ makedepends="bison findutils flex installkernel openssl-dev perl"
|
|||
|
||||
_repo="linux"
|
||||
_config="config-$_flavor.$arch"
|
||||
_tag="sdm845-5.18.0"
|
||||
_tag="sdm845-5.18.3"
|
||||
|
||||
# Source
|
||||
source="
|
||||
|
@ -62,6 +62,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
758fe0ae2cf2143a6bda187f36b8e0fd4ae34c6b0a1b38bd84741763c064ae95c6f9fabf678fc8b99a77409c5c3bd2048e4eee9579be28c5083c03516eb1e7df linux-sdm845-5.18.0.tar.gz
|
||||
647045a8e6fa30992202b262a65df39a7969841b8942835460914190c22aa58e5a36950a6b68d2c8b8a071ec6b4eb7ea64a67af02e0d5eb146880be2e79457cd config-postmarketos-qcom-sdm845.aarch64
|
||||
b35bb5dc9bd7bef8fdafd34cb34e7cb04a120f60b2310c67979f7431c584f1ed41da10e64165a1ae508474b918cdacc538ff0370aed21e7f55bb82ea237d9a47 linux-sdm845-5.18.3.tar.gz
|
||||
2e2cc1f3eeab99a9639be9d89be36616aa76e09278c16d4cad218c57c29ac05dca3e1599a8c9d1ed1bf0d895fc6d1cff9b5bf23da6e52f1522bc1ff2f38b014c config-postmarketos-qcom-sdm845.aarch64
|
||||
"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.18.0 Kernel Configuration
|
||||
# Linux/arm64 5.18.3 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 11.2.1_git20220219) 11.2.1 20220219"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -13,6 +13,7 @@ CONFIG_LD_VERSION=23800
|
|||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_INLINE=y
|
||||
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
|
||||
CONFIG_PAHOLE_VERSION=0
|
||||
|
@ -1768,6 +1769,7 @@ CONFIG_UEFI_CPER=y
|
|||
CONFIG_UEFI_CPER_ARM=y
|
||||
CONFIG_EFI_EARLYCON=y
|
||||
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
|
||||
# CONFIG_EFI_DISABLE_RUNTIME is not set
|
||||
CONFIG_ARM_PSCI_FW=y
|
||||
# CONFIG_ARM_PSCI_CHECKER is not set
|
||||
CONFIG_HAVE_ARM_SMCCC=y
|
||||
|
@ -1972,7 +1974,7 @@ CONFIG_SCSI_UFSHCD_PLATFORM=y
|
|||
# CONFIG_SCSI_UFS_CDNS_PLATFORM is not set
|
||||
# CONFIG_SCSI_UFS_DWC_TC_PLATFORM is not set
|
||||
CONFIG_SCSI_UFS_QCOM=y
|
||||
# CONFIG_SCSI_UFS_BSG is not set
|
||||
CONFIG_SCSI_UFS_BSG=y
|
||||
# CONFIG_SCSI_UFS_HPB is not set
|
||||
# CONFIG_SCSI_UFS_HWMON is not set
|
||||
# CONFIG_SCSI_HPTIOP is not set
|
||||
|
|
Loading…
Reference in a new issue