commit: bc1f43a20184cfa80f9a3a5b3ed89308d8a8809e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Mar 15 22:26:56 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Mar 15 22:27:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1f43a2
profiles: add amd64 musl/systemd profiles Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/amd64/23.0/musl/hardened/systemd/eapi | 1 + profiles/default/linux/amd64/23.0/musl/hardened/systemd/parent | 2 ++ profiles/default/linux/amd64/23.0/musl/hardened/systemd/use.mask | 6 ++++++ profiles/default/linux/amd64/23.0/musl/llvm/systemd/eapi | 1 + profiles/default/linux/amd64/23.0/musl/llvm/systemd/parent | 2 ++ profiles/default/linux/amd64/23.0/musl/llvm/systemd/use.mask | 6 ++++++ profiles/profiles.desc | 3 +++ 7 files changed, 21 insertions(+) diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/systemd/eapi b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/systemd/parent b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/parent new file mode 100644 index 000000000000..44f88d3e2df0 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/systemd/use.mask b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/use.mask new file mode 100644 index 000000000000..6f3714550696 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/systemd/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Alfred Wingate <[email protected]> (2025-09-20) +# Generic images are built with systemd and only available on arm64 and amd64 +-generic-uki diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/systemd/eapi b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/systemd/parent b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/parent new file mode 100644 index 000000000000..44f88d3e2df0 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/systemd/use.mask b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/use.mask new file mode 100644 index 000000000000..6f3714550696 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/systemd/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Alfred Wingate <[email protected]> (2025-09-20) +# Generic images are built with systemd and only available on arm64 and amd64 +-generic-uki diff --git a/profiles/profiles.desc b/profiles/profiles.desc index bfd8e40c3dd3..4a2028135465 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -454,8 +454,11 @@ x86 default/linux/x86/23.0/i486/time64/split-usr/hardened/selinux dev # musl profiles # @MAINTAINER: [email protected] amd64 default/linux/amd64/23.0/musl dev +amd64 default/linux/amd64/23.0/musl/systemd dev amd64 default/linux/amd64/23.0/musl/llvm exp +amd64 default/linux/amd64/23.0/musl/llvm/systemd exp amd64 default/linux/amd64/23.0/musl/hardened exp +amd64 default/linux/amd64/23.0/musl/hardened/systemd exp amd64 default/linux/amd64/23.0/musl/hardened/selinux exp amd64 default/linux/amd64/23.0/split-usr/musl dev amd64 default/linux/amd64/23.0/split-usr/musl/llvm exp
