![Minecrell](/assets/img/avatar_default.png)
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.
62 lines
1.5 KiB
Text
62 lines
1.5 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
|
|
pkgname=device-qemu-amd64
|
|
pkgver=1
|
|
pkgrel=26
|
|
pkgdesc="Simulated device in qemu with an x86 platform"
|
|
url="https://postmarketos.org"
|
|
arch="x86_64"
|
|
license="MIT"
|
|
depends="postmarketos-base mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="
|
|
$pkgname-x11
|
|
$pkgname-weston
|
|
$pkgname-xfce4
|
|
$pkgname-kernel-virt:kernel_virt
|
|
$pkgname-kernel-lts:kernel_lts
|
|
"
|
|
|
|
source="deviceinfo weston.ini"
|
|
options="!check !archcheck"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
x11() {
|
|
install_if="$pkgname xorg-server"
|
|
depends="xf86-video-qxl"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
weston() {
|
|
install_if="$pkgname weston"
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
|
}
|
|
|
|
xfce4() {
|
|
install_if="$pkgname postmarketos-ui-xfce4"
|
|
install="$subpkgname.post-install"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
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="72d928f9d6fb6835e86678b4e9298c183f32abd63b6ba20fd1e008b2f20dc92c2a8f128ab21655da00b266eb972d0b07f6bac00186199b313033d4edc753d3ac deviceinfo
|
|
47b27c7572b8737988488f7eb23b9e68f9a944e22baafe1c78355d2514a2554cf41d99b29fca12238eb13a6f5d53f00ca89b94e534e8461ebab72256dcf0f142 weston.ini"
|