device-postmarketos-trailblazer: drop qcom-laptop kernel
It is apparently broken (according to Casey), and might be dropped from pmaports anyway. Let's just drop it from trailblazer at this point. Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8826>
This commit is contained in:
parent
93f70ea6c0
commit
d4ead1f8f8
1 changed files with 1 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
||||
pkgname=device-postmarketos-trailblazer
|
||||
pkgdesc="postmarketOS Trailblazer generic ARM64"
|
||||
pkgver=20
|
||||
pkgver=21
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -39,7 +39,6 @@ subpackages="
|
|||
$pkgname-kernel-mainline:kernel_mainline
|
||||
$pkgname-kernel-lts:kernel_lts
|
||||
$pkgname-kernel-stable:kernel_stable
|
||||
$pkgname-kernel-postmarketos-qcom-laptop:kernel_postmarketos_qcom_laptop
|
||||
$pkgname-kernel-postmarketos-amlogic:kernel_postmarketos_amlogic
|
||||
"
|
||||
source="
|
||||
|
|
@ -82,12 +81,6 @@ kernel_stable() {
|
|||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
kernel_postmarketos_qcom_laptop() {
|
||||
pkgdesc="Mainline kernel with additional patches for Qualcomm Snapdragon-based laptops (linux-postmarketos-qcom-laptop)"
|
||||
depends="linux-postmarketos-qcom-laptop"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
kernel_postmarketos_amlogic() {
|
||||
pkgdesc="Mainline kernel with additional patches for Amlogic AArch64-based devices (linux-postmarketos-amlogic)"
|
||||
depends="linux-postmarketos-amlogic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue