device/*: depend on postmarketos-test-bootrr in pmtest subpackages

Which is more consistent and avoids requiring bootrr in pmaports

Signed-off-by: Pablo Correa Gómez <pabloyoyoista@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7881>
This commit is contained in:
Pablo Correa Gómez 2026-01-30 19:16:52 +01:00 committed by The Friendly Meow (merge) Bot
parent 733dde2963
commit c987bdece9
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=device-oneplus-enchilada
pkgdesc="OnePlus 6"
pkgver=24
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -65,7 +65,7 @@ openrc() {
}
pmtest() {
depends="bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr"
depends="postmarketos-test-bootrr qrtr firmware-oneplus-sdm845 postmarketos-test-unl0kr"
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
mkdir -p "$subpkgdir"

View file

@ -4,7 +4,7 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=device-oneplus-fajita
pkgdesc="OnePlus 6T"
pkgver=24
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -65,7 +65,7 @@ openrc() {
}
pmtest() {
depends="bootrr qrtr postmarketos-test-unl0kr"
depends="postmarketos-test-bootrr qrtr postmarketos-test-unl0kr"
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
mkdir -p "$subpkgdir"

View file

@ -5,7 +5,7 @@ maintainer="Alexander Martinz <amartinz@shiftphones.com>"
pkgname=device-shift-axolotl
pkgdesc="SHIFT6mq"
pkgver=20
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -69,7 +69,7 @@ nonfree_firmware_openrc() {
}
pmtest() {
depends="bootrr qrtr firmware-shift-sdm845 postmarketos-test-unl0kr"
depends="postmarketos-test-bootrr qrtr firmware-shift-sdm845 postmarketos-test-unl0kr"
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
mkdir -p "$subpkgdir"

View file

@ -75,7 +75,7 @@ nonfree_firmware_udev() {
}
pmtest() {
depends="bootrr qrtr firmware-xiaomi-perseus postmarketos-test-unl0kr"
depends="postmarketos-test-bootrr qrtr firmware-xiaomi-perseus postmarketos-test-unl0kr"
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
mkdir -p "$subpkgdir"