linux-postmarketos-grate: upgrade to 7.0.1

- update url to new tegra-libre repo on codeberg
- kconfig migration done
- latest changes to kconfig reflected

Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8422>
This commit is contained in:
Robert Eckelmann 2026-03-31 21:30:22 +09:00 committed by The Friendly Meow (merge) Bot
parent 71858694b3
commit 4262b265df
No known key found for this signature in database
2 changed files with 682 additions and 358 deletions

View file

@ -2,11 +2,11 @@
# Co-Maintainer: Robert Eckelmann <longnoserob@postmarketos.org>
maintainer="Svyatoslav Ryhel <clamor95@gmail.com>"
pkgname=linux-postmarketos-grate
pkgver=6.16.0
pkgrel=4
pkgver=7.0.1
pkgrel=0
pkgdesc="Linux kernel with experimental patches for Tegra"
arch="armv7"
url="https://gitlab.com/grate-driver/linux"
url="https://codeberg.org/libre-tegra/linux"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-community pmb:kconfigcheck-uefi"
makedepends="
@ -19,18 +19,18 @@ makedepends="
openssl-dev
perl
postmarketos-installkernel
xz
zstd
"
# Source
_flavor="${pkgname#linux-}"
_tag="v${pkgver//_/-}-stable"
_tag="stable"
_carch="arm"
_config="config-$_flavor.$arch"
source="$pkgname-$_tag.tar.bz2::$url/-/archive/$_tag/linux-$_tag.tar.bz2
source="$pkgname-$_tag.tar.gz::$url/archive/$_tag.tar.gz
$_config
0001-ARM-tegra-fix-wifi-on-Microsoft-Surface-RT.patch"
builddir="$srcdir/linux-$_tag"
builddir="$srcdir/linux"
prepare() {
default_prepare
@ -59,7 +59,7 @@ package() {
}
sha512sums="
f82b6736a1a4832bf12939a6d39ef11a4c1248491b77d031acd7712cd3e43016218a1e0b1944357e0c530db61d77b6d3404ca54da1a594b5fbddbf12cca2f449 linux-postmarketos-grate-v6.16.0-stable.tar.bz2
7563c17047ea229e97c06545011f3d450b0911407587053012fb7a9e71cc10374b3b4f97ae7feac9a6d8ba4ef8ab07b4d3a6238d447f9f051889f60d27e16391 config-postmarketos-grate.armv7
fa6a723db93d0c4c799ca8fb69a37ce13cc98a80ff688bc45dea7bd6d36df05b8f0deaa15a416e271a4ea0c5bb2097e63fc2d0a02903f11e6c404fbec82718a2 linux-postmarketos-grate-stable.tar.gz
bd6182e1f53a0a4ad6fc7399a3f1a54a37c13ee90d6a8ae0b2048afbe47c5a881fca2ea007b9b553b06c02631d6c2dbf8a066b4bbdd426126ca7627bad411b7f config-postmarketos-grate.armv7
0d12323fa469f87c3b801fb2088bb36ce1fbbbff22ffef010f1ae5f8a976af286d0fd7ad8e1ce2e5f677f873f0b7206700cf096ff4f0fb7523d7901e81b049a4 0001-ARM-tegra-fix-wifi-on-Microsoft-Surface-RT.patch
"