device-*: remove all devicepkg_pmtest_post_install uses
As explained in the previous commit, this was initially envisioned to be used in a different way, and with ci-tron the way to add the console is different (just a gitlab variable), so this won't be needed in the future. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7489>
This commit is contained in:
parent
f8a7760f82
commit
ef789fa35f
3 changed files with 3 additions and 12 deletions
|
|
@ -3,7 +3,7 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
|||
pkgname=device-oneplus-enchilada
|
||||
pkgdesc="OnePlus 6"
|
||||
pkgver=18
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -65,11 +65,8 @@ openrc() {
|
|||
pmtest() {
|
||||
depends="bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
install="$subpkgdir/$subpkgname.post-install"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
||||
devicepkg_pmtest_post_install "ttyMSM0,115200" > "$subpkgdir/$subpkgname.post-install"
|
||||
}
|
||||
|
||||
systemd() {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ maintainer="Alexander Martinz <amartinz@shiftphones.com>"
|
|||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=17
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -70,11 +70,8 @@ nonfree_firmware_openrc() {
|
|||
pmtest() {
|
||||
depends="bootrr qrtr firmware-shift-sdm845 postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
install="$subpkgdir/$subpkgname.post-install"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
||||
devicepkg_pmtest_post_install "ttyMSM0,115200" > "$subpkgdir/$subpkgname.post-install"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-xiaomi-perseus
|
||||
pkgdesc="Xiaomi Mi Mix 3"
|
||||
pkgver=2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -66,11 +66,8 @@ nonfree_firmware_openrc() {
|
|||
pmtest() {
|
||||
depends="bootrr qrtr firmware-xiaomi-perseus postmarketos-test-unl0kr"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
|
||||
install="$subpkgdir/$subpkgname.post-install"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
||||
devicepkg_pmtest_post_install "ttyMSM0,115200" > "$subpkgdir/$subpkgname.post-install"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue