diff options
author | 2023-01-16 23:03:29 +0100 | |
---|---|---|
committer | 2023-01-16 23:03:58 +0100 | |
commit | 954c5926414653570dbda62bb2d4a45a9bb3f8e7 (patch) | |
tree | fbb13380b48e1835081e71bbe2ed6027ec17d388 | |
parent | www-client/chromium-bin: add 110.0.5481.30 (diff) | |
download | gentoo-954c5926414653570dbda62bb2d4a45a9bb3f8e7.tar.gz gentoo-954c5926414653570dbda62bb2d4a45a9bb3f8e7.tar.bz2 gentoo-954c5926414653570dbda62bb2d4a45a9bb3f8e7.zip |
profiles: add aarch64_be systemd profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 files changed, 12 insertions, 1 deletions
diff --git a/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi b/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/big-endian/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/eapi b/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/parent b/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/parent new file mode 100644 index 000000000000..c8b1675247c9 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/big-endian/systemd/merged-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/merged-usr diff --git a/profiles/default/linux/arm64/17.0/big-endian/systemd/parent b/profiles/default/linux/arm64/17.0/big-endian/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/big-endian/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi b/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/23.0/big-endian/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/23.0/big-endian/systemd/parent b/profiles/default/linux/arm64/23.0/big-endian/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/arm64/23.0/big-endian/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 04783d940cda..5845a27c356a 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -141,7 +141,9 @@ arm64 default/linux/arm64/17.0/systemd/llvm/merged-usr exp # @MAINTAINER: steev@gentoo.org, slyfox@gentoo.org # big-endian profile intentionally does not contain all flavours # until it's lightly tested. -arm64 default/linux/arm64/17.0/big-endian exp +arm64 default/linux/arm64/17.0/big-endian exp +arm64 default/linux/arm64/17.0/big-endian/systemd exp +arm64 default/linux/arm64/17.0/big-endian/systemd/merged-usr exp # HPPA Profiles # @MAINTAINER: hppa@gentoo.org |