From d4fb58d6117d877756a5f31ecd7d8023ff3535b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 29 Aug 2021 15:54:15 +0200 Subject: [PATCH] Disable qemu armv4tl build 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-qemu-arm.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf index efac2eb8..6dff41a7 100644 --- a/tools/catalyst-auto-qemu-arm.conf +++ b/tools/catalyst-auto-qemu-arm.conf @@ -11,13 +11,11 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm EMAIL_SUBJECT_PREPEND="[arm-qemu-auto]" SETS=" - armv4tl armv5tel armv6j_hf armv6j_sf armv7a_hf armv7a_sf - armv4tl_systemd armv5tel_systemd armv6j_hf_systemd armv6j_sf_systemd @@ -25,6 +23,9 @@ SETS=" armv7a_sf_systemd " +# armv4tl +# armv4tl_systemd + SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec" SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"