From 4abb51daf3cde653711f0d0585c1e6323c8784d6 Mon Sep 17 00:00:00 2001 From: Oliver Smith <ollieparanoid@postmarketos.org> Date: Fri, 23 Feb 2024 01:25:04 +0100 Subject: [PATCH] pmaports.cfg: add repo:systemd section --- pmaports.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pmaports.cfg b/pmaports.cfg index 1b90d7decef..7c242892945 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -11,3 +11,14 @@ supported_mkinitfs_without_flavors=True supported_arches=x86_64,x86,aarch64,armv7,armhf supported_fastboot_depends=android-tools supported_heimdall_depends=heimdall,android-tools + +[repo:systemd] +pmaports_dir=systemd +# Build forks of Alpine packages that support usr_merge +bootstrap_1=apk-tools abuild alpine-base +# Build systemd related pkgs without deps on each other +bootstrap_2=[usr_merge] systemd dbus linux-pam +# Build systemd related pkgs *with* deps on each other +bootstrap_3=[usr_merge] systemd dbus linux-pam +# Marker that bootstrap is done, only needs to be built once +bootstrap_4=[usr_merge] postmarketos-base-systemd -- GitLab