From 05a8acdfe089c70783b87e5d209fa7f9b0802c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 4 Dec 2020 16:46:25 +0200 Subject: [PATCH] Add riscv64 systemd stages to autobuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-riscv.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/catalyst-auto-riscv.conf b/tools/catalyst-auto-riscv.conf index c7bfcd84..fdc29375 100644 --- a/tools/catalyst-auto-riscv.conf +++ b/tools/catalyst-auto-riscv.conf @@ -10,11 +10,15 @@ SETS=" multilib lp64d lp64 + lp64d_systemd + lp64_systemd " SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec" SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec" SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec" +SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec" +SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec" #KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}