diff options
author | Sam James <sam@gentoo.org> | 2022-06-01 20:46:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-01 20:47:08 +0100 |
commit | 8a9a3caca76aa8f33b0891c38a113edf8fd975d9 (patch) | |
tree | fb5adf53889691bbfbd690aae049fd6b04592e47 /profiles | |
parent | dev-lang/ruby-3.1.2*: fix patching for musl #840993 (diff) | |
download | gentoo-8a9a3caca76aa8f33b0891c38a113edf8fd975d9.tar.gz gentoo-8a9a3caca76aa8f33b0891c38a113edf8fd975d9.tar.bz2 gentoo-8a9a3caca76aa8f33b0891c38a113edf8fd975d9.zip |
profiles: add default/linux/arm/17.0/armv7a/desktop/{plasma,gnome}/systemd
Useful for arch testing at the very least but it's also feasible
to run a KDE Plasma or GNOME desktop on these anyway. I won't bother
with < armv7 for now.
And we have the non-systemd variants anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
5 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/eapi b/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/parent b/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/parent new file mode 100644 index 000000000000..2122741fb81c --- /dev/null +++ b/profiles/default/linux/arm/17.0/armv7a/desktop/gnome/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/eapi b/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/parent b/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/parent new file mode 100644 index 000000000000..f7739b405877 --- /dev/null +++ b/profiles/default/linux/arm/17.0/armv7a/desktop/plasma/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 5cb1b885f855..84a6fef96132 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -99,7 +99,9 @@ arm default/linux/arm/17.0/armv7a/hardened exp arm default/linux/arm/17.0/armv7a/hardened/selinux dev arm default/linux/arm/17.0/armv7a/desktop dev arm default/linux/arm/17.0/armv7a/desktop/gnome dev +arm default/linux/arm/17.0/armv7a/desktop/gnome/systemd dev arm default/linux/arm/17.0/armv7a/desktop/plasma dev +arm default/linux/arm/17.0/armv7a/desktop/plasma/systemd dev arm default/linux/arm/17.0/armv7a/developer exp arm default/linux/arm/17.0/armv7a/systemd dev |