From cc3d04f2337ea0cf2885aaf07f6b81e4922b7f7d Mon Sep 17 00:00:00 2001 From: Anri Dellal Date: Tue, 15 Jul 2025 10:47:04 +0300 Subject: [PATCH] pmaports.cfg: add systemd_linux_{min,recommended}_version Add properties to check if port meets kernel version requirement for systemd Set values according to systemd's readme See also: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2588 https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2647 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6781 [ci:skip-build]: already built successfully in CI --- pmaports.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmaports.cfg b/pmaports.cfg index 85bb58bed..c5f737c06 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -11,6 +11,8 @@ supported_mkinitfs_without_flavors=True supported_arches=x86_64,x86,aarch64,armv7,armhf supported_fastboot_depends=android-tools supported_heimdall_depends=heimdall,android-tools +systemd_linux_min_version=5.4 +systemd_linux_recommended_version=5.7 [repo:systemd] pmaports_dir=systemd