Commit graph

14489 commits

Author SHA1 Message Date
Henrik Grimler
6d1e707ed1
device-samsung-p4note: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:10 +00:00
Henrik Grimler
7557b08cda
device-samsung-lt01: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:10 +00:00
Henrik Grimler
0aecba9dee
device-samsung-kona: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:10 +00:00
Henrik Grimler
04ce170086
device-samsung-t0lte: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:10 +00:00
Henrik Grimler
c40dd1c06c
device-samsung-t03g: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:07 +00:00
Henrik Grimler
b6f1a1d30e
device-samsung-m3: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:03 +00:00
Henrik Grimler
906b413a46
device-samsung-m0: compress initramfs with xz
To decrease boot.img size.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9094>
2026-07-21 18:13:03 +00:00
postmarketOS CI
0431b0859d
linux-next: upgrade to next-20260720 2026-07-21 16:49:31 +00:00
Stefan Hansson
3f597792c1
linux-purism-librem5: Use kconfig fragments
And remove references to old "config rebasing" procedure that no longer
is necessary since pmbootstrap's kconfig generation effectively does the
same thing. Also remove kconfigcheck category for Librem 5 and replace
it with a fragment.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9066>
2026-07-21 10:55:34 +02:00
Clayton Craft
80411d9120
main/pmos-base-ui-gnome-mobile, plamo: add vvmd to pmb_recommends
Visual voicemail is a feature some carriers provide and it would be
great to have this installed OOTB in mobile UIs. It's added to
pmb_recommends so it can be removed on mutable installs.

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>

[ci:skip-vercheck] pmb_recommends change

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9085>
2026-07-21 07:49:18 +00:00
Arnav Singh
ac2c559f3d
device-pine64-pinephone: depend on shutdown-clear-rtc-wakealarm
The latter was at risk of being deleted because it is considered
an unnecessary package due to not having any reverse dependencies.

Since the service is still opt-in anyway (user needs to choose to enable it),
it doesn't hurt to always install it as a dependency of dpp-openrc.

Ref: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9080#note_570449
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9101>
2026-07-20 12:45:23 -07:00
Aster Boese
7c440cd019
firmware-oneplus-sdm845: fix wrong depends
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9100>
2026-07-20 20:43:40 +02:00
Clayton Craft
97e1642224
main/postmarketos-mkinitfs: upgrade to 2.11.1
Changelog:

* Fix lzma compression

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9090>
2026-07-20 15:46:25 +00:00
Aelin
6e90d14c4d
systemd/systemd-stage0: disable unnecessary options
This brings us down from 2400 to around 1000 targets when compiling
systemd-stage0. dbus still builds fine after these changes.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9093>
2026-07-20 15:35:16 +00:00
Aster Boese
0715fcdb82
ci: grep: always run nonfree-firmware check
Changes the nonfree-firmware check to check all APKBUILDs outside
of 'archived' to align better with the other checks. This is now
possible now that no package uses the old nonfree-firmware logic
outside of 'archived'.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9086>
2026-07-20 15:10:00 +00:00
Aster Boese
326db8aaa5
samsung-a3: move to archived
The maintainers either don't have the hardware to test
this device anymore or don't have an account on the
pmOS GitLab.

See:
https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4729#note_570851

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9098>
2026-07-20 13:09:26 +02:00
Aelin
a96d3ec97f
linux-next: Commit the updated configs
These didn't get commited by the CI autoupdate job, so it needs manual
intervention now to unblock BPO.

[ci:skip-build]: already built in autoupdate
[ci:skip-vercheck]: not built in BPO

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9096>
2026-07-20 09:26:55 +00:00
Aelin
a83b5f262f
ci: Commit all changes in linux-next
We regenerate the configs, but we only commit the APKBUILD. This
resulted in checksum mismatches.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9095>
2026-07-20 09:14:05 +00:00
postmarketOS CI
69b8617d02
linux-next: upgrade to next-20260717 2026-07-20 05:36:35 +00:00
Aelin
211002d0fa
kconfig-generic: Drop QCOM_GSBI
This config is only for 32-bit ARM devices and on -next, it was properly
gated to ARM and cannot be enabled on ARM64 kernels anymore. This causes
our linux-next upgrades to fail since the config doesn't apply anymore.

multi_v7_defconfig on ARM already enables QCOM_GSBI, so no change is
necessary there.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9091>
2026-07-20 02:08:40 +02:00
Aelin
e6249b40c1
linux-postmarketos-mainline: Upgrade to 7.2_rc4
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9088>
2026-07-19 23:52:30 +00:00
Aster Boese
3f76592e30
main/ldpath: drop
This package seems to have never actually been used by anything,
neither in pmaports no in pmbootstrap. Due to its last edit being
75feba5476 from 2018, its sufficient
to say that this package isn't useful anymore.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9079>
2026-07-19 23:10:30 +00:00
Robert Eckelmann
b704910cac
linux-google-nyan: upgrade to 6.6.144
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:22 +00:00
Robert Eckelmann
7ed73c6f09
linux-google-nyan: make kconfig happy again
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:22 +00:00
Robert Eckelmann
211926df66
linux-google-nyan: another try to get it smaller
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:19 +00:00
Robert Eckelmann
5866996eca
linux-google-nyan: adopt latest kconfig requirements
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:16 +00:00
Robert Eckelmann
6c3452c007
linux-google-nyan: use llvm-strip for modules
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:12 +00:00
Robert Eckelmann
cf181ec1ef
linux-google-nyan: try to make kernelsize smaller
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:09 +00:00
Robert Eckelmann
4207cf89e9
linux-google-nyan: switch to llvm
Signed-off-by: Robert Eckelmann <longnoserob@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7273>
2026-07-19 22:30:06 +00:00
Aster Boese
39c239831c
xiaomi-natrium: move to archived
The maintainer has no pmOS GitLab account, meaning this
device is functionally abandoned.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9083>
2026-07-19 22:23:39 +00:00
Aster Boese
652be8fded
microsoft-surface-rt: move to archived
The maintainer has not created a pmOS GitLab account, meaning
that this package is effectively unmaintained.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9082>
2026-07-19 22:21:37 +00:00
Aster Boese
3661af9aaf
raspberry-pi4: move to archived
The maintainer said that they did not realize that they
were still maintaining this device and that they are
good to drop from the package.

See:
https://gitlab.postmarketos.org/postmarketOS/pmaports/-/work_items/4714#note_570621

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9087>
2026-07-19 23:06:21 +02:00
Aster Boese
0817b6a489
acer-aspire1: remove nonfree-firmware subpackage
This testing device depends on nonfree-firmware from community
that were removed, so it needs to be fixed as well to make
the grep check happy.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:39 +00:00
Aster Boese
60545412b2
treewide: device/community: remove usage of nonfree-firmware subpackages
pkgname-nonfree-firmware packages have been not allowed for years, but nearly
every device package just didn't fix that. With the new grep check, these need
to be fixed no matter what.

The changing of `replaces=` to include the full name of the package and not
the pkgname variable is to work around limitations of the grep ci check, as it
cannot differentiate between a nonfree-firmware subpackage and a string
stating its replacement. A workaround for that is to use the whole package
name, as the grep check checks for the pkgname variable.

Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:39 +00:00
Aster Boese
59ed57f455
soc-qcom-sc7180: refactor to stop using nonfree-firmware logic
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:39 +00:00
Aster Boese
861af795fa
firmware-shift-sdm845: cleanup sensors subpackage
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:35 +00:00
Aster Boese
bb7f2b4f53
firmware-oneplus-sdm845: cleanup sensors subpackage
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:31 +00:00
Aster Boese
9dddb789ee
linux-purism-librem5: remove reference to nonfree-firmware
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:28 +00:00
Aster Boese
f12cb52187
firmware-xiaomi-beryllium: cleanup sensors subpackage
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8958>
2026-07-19 20:36:28 +00:00
Clayton Craft
ff24e3ab4c
systemd/postmarketos-base-systemd: enable ssh pam inhibit
This enables pam_systemd for sshd sessions and configures it to inhibit
sleep when a session is open.

This config should be upstreamed to aports once support is merged in
systemd: https://github.com/systemd/systemd/pull/42275

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
2026-07-19 19:51:56 +00:00
Clayton Craft
a372a2f2c5
systemd/systemd: backport patch adding inhibit support to pam_systemd
This was merged upstream but won't be in a release until v262

https://github.com/systemd/systemd/pull/42275

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
2026-07-19 19:51:56 +00:00
Clayton Craft
ee60ea5640
main/postmarketos-base-ui: only install sleep-inhibitor on openrc
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
2026-07-19 19:51:56 +00:00
Clayton Craft
e4a8fb375c
systemd/postmarketos-base-systemd: remove sleep-inhibitor preset
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
2026-07-19 19:51:56 +00:00
Clayton Craft
594e361a71
systemd/postmarketos-base-systemd: inhibit sleep when apk is running
This uses some lightweight tools with systemd-inhibit to block sleep and
shutdown when apk is running. This is being installed in a new subpkg
that is pulled in only when apk-tools is installed, so that this is not
installed on duranium.

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
2026-07-19 19:51:53 +00:00
Aster Boese
17584b65b8
firmware-samsung-fortuna: fix building armv7 subpackage and do minor cleanup
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8961>
2026-07-19 19:12:34 +00:00
Aster Boese
e5536561a6
treewide: device/testing: remove nonfree-firmware subpackages
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8961>
2026-07-19 19:12:34 +00:00
Aster Boese
99a29f5dd3
soc-qcom-sm7125: refactor to stop using nonfree-firmware logic
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8961>
2026-07-19 19:12:34 +00:00
Aster Boese
d94fb692d1
soc-qcom-msm8996: refactor to stop using nonfree-firmware logic
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8961>
2026-07-19 19:12:31 +00:00
Aster Boese
19321d478d
firmware-xiaomi-miatoll: cleanup sensors subpackage
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8961>
2026-07-19 19:12:27 +00:00
Aster Boese
f12ea644bd
treewide: device/downstream: remove nonfree-firmware subpackages
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8960>
2026-07-19 15:10:34 +00:00