community/linux-postmarketos-qcom-sm6350: upgrade to 6.0.2 (MR 3542)
* Merge 6.0.2 stable * Add pm7250b PMIC to dts [ci:skip-build] Already built successfuly on CI in MR
This commit is contained in:
parent
a8dbcc046f
commit
f007868914
2 changed files with 12 additions and 10 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
_flavor="postmarketos-qcom-sm6350"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.0.0_rc1
|
||||
pkgrel=3
|
||||
pkgver=6.0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Mainline Kernel fork for SM6350 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -17,7 +17,7 @@ makedepends="bash bison findutils flex installkernel openssl-dev perl"
|
|||
|
||||
_repo="linux"
|
||||
_config="config-$_flavor.$arch"
|
||||
_commit="4a7a900c7bc482b752cf0d2a25a384233c5250d8"
|
||||
_commit="acc6778273d102225893f2497645d7be0dd3f018"
|
||||
|
||||
# Source
|
||||
source="
|
||||
|
@ -54,6 +54,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
2f57c4e319368fcc793a4c54c45b9cf6b5a985d77ee4c4211b656319d40baae687788ace9c2d990af86e2cbd687fc3214c0cc68aa89d4d2a1f8ee20077917a94 linux-4a7a900c7bc482b752cf0d2a25a384233c5250d8.tar.gz
|
||||
3561ca3a202646b56dfd01db8434bd51f8fa24d315f2b5a5738604d9732962482d2eb871c2c1b56966adbbe4dd3dfaf786eb7a20434c37a11af0dc23bf2d0961 config-postmarketos-qcom-sm6350.aarch64
|
||||
2d3354a7ed040c5d894db8ea2e61abf868083a971c706f857ad0d50805c36ea766eb6c2201422c275052d7e9a28a10b05ccf1b45b641f9a3032d35f985b5705f linux-acc6778273d102225893f2497645d7be0dd3f018.tar.gz
|
||||
ae598503fa78621203206c0ccd3b02d710e7543fcc57638b8037448eef52ffa0e68408215134abfdd395022c05b00950ecd897e4ec32ff2e45455e16910857a5 config-postmarketos-qcom-sm6350.aarch64
|
||||
"
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.0.0-rc1 Kernel Configuration
|
||||
# Linux/arm64 6.0.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 12.1.1_git20220630) 12.1.1 20220630"
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 12.2.1_git20220924-r3) 12.2.1 20220924"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=120101
|
||||
CONFIG_GCC_VERSION=120201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_AS_IS_GNU=y
|
||||
CONFIG_AS_VERSION=23900
|
||||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=23900
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_HAS_ASM_GOTO=y
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
CONFIG_CC_CAN_LINK_STATIC=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
||||
CONFIG_CC_HAS_ASM_INLINE=y
|
||||
|
@ -354,6 +355,7 @@ CONFIG_ARM64_WORKAROUND_TSB_FLUSH_FAILURE=y
|
|||
CONFIG_ARM64_ERRATUM_2054223=y
|
||||
CONFIG_ARM64_ERRATUM_2067961=y
|
||||
CONFIG_ARM64_ERRATUM_2441009=y
|
||||
CONFIG_ARM64_ERRATUM_2457168=y
|
||||
# CONFIG_CAVIUM_ERRATUM_22375 is not set
|
||||
CONFIG_CAVIUM_ERRATUM_23144=y
|
||||
# CONFIG_CAVIUM_ERRATUM_23154 is not set
|
||||
|
@ -459,7 +461,6 @@ CONFIG_ARM64_TLB_RANGE=y
|
|||
#
|
||||
CONFIG_AS_HAS_ARMV8_5=y
|
||||
CONFIG_ARM64_BTI=y
|
||||
CONFIG_ARM64_BTI_KERNEL=y
|
||||
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y
|
||||
CONFIG_ARM64_E0PD=y
|
||||
CONFIG_ARM64_AS_HAS_MTE=y
|
||||
|
@ -4829,6 +4830,7 @@ CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf"
|
|||
# Memory initialization
|
||||
#
|
||||
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
|
||||
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y
|
||||
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
|
||||
# CONFIG_INIT_STACK_NONE is not set
|
||||
# CONFIG_INIT_STACK_ALL_PATTERN is not set
|
||||
|
|
Loading…
Reference in a new issue