From 1e3d3f8b38bac40b5905effb7c93000d465dca27 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 23 Feb 2026 08:52:19 -0500 Subject: [PATCH] arm-bsp/sgi575: change target image for CI For some reason, sgi575 won't boot to shell with core-image-full-cmdline, but it will with other images. Since we're going to drop this machine soon (as it has been EOL'ed), modify the image type for CI to core-image-base (As that one appears to boot faster). Signed-off-by: Jon Mason --- ci/sgi575.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/sgi575.yml b/ci/sgi575.yml index d6e33894..a2555a84 100644 --- a/ci/sgi575.yml +++ b/ci/sgi575.yml @@ -12,3 +12,6 @@ local_conf_header: COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:sgi575 = "sgi575" machine: sgi575 + +target: + - core-image-base