[PATCH 1/6] CI: use core-image-base for faster boot
Jon Mason <[email protected]> Tue, 31 Mar 2026 09:06:57 -0400
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Jon Mason <[email protected]> --- ci/fvp.yml | 2 +- ci/sgi575.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/fvp.yml b/ci/fvp.yml index 62ff0d29c905..0dc1e2602ab1 100644 --- a/ci/fvp.yml +++ b/ci/fvp.yml @@ -12,4 +12,4 @@ local_conf_header: TEST_SUITES:remove = "opkg dnf" target: - - core-image-full-cmdline + - core-image-base diff --git a/ci/sgi575.yml b/ci/sgi575.yml index a2555a84b8b7..d6e33894e890 100644 --- a/ci/sgi575.yml +++ b/ci/sgi575.yml @@ -12,6 +12,3 @@ local_conf_header: COMPATIBLE_MACHINE:pn-ssh-pregen-hostkeys:sgi575 = "sgi575" machine: sgi575 - -target: - - core-image-base -- 2.50.1 (Apple Git-155)