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
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
# Maintainer: Petr Hodina <phodina@protonmail.com>
|
|
pkgname=device-pine64-quartz64
|
|
pkgdesc="Pine64 Quartz64"
|
|
pkgver=1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo
|
|
modules-initfs
|
|
"
|
|
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware
|
|
$pkgname-kernel-a:kernel_a
|
|
$pkgname-kernel-b:kernel_b"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="WiFi, Bluetooth and display firmware"
|
|
depends="linux-firmware-brcm"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
kernel_a() {
|
|
pkgdesc="Quartz64 Model A"
|
|
depends="u-boot-pine64-quartz64-a linux-postmarketos-rockchip"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
kernel_b() {
|
|
pkgdesc="Quartz64 Model B"
|
|
depends="u-boot-pine64-quartz64-b linux-postmarketos-rockchip"
|
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
|
}
|
|
|
|
sha512sums="
|
|
e941120f1bf62617d2d274b7b25e82aae0cbb4a3d78bb39fbaf47d7a47eda7dbd742b7d1be93a98f4baf2ec1db70ba1b1d1e271e04dfa5afd1871081ed3fcfd2 deviceinfo
|
|
7ab2de793a3eb1f4e813d138c179858d5d808bd3de7ee25ef42375aedd26265d76f54ec2bc6bc4bdf808ba5adfa25eaaeb1ee378d32dd32b07fcf786604cceec modules-initfs
|
|
"
|