google-crosshatch: upgrade mainline kernel to 5.3-rc5 (!577)
This rebases the Pixel 3 XL patches on top of Linux 5.3-rc5. Also enabled more kernel modules related to modem, and applied Bjorn Andersson's patch for resetting the UFS memory. See https://gitlab.com/postmarketOS/pmaports/issues/153 for more information. [ci:skip-build] because kernel takes more than one hour to build
This commit is contained in:
parent
357ee9cd88
commit
a900d77ebc
2 changed files with 698 additions and 135 deletions
|
@ -7,7 +7,7 @@ _config="config-${_flavor}.${CARCH}"
|
|||
|
||||
pkgname=linux-${_flavor}
|
||||
|
||||
pkgver=5.1_rc7
|
||||
pkgver=5.3_rc5
|
||||
_pkgver=${pkgver/_/-}
|
||||
_kernver=${pkgver%_rc*}
|
||||
_mainver=${_kernver%.*}
|
||||
|
@ -24,7 +24,7 @@ options="!strip !check !tracedeps"
|
|||
install=
|
||||
|
||||
_repository="linux"
|
||||
_commit="35ce53723a6f7eb8506f4f67062f15f573e5ce46"
|
||||
_commit="9c9b87cec239101274451cc9c086da60108f9fda"
|
||||
|
||||
source="
|
||||
$pkgname-$_commit.tar.gz::https://github.com/Pixel3Dev/${_repository}/archive/${_commit}.tar.gz
|
||||
|
@ -165,5 +165,5 @@ dev() {
|
|||
ln -sf /usr/src/linux-headers-${_abi_release} \
|
||||
"$subpkgdir"/lib/modules/${_abi_release}/build
|
||||
}
|
||||
sha512sums="0775a75fcaa97cd3cbfc387657a547ffdab2e358f7fb4d4ed77f182acd71863298e92d16adcca1663a19f9c2c986256cd0f0069fde82a974ac64b6320be001d5 linux-google-crosshatch-mainline-35ce53723a6f7eb8506f4f67062f15f573e5ce46.tar.gz
|
||||
81e5af85a0b75caed13cd1fb5f5866c13df86ae22601d2eb0bba4195f72aab4ed78ef8a88bec2cd2554d3543c0fd58e87cfbf6fa6cac2d955a4b031fa387c0b8 config-google-crosshatch-mainline.aarch64"
|
||||
sha512sums="1ce235689d7ce0b40be203cb16c1bdfe9bc7b2c5e793a942afc5ea4f3268a0a15b684d9c4017a87916d989d8592a96a4223976c95bf7fcca603e71d2f20fee86 linux-google-crosshatch-mainline-9c9b87cec239101274451cc9c086da60108f9fda.tar.gz
|
||||
6fc2984314332669176efb46cb336b56e164892db0a405e31924e1ad88c4379434813ef31b9e914825f8f01ca1caec9f5427f945f0d3ef226f96c15ba1d18ff5 config-google-crosshatch-mainline.aarch64"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue