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
27 lines
575 B
Text
27 lines
575 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sipeed-m1sdock
|
|
pkgdesc="Sipeed M1s DOCK"
|
|
pkgver=1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="riscv64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-bflb
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
3ef8201ee4a12b305013540cf47c792f8696df32be2b5725f7699bb6ed91e1cdefc81f478b8b33f8def6b47acaf3b8d53b49c88f4f592ac8be9e524dd54c3069 deviceinfo
|
|
"
|