commit:     e66c594471c35b57e1ddda475af2b4f1b9a38582
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 22:41:11 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 22:41:11 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e66c5944

Add arm64 desktop systemd mu stage

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/arm64/stage3d-systemd-mu.spec | 10 ++++++++++
 tools/catalyst-auto-arm64.conf               |  5 ++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/releases/specs/arm64/stage3d-systemd-mu.spec 
b/releases/specs/arm64/stage3d-systemd-mu.spec
new file mode 100644
index 00000000..9ad94a00
--- /dev/null
+++ b/releases/specs/arm64/stage3d-systemd-mu.spec
@@ -0,0 +1,10 @@
+subarch: arm64
+target: stage3
+version_stamp: desktop-systemd-mergedusr-@TIMESTAMP@
+rel_type: mergedusr
+profile: default/linux/arm64/17.0/desktop/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-arm64-systemd-mergedusr-@[email protected]
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 474a1eca..01594f7d 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -12,7 +12,7 @@ SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec 
stage3d-openrc.spec"
 SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
 
 SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec 
stage3d-systemd.spec"
-SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
+SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec 
stage3d-systemd-mu.spec"
 
 SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec"
 
@@ -72,6 +72,9 @@ post_build() {
        stage3-systemd-mu.spec)
                upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz*
                ;;
+       stage3d-systemd-mu.spec)
+               upload 
stage3-${SUBARCH}-desktop-systemd-mergedusr-${TIMESTAMP}*.xz*
+               ;;
        esac
        popd >/dev/null
 

Reply via email to