[PATCH 1/3] arm-bsp/sgi575: change target image for CI
Jon Mason <[email protected]> Mon, 23 Feb 2026 08:52:19 -0500
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- ci/sgi575.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/sgi575.yml b/ci/sgi575.yml index d6e33894e890..a2555a84b8b7 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 -- 2.50.1 (Apple Git-155)