[PATCH 1/3] CI/fvp: made the default target core-image-full-cmdline
Jon Mason <[email protected]> Wed, 11 Feb 2026 10:58:07 -0500
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
No need to have the full graphics stack for FVP images. Slim the image down by default. Signed-off-by: Jon Mason <[email protected]> --- ci/fvp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/fvp.yml b/ci/fvp.yml index 30b09e40dc58..62ff0d29c905 100644 --- a/ci/fvp.yml +++ b/ci/fvp.yml @@ -10,3 +10,6 @@ local_conf_header: networking_failing_tests: | # These tests currently fail as the wrong IP for the build host is used TEST_SUITES:remove = "opkg dnf" + +target: + - core-image-full-cmdline -- 2.50.1 (Apple Git-155)