linux-postmarketos-qcom-sdm660: upgrade to 5.17.0 (MR 3084)
This commit is contained in:
parent
422d14823a
commit
93e98706dd
2 changed files with 649 additions and 236 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
_flavor="postmarketos-qcom-sdm660"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.10_rc6
|
||||
pkgrel=6
|
||||
pkgver=5.17.0
|
||||
pkgrel=0
|
||||
pkgdesc="Close to mainline linux kernel for Qualcomm Snapdragon 660 SoC"
|
||||
arch="aarch64"
|
||||
url="https://kernel.org/"
|
||||
|
@ -15,16 +15,18 @@ options="!strip !check !tracedeps
|
|||
"
|
||||
makedepends="bison findutils flex installkernel openssl-dev perl"
|
||||
|
||||
_commit="377c8d37a09558550590ebcfa222100cebf051e4"
|
||||
_tag="v5.17.0-sdm660"
|
||||
|
||||
source="
|
||||
linux-sdm660-mainline-$_commit.tar.gz::https://github.com/sdm660-mainline/linux/archive/$_commit.tar.gz
|
||||
linux-$_tag.tar.gz::https://github.com/sdm660-mainline/linux/archive/refs/tags/$_tag.tar.gz
|
||||
config-$_flavor.aarch64
|
||||
"
|
||||
|
||||
_carch="arm64"
|
||||
|
||||
builddir="$srcdir/linux-$_commit"
|
||||
# for some reason, the directory inside .tar.gz does not match tag name: leading
|
||||
# "v" is missing, so we can't use $_tag here
|
||||
builddir="$srcdir/linux-5.17.0-sdm660"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
@ -53,6 +55,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
081613314b05dac4cb22bda7cd14064080737906f3d8c9c37f4b9a068c114fd5752ecde9598f80636355ae30e72a78c38c98b996fb9a72d413100b8ec0c9a466 linux-sdm660-mainline-377c8d37a09558550590ebcfa222100cebf051e4.tar.gz
|
||||
f59bc4700110ceaa345b6b3eab2621e2a637b2f2c0d14ebb6d8e4f62993f983d498cde13fffe7da70419d9cf3468d80824f9f98497a1506cdc02e6b6495fd456 config-postmarketos-qcom-sdm660.aarch64
|
||||
55a43cf8db2089b9e72796d176bf03805b38ad6433ea1a6db3350da4f829f380f4c6ec5ed2bb189867c44b9369b9b74d53039a887a5ce23a9f7761b057c8e783 linux-v5.17.0-sdm660.tar.gz
|
||||
c1724eeb6e17a02c5eeb1eb76d1ed27bc24063a8c397fbf3415e0fb696152a98733711031e266cc6e54d8a2bf8bfdab34e5fce9584429ebab18fc4016bf6e041 config-postmarketos-qcom-sdm660.aarch64
|
||||
"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue