commit: 748b0f03dda001b24ae812ee4ccc3001f70acfd6 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Dec 4 14:35:34 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Dec 4 14:36:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748b0f03
profiles: Add experimental rv64 systemd profiles Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/eapi | 1 + profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/parent | 2 ++ profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/eapi | 1 + profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/parent | 2 ++ profiles/profiles.desc | 2 ++ 5 files changed, 8 insertions(+) diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/eapi b/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/parent b/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/parent new file mode 100644 index 00000000000..44f88d3e2df --- /dev/null +++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/eapi b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/parent b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/parent new file mode 100644 index 00000000000..44f88d3e2df --- /dev/null +++ b/profiles/default/linux/riscv/17.0/rv64gc/lp64d/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4bdfb871bfb..322d176e72f 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -190,7 +190,9 @@ ppc64 default/linux/ppc64le/17.0/musl/hardened exp # @MAINTAINER: [email protected] riscv default/linux/riscv/17.0/rv64gc exp riscv default/linux/riscv/17.0/rv64gc/lp64d stable +riscv default/linux/riscv/17.0/rv64gc/lp64d/systemd exp riscv default/linux/riscv/17.0/rv64gc/lp64 stable +riscv default/linux/riscv/17.0/rv64gc/lp64/systemd exp # S390 Profiles # @MAINTAINER: [email protected]
