device-qemu-riscv64: add stable kernel variant
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7836>
This commit is contained in:
parent
322c155ada
commit
39dc08786f
1 changed files with 8 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
||||
pkgname=device-qemu-riscv64
|
||||
pkgver=11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simulated device in QEMU (riscv64)"
|
||||
url="https://postmarketos.org"
|
||||
arch="riscv64"
|
||||
|
|
@ -15,6 +15,7 @@ depends="
|
|||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
$pkgname-kernel-stable:kernel_stable
|
||||
$pkgname-kernel-mainline:kernel_mainline
|
||||
"
|
||||
|
||||
|
|
@ -32,6 +33,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