device-generic-loongarch64: remove deviceinfo_chassis

Doesn't make sense for generic devices and is no longer required as it
should be provided by Devicetree or ACPI.

[ci:ignore-count]

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7801>
This commit is contained in:
Stefan Hansson 2026-01-20 19:09:15 +01:00 committed by The Friendly Merge Bot
parent 03be51673d
commit f5a46e6847
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
maintainer="Aelin <aelin@postmarketos.org>"
pkgname=device-generic-loongarch64
pkgver=3
pkgrel=1
pkgver=4
pkgrel=0
pkgdesc="Generic loongarch64 system"
url="https://postmarketos.org"
arch="loongarch64"
@ -46,6 +46,6 @@ kernel_stable() {
}
sha512sums="
79372b03a6faf04b7d1e053e698fe898f08e725ff57fc0248389119ac102b8f89e756544524629eb5733335928a1792ce7dfbc39a6c9f7e73a35792116792463 deviceinfo
fb5466d3d62e563fa8a78e774182ed4369602fe37c22d65def42e9fcc8c077b0c31c2771591d8d57ba6e69396b71bb7852f90df0a82e7c47b6cbc87b601394bf deviceinfo
2acfb32ce5d9c43956a49f48113bdfca6558a8c67a5ffd52aa30e35fc281abd7eff5808f8ae47707f4ba6d75d18acbd013813127263e8eb7529660380e9c3e85 modules-initfs
"

View file

@ -10,7 +10,6 @@ deviceinfo_arch="loongarch64"
# Device related
deviceinfo_drm="true"
deviceinfo_chassis="desktop"
deviceinfo_external_storage="true"
deviceinfo_getty="ttyS0;115200"