8edb11157b
We haven't been maintaining linux-postmarketos-mainline/stable very well. Let's recommend use of one of the Alpine kernels which are actively updated with new LTS updates (see #464). This simplifies upcoming refactoring of the QEMU device ports, which may (or may not) work with the more minimal kernel configurations in linux-postmarketos-mainline/stable.
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
pkgname=device-qemu-aarch64
|
|
pkgver=1
|
|
pkgrel=19
|
|
pkgdesc="Simulated device in qemu with vexpress soc"
|
|
url="https://postmarketos.org"
|
|
arch="aarch64"
|
|
license="MIT"
|
|
depends="postmarketos-base mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-weston
|
|
$pkgname-kernel-lts:kernel_lts
|
|
$pkgname-kernel-virt:kernel_virt
|
|
"
|
|
source="deviceinfo weston.ini"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
weston() {
|
|
install_if="$pkgname weston"
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
}
|
|
|
|
kernel_virt() {
|
|
pkgdesc="Alpine Virt kernel (minimal, no audio)"
|
|
depends="linux-virt"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
kernel_lts() {
|
|
pkgdesc="Alpine LTS kernel"
|
|
depends="linux-lts linux-firmware-none"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
sha512sums="4f6954f0e7c75b431e42f3f4c6fc4ad7c366550c8948c382ee5b7314b4cd85ccb9433489e94cd410797afd838246d582d0d34789b1349b64dde2a0cea9316f1c deviceinfo
|
|
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini"
|