qemu-vexpress: remove (!1029)

This commit is contained in:
Minecrell 2020-03-06 11:41:47 +01:00 committed by Oliver Smith
parent 10581d2755
commit 15e8bc344a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 0 additions and 44 deletions

View file

@ -1,24 +0,0 @@
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-vexpress
pkgver=1
pkgrel=26
pkgdesc="Simulated device in qemu with vexpress soc"
url="https://postmarketos.org"
arch="armv7"
license="MIT"
# NOTE: 'pmbootstrap init' allows you to choose the mesa-dri-* package
depends="postmarketos-base linux-postmarketos-stable"
makedepends="devicepkg-dev"
source="deviceinfo"
options="!check !archcheck"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="99a1f823958dfc2d04705574c6ea18e343c981116c6d32eb3464985fb1d47bb98a4ab765e06bf2b7b5d23c395ab32967c6227b8a6724165781fc1bf34178cea6 deviceinfo"

View file

@ -1,20 +0,0 @@
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.
deviceinfo_format_version="0"
deviceinfo_name="QEMU arm"
deviceinfo_manufacturer="QEMU"
deviceinfo_codename="qemu-vexpress"
deviceinfo_keyboard="true"
deviceinfo_dtb="vexpress-v2p-ca9"
deviceinfo_append_dtb="true"
deviceinfo_modules_initfs="amba-clcd virtio_net virtio_mmio ambakmi libps2 pcips2 qxl drm_bochs"
deviceinfo_external_storage="true"
deviceinfo_flash_method="none"
deviceinfo_generate_legacy_uboot_initfs="false"
deviceinfo_arch="armv7"
deviceinfo_kernel_cmdline="console=ttyAMA0,38400n8 console=tty1 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
# Splash
deviceinfo_screen_width="640"
deviceinfo_screen_height="480"