device-qemu-loongarch64: add stable kernel variant
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7836>
This commit is contained in:
parent
045625180f
commit
af261b95ce
1 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
maintainer="Aelin <aelin@postmarketos.org>"
|
||||
pkgname=device-qemu-loongarch64
|
||||
pkgver=5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Simulated device in QEMU (loongarch64)"
|
||||
url="https://postmarketos.org"
|
||||
arch="loongarch64"
|
||||
|
|
@ -16,6 +16,7 @@ depends="
|
|||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-kernel-stable:kernel_stable
|
||||
$pkgname-kernel-mainline:kernel_mainline
|
||||
"
|
||||
|
||||
|
|
@ -33,6 +34,12 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
kernel_stable() {
|
||||
pkgdesc="postmarketOS stable kernel"
|
||||
depends="linux-postmarketos-stable linux-firmware-none"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
kernel_mainline() {
|
||||
pkgdesc="postmarketOS mainline kernel"
|
||||
depends="linux-postmarketos-mainline linux-firmware-none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue