3ed9591e41
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Tweaked-by: Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
45 lines
1 KiB
Text
45 lines
1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Danct12 <danct12@disroot.org>
|
|
pkgname=device-pine64-pinetab2
|
|
pkgdesc="Pine64 PineTab 2"
|
|
pkgver=1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
mesa-egl
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
_pmb_recommends="firmware-bestechnic-bes2600"
|
|
subpackages="
|
|
$pkgname-kernel-v0:kernel_v0
|
|
$pkgname-kernel-v2:kernel_v2
|
|
"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
kernel_v0() {
|
|
pkgdesc="Kernel for PineTab 2 Dev Units"
|
|
depends="linux-pine64-pinetab2"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
kernel_v2() {
|
|
pkgdesc="Kernel for PineTab 2 Early Adopter"
|
|
depends="linux-pine64-pinetab2"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
sha512sums="
|
|
f7276063471115fe873b90cd1e21c06e74a167ae278c3a91b1587b6174c8a08daa85a00b8470f0deac896729dfba090d2843d8b31d01e5c56fb69a01001502b6 deviceinfo
|
|
"
|