main/linux-postmarketos-qcom: update to kernel v5.2 (!514)
Update to the 5.2 kernel plus my patches for the Nexus 5 display that will also work for other msm8974-based systems: https://github.com/masneyb/linux/commits/v5.2-nexus5-display. There's currently 25 extra patches on top of 5.2: - The first 9 patches after the 5.2 commit are currently in 5.3rc1 and were back ported to 5.2. All of these patches have 'Commit XXX upstream.' messages in the commit message. - The next 9 patches are for ocmem support and some msm display fixes. I expect that these will be merged upstream for 5.4rc1. - The remaining 7 patches are still not suitable to send upstream. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
73f6cfa0aa
commit
0e8cb764e1
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ _config="config-${_flavor}.${CARCH}"
|
|||
|
||||
pkgname=linux-${_flavor}
|
||||
|
||||
pkgver=5.2.0_rc3
|
||||
pkgver=5.2.0
|
||||
pkgrel=0
|
||||
|
||||
arch="armv7"
|
||||
|
@ -11,7 +11,7 @@ pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
|
|||
url="https://kernel.org/"
|
||||
makedepends="dtbtool perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
|
||||
options="!strip !check !tracedeps"
|
||||
_commit="f1163f1d8ee8895ab1e467b8a9867838cff3422a"
|
||||
_commit="33fee68163e501634338b40aac2ebe279bf7787b"
|
||||
source="
|
||||
linux-${_commit}.tar.gz::https://github.com/masneyb/linux/archive/${_commit}.tar.gz
|
||||
config-${_flavor}.armv7
|
||||
|
@ -158,5 +158,5 @@ dev() {
|
|||
"$subpkgdir"/lib/modules/${_abi_release}/build
|
||||
}
|
||||
|
||||
sha512sums="404d93112b24c263fd8cdec9fd1f607e02fb4e52c701dfbabde7b7e3d8811dcc04fe802bfc2cdd6832f1911f813bb64774df369535b712f7a3c5faa878d0ee2b linux-f1163f1d8ee8895ab1e467b8a9867838cff3422a.tar.gz
|
||||
sha512sums="b2d0e92ace0904308ceb9914f8ff3e54d9421c6cba4dcaf073046a7444e7f2cc80543115b869544f75d83c0321c81ca73d4046bdb53c8160e94c613d0bc3ea26 linux-33fee68163e501634338b40aac2ebe279bf7787b.tar.gz
|
||||
924308f9b7ab68b0d04faf882cf00a9597463583cd35e6453c5e1bae404c6b75526d3f43c44214ade80e3723da857c57cacc06333dcfaee601662ddccc901e1e config-postmarketos-qcom.armv7"
|
||||
|
|
Loading…
Reference in a new issue