bq-picmt: move to unmaintained (MR 1912)

Right now the "bq-picmt" device port is quite confusing.
It's actually for the same device as "bq-paella", which is in community
and uses the mainline kernel, except that it uses the downstream kernel.

Having the downstream kernel packaged is useful for testing sometimes,
but otherwise the device package is completely unsupported.
The mainline port works much better. The downstream port should only
be used if you know what you are doing (e.g. because you want to test
if something is working on downstream but not mainline) and therefore
it should not show up in "pmbootstrap init" by default.

Move the device package to unmaintained to implement that.
Also, add an "# Unmaintained: ..." comment that will be displayed
in "pmbootstrap init" if the device is selected anyway.
This commit is contained in:
Minecrell 2021-01-30 17:05:54 +01:00 committed by Oliver Smith
parent b7d90580b3
commit 0ff83cbedc
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Maintainer: Jonathan Albrieux <jonathan.albrieux@gmail.com>
# Unmaintained: Downstream port, only for testing. Use mainline port (bq-paella)!
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-bq-picmt
pkgdesc="BQ Aquaris X5"

View file

@ -1,4 +1,4 @@
# Maintainer: Jonathan Albrieux <jonathan.albrieux@gmail.com>
# Unmaintained: Downstream port, only for testing. Use mainline port (bq-paella)!
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm/configs/picmt_defconfig